2.60 star(s) 53 Votes

gorluin

New Member
Feb 6, 2018
14
256
in the gallery, stewardess scene, we get a fatal error:
You don't have permission to view the spoiler content. Log in or register now.

ah easy fix, edit "Scene_Gallery.rpy" and find and replace all 'sfx1' to 'sfx', there are a total of 4 replacements.

same fatal error now with 'amb1', use same fix, edit and remove the '1'.
thanks for the feedback (y). those are old scenes brandy added to gallery. probably after this update some codes changed in game and gallery gives error like 15th gallery before the fix. i will look to old scenes and update the gallery again
 
  • Like
Reactions: BRaider2020

Alexis_1

Member
Jun 11, 2018
377
538
Did not help. The game is still crashing:

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/mainmenu/mainmenu_bg_day.png') at 0x0000000019efdf10>:
File "game/CDS.rpy", line 237, in cds_nav_exec
File "game/_script/classes/Navigation.rpy", line 310, in jump
File "game/_script/functions/content_completed.rpy", line 6, in all_quests_completed
File "game/_script/classes/Quests.rpy", line 419, in all
File "game/_script/classes/Quests.rpy", line 419, in <lambda>
AttributeError: 'QuestEntry' object has no attribute 'hide'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/_content/city2/gromov_house/hero_room/hero_dream.rpyc", line 45, in script
File "game/_content/city2/gromov_house/hero_room/hero_dream.rpyc", line 45, in script
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "game/CDS.rpy", line 237, in cds_nav_exec
File "game/_script/classes/Navigation.rpy", line 310, in jump
File "game/_script/functions/content_completed.rpy", line 6, in all_quests_completed
File "game/_script/classes/Quests.rpy", line 419, in all
File "game/_script/classes/Quests.rpy", line 419, in <lambda>
AttributeError: 'QuestEntry' object has no attribute 'hide'

Windows-8.1-6.3.9600 AMD64
Ren'Py 7.5.3.22090809
My Cute Roommate 2 0.9.22090extra
Sun Sep 24 17:34:42 2023
 
2.60 star(s) 53 Votes