Anyone getting a code error when trying to open the inventory?
Below is the full traceback if anybody can give me a helping hand on how to fix it I'd appreciate it.
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/script_other.rpy", line 1320, in execute
File "game/script_other.rpy", line 1320, in execute
File "game/script_other.rpy", line 1343, in execute
File "game/script_other.rpy", line 1343, in <module>
TypeError: '<' not supported between instances of 'Item' and 'Item'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 568, in script
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ast.py", line 2232, in execute
self.call("execute")
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/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 "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/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, pause_modal=pause_modal, **kwargs) # type: ignore
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 451, in visit_all
callback(self)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 462, in per_interact
self.update()
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/script_other.rpy", line 1320, in execute
File "game/script_other.rpy", line 1320, in execute
File "game/script_other.rpy", line 1343, in execute
File "game/script_other.rpy", line 1343, in <module>
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/revertable.py", line 281, in revertable_sorted
return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'Item' and 'Item'
macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Mythic Manor 0.20
Mon Dec 11 20:58:09 2023