- May 22, 2017
- 3,463
- 9,144
- 748
Which cheat mod are you using? I suspect that whoever said it, was simply wrong.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Introduction.rpy", line 421, in script call call wake_up from _call_wake_up File "game/Introduction.rpy", line 690, in script call call Gamestart from _call_Gamestart File "game/script.rpy", line 435, in script call call go_to_places from _call_go_to_places_11 File "game/map_instances.rpy", line 23, in script call call screen location_screen File "game/map_instances.rpy", line 28, in script call call gracieRoom from _call_gracieRoom File "game/povRoom.rpy", line 172, in script call call go_to_places from _call_go_to_places_9 File "game/map_instances.rpy", line 23, in script call call screen location_screen File "game/sleepDreams.rpy", line 15, in script call call bedsleep from _call_bedsleep_3 File "game/bedsleep.rpy", line 14, in script call call povRoom from _call_povRoom_2 File "game/sideEvents.rpy", line 159, in script call call go_to_places from _call_go_to_places_10 File "game/map_instances.rpy", line 23, in script call call screen location_screen File "game/bedsleep.rpy", line 108, in script call call go_to_places from _call_go_to_places_8 File "game/map_instances.rpy", line 23, in script call call screen location_screen File "game/TheDelucaMod[V0.06.5]/freeRoamingLabels.rpy", line 2493, in <module> NameError: name 'isabelQue8' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Introduction.rpy", line 421, in script call call wake_up from _call_wake_up File "game/Introduction.rpy", line 690, in script call call Gamestart from _call_Gamestart File "game/script.rpy", line 435, in script call call go_to_places from _call_go_to_places_11 File "game/map_instances.rpy", line 23, in script call call screen location_screen File "game/freeRoamingLabels.rpyc", line 1940, in script call 'r�.�= eY�E2Ӳ4u��\K�/�iu�)�Zp�����e�mm��A��e��z�:�h։���`�Ӡ<]�u�O���/k��L�w�ƾ�?��fId�|(G�V�O�nV�� File "game/map_instances.rpy", line 28, in script call call gracieRoom from _call_gracieRoom File "game/povRoom.rpy", line 172, in script call call go_to_places from _call_go_to_places_9 File "game/map_instances.rpy", line 23, in script call call screen location_screen File "game/sleepDreams.rpy", line 15, in script call call bedsleep from _call_bedsleep_3 File "game/bedsleep.rpy", line 14, in script call call povRoom from _call_povRoom_2 File "game/sideEvents.rpy", line 159, in script call call go_to_places from _call_go_to_places_10 File "game/map_instances.rpy", line 23, in script call call screen location_screen File "game/bedsleep.rpy", line 108, in script call call go_to_places from _call_go_to_places_8 File "game/map_instances.rpy", line 23, in script call call screen location_screen File "game/freeRoamingLabels.rpyc", line 2481, in script >��s�ľ�h%��}�5����Ƹ���xU����NW��; u�w5�c�!�7��A�G����'��s�}3슖6��E���B�������Ff�P�ic��a,2+9�ߨ�?����%*�����r�}d���S ��s �ߥ�q ����/��>�;�x�lL��]KdR�SR��H�����TN c���%RqC4���S"�ꋖ�^"��R{hH%�+�&�3�|�'��"5 got this error posted it in the cheat mod forum said it has nothing to do with the mod, how can i fix it?
In the original script.rpy isabelQue8 variable is properly initialized and should not give any errors.
However, in case you have replaced script.rpy or script.rpyc with some modified one, it may be missing this or some more variable definitions.