0% found this document useful (0 votes)
27 views

log

The document provides a detailed log of the initialization and loading process for the game 'Public Sex Life' version 0.86.04, built on March 17, 2025. It includes timestamps for various loading stages, errors encountered during execution, and a traceback of the exceptions raised, specifically related to saving game data. The main issue highlighted is an exception indicating that a character must support equality comparison for persistence, which prevents the game from saving properly.

Uploaded by

babidi7654321
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)
27 views

log

The document provides a detailed log of the initialization and loading process for the game 'Public Sex Life' version 0.86.04, built on March 17, 2025. It includes timestamps for various loading stages, errors encountered during execution, and a traceback of the exceptions raised, specifically related to saving game data. The main issue highlighted is an exception indicating that a character must support equality comparison for persistence, which prevents the game from saving properly.

Uploaded by

babidi7654321
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/ 5

2025-03-17 21:47:29 UTC

Windows-10-10.0.19041
Ren'Py 8.3.4.24120703

Public Sex Life


v0.86.04
Built at 2025-03-17 01:34:52 UTC

Early init took 0.83s


Loading error handling took 2.65s
Loading script took 13.34s
Loading save slot metadata took 0.02s
Loading persistent took 0.00s
Set script version to: (7, 5, 1)
- Init at renpy/common/00images.rpy:55 took 3.73507 s.
- Init at pslh/outfitsystem/images.rpyc:8 took 1.29172 s.
- Init at scripts/characters/maingirls/classroom/classroomimages.rpyc:4 took
0.38479 s.
- Init at renpy/common/00director.rpy:1385 took 0.43545 s.
Running init code took 14.15s
Loading analysis data took 2.54s
Analyze and compile ATL took 5.95s
Reloading save slot metadata took 0.03s
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 1.88s
DPI scale factor: 1.000000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: b"Couldn't load nvlib." (can be ignored)
Creating interface object took 0.56s
Cleaning stores took 0.00s
Init translation took 1.97s
Build styles took 0.01s
Load screen analysis took 0.65s
Analyze screens took 0.01s
Save screen analysis took 0.00s
Prepare screens took 0.84s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.02s
Interface start took 4.43s

Initializing gl2 renderer:


primary display bounds: (0, 0, 1366, 768)
swap interval: 1 frames
Windowed mode.
Vendor: "b'Intel'"
Renderer: b'Intel(R) HD Graphics 5500'
Version: b'4.4.0 - Build 20.19.15.4531'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1184, 666) drawable=(1184, 666)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1366, 705) drawable=(1366, 705)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1184, 666) drawable=(1184, 666)
Maximum texture size: 4096x4096
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\ast.py", line
827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\python.py",
line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\ui.py", line
301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
core.py", line 2215, 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 "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
behavior.py", line 1182, in event
return handle_click(self.clicked)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
behavior.py", line 1103, in handle_click
rv = run(action)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 415, in __call__
renpy.save(fn, extra_info=save_name)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\loadsave.py",
line 405, in save
renpy.persistent.update()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 407, in update
need_save = find_changes()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 186, in find_changes
backup[f] = safe_deepcopy(new)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 144, in safe_deepcopy
raise Exception("To be persisted, %r must support equality comparison." % o)
Exception: To be persisted, <Character: '[pc]'> must support equality comparison.

While running game code:


File "renpy/common/00action_file.rpy", line 415, in __call__
renpy.save(fn, extra_info=save_name)
Exception: To be persisted, <Character: '[pc]'> must support equality comparison.

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\ast.py", line
827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\python.py",
line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\ui.py", line
301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
core.py", line 2215, 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 "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
behavior.py", line 1182, in event
return handle_click(self.clicked)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
behavior.py", line 1103, in handle_click
rv = run(action)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\display\
behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 415, in __call__
renpy.save(fn, extra_info=save_name)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\loadsave.py",
line 405, in save
renpy.persistent.update()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 407, in update
need_save = find_changes()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 186, in find_changes
backup[f] = safe_deepcopy(new)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 144, in safe_deepcopy
raise Exception("To be persisted, %r must support equality comparison." % o)
Exception: To be persisted, <Character: '[pc]'> must support equality comparison.

While running game code:


File "renpy/common/00action_file.rpy", line 415, in __call__
renpy.save(fn, extra_info=save_name)
Exception: To be persisted, <Character: '[pc]'> must support equality comparison.

Full traceback:
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\bootstrap.py",
line 359, in bootstrap
renpy.main.main()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\main.py", line
666, in main
renpy.persistent.update(True)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 407, in update
need_save = find_changes()
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 186, in find_changes
backup[f] = safe_deepcopy(new)
File "C:\Users\V1NJ1X&¨\Downloads\PublicSexLifeH-v0.86.04-pc\renpy\
persistent.py", line 144, in safe_deepcopy
raise Exception("To be persisted, %r must support equality comparison." % o)
Exception: To be persisted, <Character: '[pc]'> must support equality comparison.

While running game code:


Exception: To be persisted, <Character: '[pc]'> must support equality comparison.

You might also like