TheMainEvent

Newbie
May 16, 2020
59
113
This is one of the errors I get. Linda is on the bed and can't get past that.


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 "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/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 "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/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/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/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 "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/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 "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/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.12.6-x86_64-i386-64bit x86_64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Fri Oct 13 22:25:34 2023
 

Somnus

Member
Oct 12, 2017
330
1,008
It's final version but it has no ending, right? No conclusion at all, no branches interwined.
 

joelurmel

Well-Known Member
Nov 3, 2022
1,532
2,382
This is one of the errors I get. Linda is on the bed and can't get past that.


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 "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/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 "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/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/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/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 "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/d/MilfyCity.app/Contents/Resources/autorun/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 "/private/var/folders/8x/95czft996wn0pgzk2z9d_l2h0000gn/T/AppTranslocation/8F97551D-3262-4141-B2F5-F3E8D0029B10/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.12.6-x86_64-i386-64bit x86_64
Ren'Py 8.1.3.23091805
Milfy City 1.0c
Fri Oct 13 22:25:34 2023
Corrected in the 1.0d
 
  • Like
Reactions: tonytonytony

Noe174

Newbie
Dec 22, 2022
44
67
Another week and no word on any progress and when the game will end. The developer and his team return to their bad habits which have done so much damage to the project.
 

zechosen

Member
Nov 23, 2018
195
128
If anything, since Onyxdime will continue with Sidra and Cindy stories
have Sidra as a nympho who hates cock because she loses control the moment she smells anything closer to sperm and Cindy her daughter too
 

Hermit76

Well-Known Member
Apr 15, 2018
1,485
1,375
First off there are no compressed versions on the first page
That's not what you were asking for. And as already mentioned: Since compressed version are not put into the opening post (I really don't know, why), you will have to use the seach function.
 

Talmadge

Well-Known Member
May 7, 2018
1,461
1,144
Am I the only one getting this trackback? It takes forever on the loading screen then says that an unexpected occurrence happened. Infinite loop. It didn't save it to my folder like it usually does, so I can't share it. I always delete my old and use the new update. I don't merge them or anything.
 
3.80 star(s) 405 Votes