joelurmel

Engaged Member
Nov 3, 2022
2,019
3,364
any fix for 1.0c where Linda is stuck in my room at night and it crashes before the scene progresses? not trying to download 1.0d and go through all of this shit again
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'

-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\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
Sat Sep 30 06:28:13 2023
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 "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\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:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\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:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\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:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\MilfyCity-1.0c-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\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:\Users\Nopphol\Downloads\MilfyCity-1.0c-pc (1)\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
Sat Sep 30 12:19:43 2023
I found it when talking to Linda in my bedroom
Download the fix here or update with the 1.0d at the top op wich is the better solution.
 
  • Like
Reactions: nikorasx

Gargarlley

Dev of "My Sister & I"
Game Developer
Aug 23, 2018
676
1,447
Be honest that sounds like a horrible ending. Linda's Milfy cunt belongs to me and me alone. He's not a bad guy or anything but fuck him. You've already ruined his life enough why not have an ending which Linda leave him completely and he moves out? Or just simply cuck him and make him watch and get nothing?
It certainly wasn't what I was expecting tbh
 
Oct 30, 2020
106
30
after selecting the tools for cleaning Liza's pool, it does not allow you to clean it. how can I do?

same thing in the gym for training with Delilah
 

dangerdude88

Newbie
Feb 11, 2021
18
23
after selecting the tools for cleaning Liza's pool, it does not allow you to clean it. how can I do?

same thing in the gym for training with Delilah
You have to select the mop and go to the pool area and click on the translucent mop.. As for the gym.. You can only go after losing and youll have to change your outfit before you can press on any of the equipmemt
 
  • Like
Reactions: keefer43

Lupin the 3rd

Well-Known Member
Sep 21, 2019
1,116
1,858
Yep it's removed and her mother's content ends with 4th visit of yours and she basically says ''I'm lesbian'' and content ends :D
Icstor got reported on Patreon for forced / blackmail content and he needed to remove it. It makes sense that he kept Sidra open so you can go to her house to get the secret cards. It would be weird if MC goes in Neighbors House without interactions with the Neighbors.

Propably the intended Content would be restored in the Patch Onyx mentioned or with the upcoming DLC.
 

yaofang1912

New Member
Jan 6, 2021
1
0
Did the weekend event with sara and the scene where she walks into a wall or a door at the school and now my objective is to talk to her in her bedroom in the morning but she's not there. Is there something i need to before that or do i have to start again?
 
3.80 star(s) 435 Votes