There is a bug in Linda storyline, when she gets to MC's room the first time. "An exeption occured" what to do in these cases?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module>
TypeError: '<' not supported between instances of 'str' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/home/mc_room/night/scenes/ml_mc_room_night_scene3_v1.rpyc", line 251, in script
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module>
File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\revertable.py", line 281, in revertable_sorted
return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'str' and 'int'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Tue Sep 26 22:04:56 2023
Neden bana bu hatayı veriyor?
View attachment 2959222
There is a bug in Linda storyline, when she gets to MC's room the first time. "An exeption occured" what to do in these cases?
You have a fix hereCode:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module> TypeError: '<' not supported between instances of 'str' and 'int' -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/home/mc_room/night/scenes/ml_mc_room_night_scene3_v1.rpyc", line 251, in script File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ast.py", line 2259, in execute self.call("execute") File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ast.py", line 2241, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\statements.py", line 342, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\exports.py", line 3347, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 3582, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 476, in visit_all callback(self) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 487, in per_interact self.update() File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\display\screen.py", line 680, in update self.screen.function(**self.scope) File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in execute File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 22, in <module> File "C:\Games\Milfy_City-0.71b-pc\MilfyCity-1.0c-pc\renpy\revertable.py", line 281, in revertable_sorted return RevertableList(sorted(*args, **kwargs)) TypeError: '<' not supported between instances of 'str' and 'int' Windows-10-10.0.19045 AMD64 Ren'Py 8.1.3.23091805 Milfy City 1.0c Tue Sep 26 22:04:56 2023
Check the top op, you have itany latest gallery unlocker mod so far?
This did not work.Requested quick Mod with some more game settings
(named saves/textsize/textbox/QuickMenu) + cheating the money
Info: only tested with the new game version v1.0c!
Download Mod v1.0c (~1MB)
Workupload -You must be registered to see the links
Ingame pics of the Mod:
View attachment 2958446 View attachment 2958447 View attachment 2958448 View attachment 2958449
same herestuck with sara spy bathroom in the morning. What to do?
I agree. People are so stupid, they could get a non-bug version if they patiently wait for 3 more years. smhEveryone needs to understand; all these bugs and issues are what happens when you rush an update.
So shame on all you demanding an update after 3 years. Clearly it needed more time.
Guys, sorry. Any info about Android port of the game?Hey guys! I'm a little bit confused. Are you speaking about 1.0c beta relase version. Just about 3 days old. And if yes, does Android port already available?
Have to give them credit, they're going through these bugfixes pretty quickly, but it doesn't matter if they're not thorough. Hopefully no more bugs rise up out of the "d" updateChangelog - 1.0d - What's fixed:
- Most of the bugs should be fixed now. If you find yourself unable to progress with your current save, it's probably best to start a new game and skip through the text quickly.
Link: (YOU HAVE TO START A NEW GAME!)
Windows -
Mega
You must be registered to see the links
Mac -
Mega
You have downloaded compressed version it seems. Thing just posted above is full version.why 1.0d is 8 gb and the others are 1.3?
No sooner do you get this posted than 1.0d comes out - you'd think with ICSTOR's rep he'd at least have waited 6 months.Requested quick Mod with some more game settings
(named saves/textsize/textbox/QuickMenu) + cheating the money
Info: only tested with the new game version v1.0c!
Download Mod v1.0c (~1MB)
Workupload -You must be registered to see the links
Ingame pics of the Mod:
View attachment 2958446 View attachment 2958447 View attachment 2958448 View attachment 2958449