thedarksheep

New Member
May 31, 2017
9
1
Code:
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 "D:\MilfyCity-1.0c-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "D:\MilfyCity-1.0c-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\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 "D:\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 "D:\MilfyCity-1.0c-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\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 "D:\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\MilfyCity-1.0c-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\MilfyCity-1.0c-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\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 "D:\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.22621 AMD64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Wed Sep 27 22:29:52 2023

i get the same error code, effectively locked out of liza content.
 

JiraiyaSennin

Well-Known Member
Feb 11, 2017
1,394
1,171
Because the correction are in the scripts.rpa from 1.0d, not in the 1.0c.
You just take the risk to have error and/or missing files...
In fact, I put the "scripts.rpa" of 1.0d, copying it in place of the "scripts.rpa" of 1.0c, allowing you to load old saves... So, please, where are the errors and/or missing files you're talking about?
 

joelurmel

Engaged Member
Nov 3, 2022
2,051
3,526
I deleted your mod and put It back started a new save and the same thing happened
With all persons that have downloaded the i-patch, you are alone with this problem.
You have not properly installed the i-patch, sorry
What is the name of the supposed file you have deleted to remove my mod ?
 

Thermophob

Well-Known Member
Apr 10, 2018
1,941
2,679
In fact, I put the "scripts.rpa" of 1.0d, copying it in place of the "scripts.rpa" of 1.0c, allowing you to load old saves... So, please, where are the errors and/or missing files you're talking about?
I don't know if that will work, because 1.0c and 1.0d were built with various version of Python. As far as it goes between 1.0b and 1.0d, there will be no problems, both were built in Python2 compatibility mode. Don't know why ICSTOR's coder thought it's good idea to change Python version in middle of bug-fixing, but he just did it... At least he realised it's bad idea, and buitl 1.0d in same version as starting point release.
 

JiraiyaSennin

Well-Known Member
Feb 11, 2017
1,394
1,171
I don't know if that will work, because 1.0c and 1.0d were built with various version of Python. As far as it goes between 1.0b and 1.0d, there will be no problems, both were built in Python2 compatibility mode. Don't know why ICSTOR's coder thought it's good idea to change Python version in middle of bug-fixing, but he just did it... At least he realised it's bad idea, and buitl 1.0d in same version as starting point release.
The game started immediately, recognized as 1.0d and loaded the save of the 1.0c version without errors (which vice versa it didn't do, at least for me). However if it hadn't worked, I wouldn't have said anything...
 

JiraiyaSennin

Well-Known Member
Feb 11, 2017
1,394
1,171
How can i unlock this horny call?
There are cards with phone numbers on them that you find scattered around different locations (e.g. Caroline's shop or Linda's office); so until you have the chance to visit those locations, you won't find the phone numbers.
 

joelurmel

Engaged Member
Nov 3, 2022
2,051
3,526
The game started immediately, recognized as 1.0d and loaded the save of the 1.0c version without errors (which vice versa it didn't do, at least for me). However if it hadn't worked, I wouldn't have said anything...
just loading a save does not mean it work...
You have to play full to affirm this!
 

mattius77

Well-Known Member
May 16, 2017
1,730
1,409
Could someone please upload an update only archive. 10GBs a day is too much
If I understand things, the game was completely recoded. The 'update only' archive is the entire game.

There's a compressed version a few pages back from here in the thread. That's under 2 gb, but I don't remember if it's the 1.0c or 1.0d version. (use the search function to find it)
 

peas

Active Member
Jul 31, 2018
605
1,315
I have a couple of big problems. I am disabled and can't complete the mini games. Is there a variable I can change to make them be successful? Also, my relation with Linda is only 2 and I can't find any way to get to 3 so I can't continue her story. Any help would be greatly appreciated. Thanks
 

Nero76027

New Member
Nov 10, 2021
14
2
After the first Date with the younger sister, it says spy once in the bathroom in the morning. Tried the whole week the bathroom is still empty. What to do?
 

mattius77

Well-Known Member
May 16, 2017
1,730
1,409
This needs an updated WT/ipatch mod without "Mommy" and "Daddy" tags. The recent ipatch by joelurmel uses those tags and it's annoying to me to see the MC call his dad "Daddy" and mom "Mommy" what is he 6 yrs old? I mean thanks for the work on the patch this needed an update, but can you update it to "Mom" & "Dad"? What happened to Lain and his mod. The Patreon page just says in progress.
As an avid - ahem - consumer of this particular genre of interactive entertainment, I would make the very robust assertion that 'mommy' is an entirely acceptable colloquial reference, in certain contexts. Across the board, no. But there are absolutely instances when a 'MOMMY' is gonna reflexively blurt out.

Having said that, I think it's probably more likely that the mother in the scenario would refer to herself that way. And I would add it would be less common for a son to refer to his mother with this more juvenile moniker than a daughter would refer to her father as "daddy" when similarly disposed.
 
  • Like
Reactions: Macinnes

ktemanuel

Engaged Member
Mar 17, 2019
2,686
4,282
Help me please do not take the saved game from version c to version d any solution for this?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
ImportError: No module named revertable

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Milfy City 1.0d
Wed Sep 27 15:48:46 2023
 
3.80 star(s) 445 Votes