2.50 star(s) 47 Votes

gorluin

New Member
Feb 6, 2018
13
235
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
371
531
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
 

jems666

Active Member
Jun 22, 2022
630
713
What a piece of junk, try and go right in the school auditorium place and crash, try and go to the main map and crash
 

NeoStarr

Member
Jul 2, 2017
319
292
So I decided to give the game a try myself and only crashed twice. Why did it crash? Becuase I was loading a saved game that was saved in a minigame. Both times. Otherwise the game never crashed. This game is perfectly playable
 

rooney10

Member
Apr 29, 2018
373
960
So I decided to give the game a try myself and only crashed twice. Why did it crash? Becuase I was loading a saved game that was saved in a minigame. Both times. Otherwise the game never crashed. This game is perfectly playable
Not true. Consider yourself lucky I guess.

1. My FIRST loaded save was not from a mini game...CRASH.
2. Went back, even WAYYYY BACK to test multiple saves...CRASH.
Same traceback error (posted above) that has already been posted many times.
 
2.50 star(s) 47 Votes