29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
|
I'm sorry, but an uncaught exception occurred.
|
||
|
|
||
|
While running game code:
|
||
|
File "game/script.rpy", line 70, in script
|
||
|
if rubperhour > 5000:
|
||
|
File "game/script.rpy", line 70, in <module>
|
||
|
if rubperhour > 5000:
|
||
|
TypeError: '>' not supported between instances of 'str' and 'int'
|
||
|
|
||
|
-- Full Traceback ------------------------------------------------------------
|
||
|
|
||
|
Full traceback:
|
||
|
File "game/script.rpy", line 70, in script
|
||
|
if rubperhour > 5000:
|
||
|
File "/home/mirivlad/Programms/renpy-8.2.1-sdk/renpy/ast.py", line 1842, in execute
|
||
|
if renpy.python.py_eval(condition):
|
||
|
File "/home/mirivlad/Programms/renpy-8.2.1-sdk/renpy/python.py", line 1209, in py_eval
|
||
|
return py_eval_bytecode(code, globals, locals)
|
||
|
File "/home/mirivlad/Programms/renpy-8.2.1-sdk/renpy/python.py", line 1202, in py_eval_bytecode
|
||
|
return eval(bytecode, globals, locals)
|
||
|
File "game/script.rpy", line 70, in <module>
|
||
|
if rubperhour > 5000:
|
||
|
TypeError: '>' not supported between instances of 'str' and 'int'
|
||
|
|
||
|
Linux-6.5.0-1mx-ahs-amd64-x86_64-with-glibc2.36 x86_64
|
||
|
Ren'Py 8.2.1.24030407
|
||
|
Sleeping Root 1.0
|
||
|
Tue Apr 9 17:12:54 2024
|