- Feb 24, 2019
- 5
- 32
There are a few work around for this, but they may not be worth it to you.Just got this error after Cordi falling asleep at the clearing at night after the tavern--I did not romance her (yes I know, that's what I deserve):
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script_chapter_4b.rpy", line 14299, in script if cordirom1 == True: File "game/script_chapter_4b.rpy", line 14299, in <module> if cordirom1 == True: NameError: name 'cordirom1' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script_chapter_4b.rpy", line 14299, in script if cordirom1 == True: File "/private/var/folders/5d/bkv9tsv558v8d9dq4v8d8bhw0000gn/T/AppTranslocation/01D36F79-AB35-4C58-9D76-AB79E12ECDB7/d/Homelander.app/Contents/Resources/autorun/renpy/ast.py", line 2133, in execute if renpy.python.py_eval(condition): File "/private/var/folders/5d/bkv9tsv558v8d9dq4v8d8bhw0000gn/T/AppTranslocation/01D36F79-AB35-4C58-9D76-AB79E12ECDB7/d/Homelander.app/Contents/Resources/autorun/renpy/python.py", line 1153, in py_eval return py_eval_bytecode(code, globals, locals) File "/private/var/folders/5d/bkv9tsv558v8d9dq4v8d8bhw0000gn/T/AppTranslocation/01D36F79-AB35-4C58-9D76-AB79E12ECDB7/d/Homelander.app/Contents/Resources/autorun/renpy/python.py", line 1146, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script_chapter_4b.rpy", line 14299, in <module> if cordirom1 == True: NameError: name 'cordirom1' is not defined macOS-10.16-x86_64-i386-64bit x86_64 Ren'Py 8.1.3.23091805 Homelander Chapter4_Part2 Wed Dec 11 03:13:32 2024
Option 1
Play the game with the intent to pursue Cordi. When you reach this point.

End it.
Option 2
just before the error use the console to define cordirom1. problem is the console is disabled by default, so you will need to enable the console first. (If anybody would like instructions on how to do this, let me know.)
Option 3
Wait for the next update. I'm sure Jabbonk will get this fixed for the next release.