MrMax
Active Member
- Sep 30, 2017
- 958
- 1,516
- 388
Da fuq? Did they screw up the save/load or is this one of those anti-cheat things? Getting this in the cracked version trying to open load/save menus:
Edit: compared the screens file with the one from lust theory - was missing a default value for the game_menu function scroll parameter
Edit: compared the screens file with the one from lust theory - was missing a default value for the game_menu function scroll parameter
screen game_menu(title, scroll=None, yinitial=0.0) - not sure if intended
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 681, in execute
screen save():
File "game/screens.rpy", line 681, in execute
screen save():
File "game/screens.rpy", line 685, in execute
use file_slots(_("Save"))
File "game/screens.rpy", line 695, in execute
screen file_slots(title):
File "game/screens.rpy", line 695, in execute
screen file_slots(title):
File "game/screens.rpy", line 699, in execute
use game_menu(title):
File "game/screens.rpy", line 503, in execute
screen game_menu(title, scroll, yinitial=0.0):
File "game/screens.rpy", line 503, in execute
screen game_menu(title, scroll, yinitial=0.0):
File "game/screens.rpy", line 512, in execute
frame:
File "game/screens.rpy", line 515, in execute
has hbox
File "game/screens.rpy", line 521, in execute
frame:
File "game/screens.rpy", line 524, in execute
if scroll == "viewport":
File "game/screens.rpy", line 524, in <module>
if scroll == "viewport":
NameError: name 'scroll' is not defined
Last edited: