0% found this document useful (0 votes)
38 views4 pages

Log

The document contains log information from running a visual novel game. It reports initialization times, hardware details, and multiple errors where attempts to remove items from a character's inventory failed because the items were not in the inventory list.

Uploaded by

one atche
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views4 pages

Log

The document contains log information from running a visual novel game. It reports initialization times, hardware details, and multiple errors where attempts to remove items from a character's inventory failed because the items were not in the inventory list.

Uploaded by

one atche
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

Wed Jun 14 18:35:17 2023

Windows-10-10.0.22621
Ren'Py 8.0.3.22090809

Bootstrap to the start of init.init took 0.04s


Early init took 0.00s
Loader init took 0.09s
Loading error handling took 0.06s
Loading script took 0.38s
Loading save slot metadata. took 0.00s
Loading persistent took 0.00s
Faled to initialize steam: FileNotFoundError("Could not find module 'C:\\Users\\
snath\\Downloads\\LustworthAcademyBeta-v0.30.9-pc\\lib\\py3-windows-x86_64\\
steam_api64.dll' (or one of its dependencies). Try using the full path with
constructor syntax.")
Set script version to: (7, 4, 6)
Running init code took 0.07s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.02s
Index archives took 0.00s
Dump and make backups. took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc. took 0.04s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: Disabled thread optimizations.
Creating interface object took 0.19s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.04s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.06s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Performance test:
Interface start took 0.10s

Initializing gl2 renderer:


primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'NVIDIA Corporation'"
Renderer: b'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2'
Version: b'4.6.0 NVIDIA 535.98'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096

Full traceback:
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in script
$ Jimmy.inventory.remove(ItemRubberBand)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\ast.py",
line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\python.py",
line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in <module>
$ Jimmy.inventory.remove(ItemRubberBand)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\
revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

While running game code:


File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in script
$ Jimmy.inventory.remove(ItemRubberBand)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in <module>
$ Jimmy.inventory.remove(ItemRubberBand)
ValueError: list.remove(x): x not in list

Full traceback:
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in script
$ Jimmy.inventory.remove(ItemShapedBranch)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\ast.py",
line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\python.py",
line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in <module>
$ Jimmy.inventory.remove(ItemShapedBranch)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\
revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

While running game code:


File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in script
$ Jimmy.inventory.remove(ItemShapedBranch)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in <module>
$ Jimmy.inventory.remove(ItemShapedBranch)
ValueError: list.remove(x): x not in list

Full traceback:
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in script
$ Jimmy.inventory.remove(ItemRubberBand)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\ast.py",
line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\python.py",
line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in <module>
$ Jimmy.inventory.remove(ItemRubberBand)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\
revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

While running game code:


File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in script
$ Jimmy.inventory.remove(ItemRubberBand)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in <module>
$ Jimmy.inventory.remove(ItemRubberBand)
ValueError: list.remove(x): x not in list

Full traceback:
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in script
$ Jimmy.inventory.remove(ItemShapedBranch)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\ast.py",
line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\python.py",
line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in <module>
$ Jimmy.inventory.remove(ItemShapedBranch)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\
revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

While running game code:


File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in script
$ Jimmy.inventory.remove(ItemShapedBranch)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in <module>
$ Jimmy.inventory.remove(ItemShapedBranch)
ValueError: list.remove(x): x not in list

Full traceback:
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in script
$ Jimmy.inventory.remove(ItemRubberBand)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\ast.py",
line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\python.py",
line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in <module>
$ Jimmy.inventory.remove(ItemRubberBand)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\
revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

While running game code:


File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in script
$ Jimmy.inventory.remove(ItemRubberBand)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 109, in <module>
$ Jimmy.inventory.remove(ItemRubberBand)
ValueError: list.remove(x): x not in list

Full traceback:
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in script
$ Jimmy.inventory.remove(ItemShapedBranch)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\ast.py",
line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\python.py",
line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in <module>
$ Jimmy.inventory.remove(ItemShapedBranch)
File "C:\Users\snath\Downloads\LustworthAcademyBeta-v0.30.9-pc\renpy\
revertable.py", line 97, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

While running game code:


File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in script
$ Jimmy.inventory.remove(ItemShapedBranch)
File "game/scripts/dialogue/nerds/nerdsdialogue.rpy", line 110, in <module>
$ Jimmy.inventory.remove(ItemShapedBranch)
ValueError: list.remove(x): x not in list

You might also like