- May 26, 2017
- 1,063
- 31,313
The problem is that the dev doesn't define the variables used except in some paths, then if its used somewhere else you get the errors. I've now added the variables that you've the errors with but with the amount of errors you're getting it's probably something on your endI'm facing the same issues, so here's the first error on my Alexi but also kissed Eryn save.
After that I'm heading into a jogging scene with Valerie suddenly (Which I don't think was there before I installed your mod) and a ton of errors are popping up from that. Here's one example.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/episode_12.rpy", line 116, in script if Erynn_Week5_Tuesday_Wakeup == True: File "game/episode_12.rpy", line 116, in <module> if Erynn_Week5_Tuesday_Wakeup == True: NameError: name 'Erynn_Week5_Tuesday_Wakeup' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/episode_12.rpy", line 116, in script if Erynn_Week5_Tuesday_Wakeup == True: File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute if renpy.python.py_eval(condition): File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/episode_12.rpy", line 116, in <module> if Erynn_Week5_Tuesday_Wakeup == True: NameError: name 'Erynn_Week5_Tuesday_Wakeup' is not defined Windows-10-10.0.19045 AMD64 Ren'Py 8.1.0.23051307 Intertwined 0.12 Sun Feb 25 18:58:14 2024
Those are the initial ones I'm getting so far anyway. Need to dive in deeper to see if there are any more.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/episode_12.rpy", line 1028, in script if Valeria_Friends == True: File "game/episode_12.rpy", line 1028, in <module> if Valeria_Friends == True: NameError: name 'Valeria_Friends' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/episode_12.rpy", line 1028, in script if Valeria_Friends == True: File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute if renpy.python.py_eval(condition): File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/episode_12.rpy", line 1028, in <module> if Valeria_Friends == True: NameError: name 'Valeria_Friends' is not defined Windows-10-10.0.19045 AMD64 Ren'Py 8.1.0.23051307 Intertwined 0.12 Sun Feb 25 18:59:58 2024
Edit: Found a few more when you go up to speak to Ximena Vergara for the first time while she's talking with Gabi.
Edit: Okay, now this one I'm trying to load my Layla Alternative SaveCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/episode_12.rpy", line 3081, in script if Valeria_Friends == False: File "game/episode_12.rpy", line 3081, in <module> if Valeria_Friends == False: NameError: name 'Valeria_Friends' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/episode_12.rpy", line 3081, in script if Valeria_Friends == False: File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute if renpy.python.py_eval(condition): File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/episode_12.rpy", line 3081, in <module> if Valeria_Friends == False: NameError: name 'Valeria_Friends' is not defined Windows-10-10.0.19045 AMD64 Ren'Py 8.1.0.23051307 Intertwined 0.12 Sun Feb 25 19:08:48 2024
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/episode_12.rpy", line 25, in script if Elena_Friends == False: File "game/episode_12.rpy", line 25, in <module> if Elena_Friends == False: NameError: name 'Elena_Friends' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/episode_12.rpy", line 25, in script if Elena_Friends == False: File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\ast.py", line 2133, in execute if renpy.python.py_eval(condition): File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1153, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\anon\Desktop\Intertwined_0.12.1\Intertwined-0.12-pc\renpy\python.py", line 1146, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/episode_12.rpy", line 25, in <module> if Elena_Friends == False: NameError: name 'Elena_Friends' is not defined Windows-10-10.0.19045 AMD64 Ren'Py 8.1.0.23051307 Intertwined 0.12 Sun Feb 25 19:18:13 2024