You are on page 1of 8

Thu Jun 1 02:29:19 2023

Windows-10-10.0.19041
Ren'Py 8.0.3.22090809

Bootstrap to the start of init.init took 0.10s


Early init took 0.00s
Loader init took 0.48s
Loading error handling took 0.15s
Loading script took 3.05s
Loading save slot metadata. took 0.17s
Loading persistent took 0.00s
Faled to initialize steam: FileNotFoundError("Could not find module 'C:\\Users\\
junio\\Desktop\\A Wife And Mother\\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.65s
Loading analysis data took 0.12s
Analyze and compile ATL took 0.05s
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.24s
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.00s
Cleaning stores took 0.00s
Init translation took 0.29s
Build styles took 0.01s
Load screen analysis took 0.18s
Analyze screens took 0.01s
Save screen analysis took 0.00s
game/KoGa3Cheat.rpy:1409: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatChapterButton is 1:
game/KoGa3Cheat.rpy:1421: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatChapterButton is 21:
game/KoGa3Cheat.rpy:1433: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatChapterButton is 22:
game/KoGa3Cheat.rpy:1452: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatChapterButton is 1:
game/KoGa3Cheat.rpy:1615: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatChapterButton is 21:
game/KoGa3Cheat.rpy:1780: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatChapterButton is 22:
game/KoGa3Music.rpy:385: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3QuickMusicButton is 1:
game/KoGa3Music.rpy:396: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3QuickMusicButton is 2:
game/KoGa3Music.rpy:415: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3QuickMusicButton is 3:
game/KoGa3Music.rpy:437: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3QuickMusicButton is 1:
game/KoGa3Music.rpy:518: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3QuickMusicButton is 2:
game/KoGa3Music.rpy:598: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3QuickMusicButton is 3:
game/KoGa3Cheat.rpy:285: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatButton is 1:
game/KoGa3Cheat.rpy:296: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatButton is 2:
game/KoGa3Cheat.rpy:307: SyntaxWarning: "is" with a literal. Did you mean "=="?
if KoGa3CheatButton is 3:
Prepare screens took 0.52s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Performance test:
Interface start took 0.41s

Initializing gl2 renderer:


primary display bounds: (0, 0, 1440, 900)
swap interval: 1 frames
Windowed mode.
Vendor: "b'Intel'"
Renderer: b'Intel(R) HD Graphics'
Version: b'2.1.0 - Build 8.15.10.2900'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1338, 753) drawable=(1338, 753)
Maximum texture size: 4096x4096

Full traceback:
File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 1903, in
execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1010, in
menu
rv = renpy.store.menu(new_items)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1250, in
display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ui.py", line 299, in
interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\junio\Desktop\A Wife And Mother\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 "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
451, in visit_all
callback(self)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
462, in per_interact
self.update()
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
653, in update
self.screen.function(**self.scope)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 294, in
apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 279, in apply
raise TypeError(
TypeError: Unexpected keyword arguments: 'ypos'

While running game code:


File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
TypeError: Unexpected keyword arguments: 'ypos'
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.01s
Load screen analysis took 0.13s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s

Full traceback:
File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 1903, in
execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1010, in
menu
rv = renpy.store.menu(new_items)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1250, in
display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ui.py", line 299, in
interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\junio\Desktop\A Wife And Mother\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 "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
451, in visit_all
callback(self)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
462, in per_interact
self.update()
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
653, in update
self.screen.function(**self.scope)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 294, in
apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 279, in apply
raise TypeError(
TypeError: Unexpected keyword arguments: 'ypos'

While running game code:


File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
TypeError: Unexpected keyword arguments: 'ypos'
Screen sizes: virtual=(1920, 1080) physical=(1440, 837) drawable=(1440, 837)
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.02s
Build styles took 0.02s
Load screen analysis took 0.27s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s

Full traceback:
File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 1903, in
execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1010, in
menu
rv = renpy.store.menu(new_items)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1250, in
display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ui.py", line 299, in
interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\junio\Desktop\A Wife And Mother\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 "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
451, in visit_all
callback(self)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
462, in per_interact
self.update()
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
653, in update
self.screen.function(**self.scope)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 294, in
apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 279, in apply
raise TypeError(
TypeError: Unexpected keyword arguments: 'ypos'

While running game code:


File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
TypeError: Unexpected keyword arguments: 'ypos'
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.01s
Load screen analysis took 0.21s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s

Full traceback:
File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 1903, in
execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1010, in
menu
rv = renpy.store.menu(new_items)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1250, in
display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ui.py", line 299, in
interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\junio\Desktop\A Wife And Mother\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 "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
451, in visit_all
callback(self)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
462, in per_interact
self.update()
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
653, in update
self.screen.function(**self.scope)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 294, in
apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 279, in apply
raise TypeError(
TypeError: Unexpected keyword arguments: 'ypos'

While running game code:


File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
TypeError: Unexpected keyword arguments: 'ypos'
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.01s
Load screen analysis took 0.19s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s

Full traceback:
File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 1903, in
execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1010, in
menu
rv = renpy.store.menu(new_items)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1250, in
display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ui.py", line 299, in
interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\junio\Desktop\A Wife And Mother\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 "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
451, in visit_all
callback(self)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
462, in per_interact
self.update()
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
653, in update
self.screen.function(**self.scope)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 294, in
apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 279, in apply
raise TypeError(
TypeError: Unexpected keyword arguments: 'ypos'

While running game code:


File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
TypeError: Unexpected keyword arguments: 'ypos'
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.01s
Load screen analysis took 0.16s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s

Full traceback:
File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 1903, in
execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1010, in
menu
rv = renpy.store.menu(new_items)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\exports.py", line 1250, in
display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ui.py", line 299, in
interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\junio\Desktop\A Wife And Mother\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 "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 582,
in visit_all
d.visit_all(callback, seen)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
451, in visit_all
callback(self)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\core.py", line 3810,
in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
462, in per_interact
self.update()
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\display\screen.py", line
653, in update
self.screen.function(**self.scope)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 294, in
apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "C:\Users\junio\Desktop\A Wife And Mother\renpy\ast.py", line 279, in apply
raise TypeError(
TypeError: Unexpected keyword arguments: 'ypos'

While running game code:


File "game/scripts/start.rpy", line 8, in script
menu start_choice (ypos=540):
TypeError: Unexpected keyword arguments: 'ypos'

You might also like