move Readme and create gitignore
This commit is contained in:
parent
195ced661d
commit
3813b04296
|
@ -0,0 +1,5 @@
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
errors.txt
|
||||||
|
log.txt
|
||||||
|
traceback.txt
|
11
errors.txt
11
errors.txt
|
@ -1,10 +1 @@
|
||||||
I'm sorry, but errors were detected in your script. Please correct the
|
|
||||||
errors listed below, and try again.
|
|
||||||
|
|
||||||
|
|
||||||
File "game/script.rpy", line 69: expected statement.
|
|
||||||
rubperhour = 3000
|
|
||||||
^
|
|
||||||
|
|
||||||
Ren'Py Version: Ren'Py 8.2.1.24030407
|
|
||||||
Tue Apr 9 17:10:30 2024
|
|
||||||
|
|
52
log.txt
52
log.txt
|
@ -1,52 +0,0 @@
|
||||||
2024-04-10 08:24:04 UTC
|
|
||||||
Linux-6.5.0-1mx-ahs-amd64-x86_64-with-glibc2.36
|
|
||||||
Ren'Py 8.2.1.24030407
|
|
||||||
|
|
||||||
Early init took 0.03s
|
|
||||||
Loading error handling took 0.01s
|
|
||||||
Loading script took 0.06s
|
|
||||||
Loading save slot metadata took 0.01s
|
|
||||||
Loading persistent took 0.00s
|
|
||||||
Running init code took 0.02s
|
|
||||||
Loading analysis data took 0.01s
|
|
||||||
Analyze and compile ATL took 0.00s
|
|
||||||
Reloading save slot metadata took 0.01s
|
|
||||||
Index archives took 0.00s
|
|
||||||
Backing up script files to '/home/mirivlad/.renpy/backups/Sleeping Root':
|
|
||||||
Dump and make backups took 0.02s
|
|
||||||
Cleaning cache took 0.00s
|
|
||||||
Making clean stores took 0.00s
|
|
||||||
Initial gc took 0.02s
|
|
||||||
DPI scale factor: 1.000000
|
|
||||||
Creating interface object took 0.00s
|
|
||||||
Cleaning stores took 0.00s
|
|
||||||
Init translation took 0.01s
|
|
||||||
Build styles took 0.00s
|
|
||||||
Load screen analysis took 0.00s
|
|
||||||
Analyze screens took 0.01s
|
|
||||||
Save screen analysis took 0.01s
|
|
||||||
Prepare screens took 0.03s
|
|
||||||
Save pyanalysis. took 0.00s
|
|
||||||
Save bytecode. took 0.01s
|
|
||||||
Running _start took 0.00s
|
|
||||||
Interface start took 0.07s
|
|
||||||
|
|
||||||
Initializing gl2 renderer:
|
|
||||||
primary display bounds: (1920, 0, 1920, 1080)
|
|
||||||
swap interval: 1 frames
|
|
||||||
Windowed mode.
|
|
||||||
Vendor: "b'AMD'"
|
|
||||||
Renderer: b'AMD Radeon RX 6600 (navi23, LLVM 15.0.6, DRM 3.54, 6.5.0-1mx-ahs-amd64)'
|
|
||||||
Version: b'4.6 (Compatibility Profile) Mesa 23.1.2-1~mx23ahs'
|
|
||||||
Display Info: None
|
|
||||||
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
|
|
||||||
Maximum texture size: 4096x4096
|
|
||||||
Screen sizes: virtual=(1920, 1080) physical=(1920, 1019) drawable=(1920, 1019)
|
|
||||||
Maximum texture size: 4096x4096
|
|
||||||
Cleaning stores took 0.00s
|
|
||||||
Init translation took 0.00s
|
|
||||||
Build styles took 0.00s
|
|
||||||
Load screen analysis took 0.01s
|
|
||||||
Analyze screens took 0.00s
|
|
||||||
Prepare screens took 0.00s
|
|
||||||
Running _start took 0.00s
|
|
|
@ -1,28 +1 @@
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in New Issue