monkeywithfins

New Member
Jun 19, 2019
14
10
playing on the mac, got this error code during Linda's first night visit

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 609, 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 "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/screen.py", line 653, 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 "/private/var/folders/g2/svdnffs92cg20dwgx6xwrslc0000gn/T/AppTranslocation/141832AA-593C-4253-B7A1-F89C8833C40D/d/MilfyCity.app/Contents/Resources/autorun/renpy/revertable.py", line 281, in revertable_sorted
    return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'str' and 'int'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.1.22070801
Milfy City 1.0b
Sun Sep 24 22:08:31 2023
 

macadam

Chicken Bubble Butt
Game Developer
Aug 5, 2016
7,122
10,361
From what I can read, the new "update", if we can even call it like that, it's a rushed mess ending, which add almost nothing, lots of the old content got cut, and most story lines are clearly force-ended in a rush as well.
Well, to be honest, that's just what Icstore did will all of his previous games as well, but this time he also milked his supporters for YEARS before this "final update"
And above all, it's a bug&typos fest, which makes me wonder what exactly they've been "testing" for over a month.
(On a side note, on discord people have been reporting the game being flagged by their AV with a trojan, which is kinda sus if you ask me...)
It fits the icstor pattern of: make a game; update until you get bored, about halfway through; disappear for a long time and either abandon the project; or rush the ending, so you can claim it's 'completed,' meanwhile you ignored every open story thread; go back into hiding and wait for the smoke to clear to start the process over again.

He makes Dr. Bones look like a hard worker.
ah, i forgot it was Icstor... My bad.
 

Ktxondo

Member
Oct 26, 2017
109
240
  • Like
Reactions: toccata

Badjourasmix

Conversation Conqueror
Sep 22, 2017
7,642
17,334
Thank god I didn't play this update. It seems like it is a rushed mess and you don't even get an harem ending even though that was hinted in previous updates. This shouldn't really be a surprise since It's ICSTOR. The sad thing is that people will still support him when he releases his next game.
 

changelog17

New Member
Nov 16, 2018
11
11
lol, just google save editor, drop your save there, pres CTRL+F and paste there amount of money that you have, then press the arrow up or down, if nothing shows up, click left arrow at the bottom to go to next page, and repeate te process, once you find it just change the value. Here i attach save made at the beginning of the game with 9999 cash.
Do you know what values you need to change to get all of the secret cards?
 

Hiikki

New Member
Jan 20, 2020
1
0
where can we find the rope needed in Liza's story in the shop? I looked for the shelf but there wasn't anything there
 

Matt-Stu

Newbie
Nov 14, 2020
62
58
I lost to Delilah at the pool and it tells me to work out in the gym, yet when I go there I can't find what I'm supposed to click on or interact with to start training. Any ideas?
You need to change to gym gearware. Inside closet in the MC room.
 

Chumpyman

Newbie
Dec 4, 2021
38
36
Did you talk with Caroline in the kitchen and drank beer with her? I had the issue with not being able to go to sleep after I've talked to her in the kitchen. I just rolled back/ loaded a the previous save and ignored her in the kitchen for now. Because it might be a bug.

Same problem i had and thats how to skip to the next day is NOT to talk to her.
 

jefferz61

Newbie
Sep 2, 2020
93
136
Making money:

Go to your computer and select Rock/Scissors/Paper. Save your game. Select $25 bet and select Rock. Do this EVERY TIME. If you draw, simply play again. If you win, save your game. If you lose, reload your last game and play again. Job done.
 

Forgotted

Engaged Member
Sep 1, 2020
2,441
2,196
Boy, rough crowd... lol

I'm not sticking up for dev's that may or may not be milking/scamming
and maybe release something every year or so... I hate that. And
don't know anything about this dev.... I just downloaded the game.

But

They aren't forcing these fools to keep giving them that money.
I mean there are other games like this that get thousands and thousands
per month and have releases like this....

Really sad for the good Developers that are really trying.

Anyway...Cheers
 

John Dirt

Member
Aug 29, 2017
190
66
SARA FIX

What up people who are stuck on Sara, got a solution for y'all and it took quite a bit of digging so if anyone can pass it on please keep an eye out.

If you're stuck at spying on her in the bathroom, it's because you can ONLY trigger the event IMMEDIATELY after interacting with her when she's sleepy in her room and bonks into the door. This solution is for people who are stuck immediately after that interaction, and likely won't work for anyone else!

To fix it, you're going to need to enable dev console, which works the same as any other renpy game.

Once you're in game, select the spy camera BEFORE entering the kitchen, enter the kitchen and type "jump SR2_bath_label" into the console without quotations!

This will trigger the scene that WOULD normally trigger that you missed! Please let me know if this works for you guys because it works for me!

Edit : If anyone can push Onyxdime to this, ending the day changes SR2_Bath from true to false, which is what's causing this bug, should just need to remove this from whatever cleanup is done at the end of the day and it'll fix the problem.
Question how do you enable dev console. ANd what is UMR???
 
3.70 star(s) 465 Votes