bunnychase.of
New Member
- Sep 18, 2024
- 13
- 21
- 32
If you still have this problem, I found a solution, edit the rpy file, so basically you have to comment all those lines that look like this "with fade", example:nope didnt work
While running game code:
File "game/00_Functions/scene_controller.rpy", line 139, in script call
if interact_data[0] == "process_object_click_alternate_action":
File "game/00_Functions/objects.rpy", line 469, in script call
call process_hooks(obj_name, api_scene_name) from _call_process_hooks_11
File "game/00_Functions/hooks_controller.rpy", line 402, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/EP2_03/EP23_Quests_Melanie.rpy", line 224, in script call
call ep23_dialogue9_2() from _call_ep23_dialogue9_2
File "game/Quests/EP2_03/ep23_dialogues9_casting.rpy", line 779, in script
with fade
MemoryError:
Original:
Code:
with fade
Code:
# with fade
So:
1. Open the file game/Quests/EP2_03/ep23_dialogues9_casting.rpy
2. Go to the line 779
3. Edit the file.
Note: If u want to avoid future errores, comment all the lines with the same code in the file. This fix is manual, but works.
Important: Make a backup and when u pass the scene, restore the file to the original. If not, other errores may appear.
Last edited: