So anyone can help me with some missing CG's followed the walkthrough im still missing some..
Dusk361
Recent community posts
Hey Keep getting this error during the Good ending Order Route
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 203, in <module>
KeyError: u'Cosmos Realm'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/plot/gameflow.rpyc", line 156, in script call
#.�R�
File "game/plot/gameflow.rpyc", line 431, in script call
File "game/plot/mantras.rpyc", line 905, in script call
���A����&���"����rvDnwY=�F���W��2Jr�hg����.0��j�)��X-�]���I9㵈ȱ�&�N� >�wΪ� ��h��^83j�b>�ў���s��`�3a���<d�9����������S�{PN3i�BDY�U��"ϩ�tʕ��oĪ�Z�� &���W3�w:�'��`j��8@@ �Y�3\���+� `c��N#�AԞT�.�Kj�7� Dͦ7���P5K�3��\�]7j�h�а���u\��`؋� ��ax����3��Φ%� ��.��F�2g����B2���ö������L?i]�"���r����
File "game/script.rpyc", line 203, in script
��\�����ҠX����qQlY�C�kPP_���X�U�V����՚�3��6���P���VƎU ̭H' �M�N���M�N6�,�[������a��9N�ow�]� �L���?�c��2
Hey went to change underwear and this the issue I got
[code]
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'underwear/0_idle.webp'>:
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
IOError: Couldn't find file 'underwear/0_idle.webp'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "officecomplex.rpyc", line 122, in script call
File "main.rpyc", line 635, in script call
File "event_dispatcher.rpyc", line 297, in script call
File "nightdating.rpyc", line 26, in script call
File "underwear.rpyc", line 181, in script
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\ast.py", line 1828, in execute
self.call("execute")
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\exports.py", line 1330, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-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\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-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\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-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\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-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\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-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\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\display\screen.py", line 669, in render
child = renpy.display.render.render(self.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 "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-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\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\display\behavior.py", line 724, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\display\layout.py", line 1117, in render
st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-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\erynk\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel Dating Sim Game 2\SeiyuuDanshiFinal-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'underwear/0_idle.webp'.
Windows-8-6.2.9200
Ren'Py 7.0.0.196
seiyuudanshifinal 1.0
Sat Nov 03 09:39:26 2018
[/code]