I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/first_night.rpy", line 38, in script call
call intro_name_menu from _call_intro_name_menu
File "game/outside.rpy", line 1120, in script call
call gamer_girl_level_0 from _call_gamer_girl_level_0
File "game/outside.rpy", line 1384, in script
if gg_stream>=2:
File "game/outside.rpy", line 1384, in <module>
if gg_stream>=2:
NameError: name 'gg_stream' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/first_night.rpy", line 38, in script call
call intro_name_menu from _call_intro_name_menu
File "game/outside.rpy", line 1120, in script call
call gamer_girl_level_0 from _call_gamer_girl_level_0
File "game/outside.rpy", line 1384, in script
if gg_stream>=2:
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\ast.py", line 1729, in execute
if renpy.python.py_eval(condition):
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\python.py", line 1943, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\python.py", line 1936, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/outside.rpy", line 1384, in <module>
if gg_stream>=2:
NameError: name 'gg_stream' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Goodnight Kiss .999
Wed Sep 05 13:57:44 2018
I'm sorry, but an uncaught exception occurred.
While loading <'Image' 'gamer_girl_stream_3.jpg'>:
File "game/first_night.rpy", line 38, in script call
call intro_name_menu from _call_intro_name_menu
File "game/gamer_girl.rpy", line 584, in script
"You brush your finger against [gamer_girl_name]'s clit."
IOError: Couldn't find file 'gamer_girl_stream_3.jpg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/first_night.rpy", line 38, in script call
call intro_name_menu from _call_intro_name_menu
File "game/gamer_girl.rpy", line 584, in script
"You brush your finger against [gamer_girl_name]'s clit."
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\ast.py", line 652, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\exports.py", line 1199, in say
who(what, *args, **kwargs)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\character.py", line 1016, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\character.py", line 817, in do_display
**display_args)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\character.py", line 566, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\core.py", line 3132, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\core.py", line 2055, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 485, in renpy.display.render.render_screen
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\image.py", line 495, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\SJester\Desktop\GoodnightKiss-.999-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gamer_girl_stream_3.jpg'.
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Goodnight Kiss .999
Wed Sep 05 15:01:32 2018
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/first_night.rpy", line 38, in script call
call intro_name_menu from _call_intro_name_menu
File "game/wife_hotel.rpy", line 321, in script
if daddy_law>0 and dan_photo==0:
File "game/wife_hotel.rpy", line 321, in <module>
if daddy_law>0 and dan_photo==0:
NameError: name 'dan_photo' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/first_night.rpy", line 38, in script call
call intro_name_menu from _call_intro_name_menu
File "game/wife_hotel.rpy", line 321, in script
if daddy_law>0 and dan_photo==0:
File "C:\Users\InvadeD\Desktop\mooove\GoodnightKiss-.999-pc\renpy\ast.py", line 1729, in execute
if renpy.python.py_eval(condition):
File "C:\Users\InvadeD\Desktop\mooove\GoodnightKiss-.999-pc\renpy\python.py", line 1943, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\InvadeD\Desktop\mooove\GoodnightKiss-.999-pc\renpy\python.py", line 1936, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/wife_hotel.rpy", line 321, in <module>
if daddy_law>0 and dan_photo==0:
NameError: name 'dan_photo' is not defined
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Goodnight Kiss .999
Wed Sep 05 23:03:47 2018
does you cheat ? with your save i get errors at the flower shop and with the gamer girl... or is the Game still bugged like hellSave in page 1 number 5.
My only cheat was the amount of money. The errors you found I suppose are game bugs. I guess some if not all of them are fixed using the files provided in this post:does you cheat ? with your save i get errors at the flower shop and with the gamer girl... or is the Game still bugged like hell
Ok you can have sex with the niece once, if you share experimental drugs with her in her room. After a certain point the niece will give you a BJ in the club if you go through the right conversational path. As I recall you can't talk to the daughter at the club as that triggers the bar fight. As I recall the path is talk to Sam (buy drink), talk to Brenda (buy drink), and then talk to Sam again and she'll offer to have you follow her out to an alley and give you a BJ. Then they all leave the bar without a fight and points with all.niece is fuckable once after smokes pot with her probably after nightclub trip (although 1st time i did it no nightclub trip).
You can talk to the daughter at the club to trigger an event and the goes same for Brenda.Ok you can have sex with the niece once, if you share experimental drugs with her in her room. After a certain point the niece will give you a BJ in the club if you go through the right conversational path. As I recall you can't talk to the daughter at the club as that triggers the bar fight. As I recall the path is talk to Sam (buy drink), talk to Brenda (buy drink), and then talk to Sam again and she'll offer to have you follow her out to an alley and give you a BJ. Then they all leave the bar without a fight and points with all.