I am still redownloading the game with out mod and with mod
I should not watch movies and dl something at the same time
her from the Koga version fresh downloadet.
And as you can see this time no cpu mention
Tue Oct 3 00:46:08 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.16s
Loading error handling took 0.05s
Loading script took 1.07s
Loading save slot metadata. took 0.01s
Loading persistent took 0.00s
Faled to initialize steam: FileNotFoundError("Could not find module 'E:\\novel_games\\OhDaddy-V0.9-pc-compr_Mod\\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: (8, 0, 3)
Running init code took 0.17s
Loading analysis data took 0.03s
Analyze and compile ATL took 0.01s
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.31s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.00s
Load screen analysis took 0.03s
Analyze screens took 0.00s
Save screen analysis took 0.00s
game/KoGa3Mod.rpy:429: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3JukeboxButton is 1:
game/KoGa3Mod.rpy:440: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3JukeboxButton is 2:
game/KoGa3Mod.rpy:456: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3JukeboxButton is 1:
game/KoGa3Mod.rpy:538: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3JukeboxButton is 2:
Prepare screens took 0.08s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Performance test:
Interface start took 0.18s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Full traceback:
File "renpy/common/00start.rpy", line 240, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 19, in script
call screen warning
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\ast.py", line 2232, in execute
self.call("execute")
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\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 "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\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 "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\screen.py", line 456, in visit_all
self.child.visit_all(callback, seen=None)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\core.py", line 584, in visit_all
callback(self)
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\novel_games\OhDaddy-V0.9-pc-compr_Mod\renpy\text\text.py", line 1741, in per_interact
if self.style.slow_abortable:
File "gen3-static/styleclass.pxi", line 533, in renpy.styledata.styleclass.Style.slow_abortable.__get__
File "style.pyx", line 493, in renpy.style.StyleCore._get
File "style.pyx", line 679, in renpy.style.build_style
File "style.pyx", line 142, in renpy.style.get_full_style
File "style.pyx", line 83, in renpy.style.get_style
Exception: Style 'warning' does not exist.
While running game code:
File "renpy/common/00start.rpy", line 240, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 19, in script
call screen warning
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Style 'warning' does not exist.