VN Ren'Py Abandoned Eye of the Storm [Ch. 1-12] [Mr. Rigg]

3.30 star(s) 18 Votes

evilgrim

Newbie
Jul 28, 2018
95
46
Just go into the game folder, open the image folder and look for the saunanolucy image, edit the name so it's sauna no lucy. it needs a space between the words, otherwise it will cause an error when you get to that scene.
Thank you that worked
 
U

User_32285

Guest
Guest

dacris69

M, TI
Donor
Nov 20, 2017
2,150
6,112
Nice twist with Lucy and finally some action with Hildi haha but nothing with Clara :(.
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,995
7,011
Does anyone else game crash when you get to Lucy in the sauna ??

Or can some who can get past that bit put a save file up plz :)
also i got error there
also tried compresed version with some hope. Well its all same :c
Just go into the game folder, open the image folder and look for the saunanolucy image, edit the name so it's sauna no lucy. it needs a space between the words, otherwise it will cause an error when you get to that scene.
same problem with me
Sauna scene and the choice of not sleeping with Genna can be fixed with that you could have found on pg 15.
Only these two problems have been addressed there, nothing else.
If you already renamed image files there, you'd have to rename it back the way it was to use the patch and get three bugs fixed (Genna choice has 2 bugs).

Most of the times it makes sense to at least take a look at the last page of previous posts and use . In this case the word "fix" will give you
The order of the search results can be changed from your personal preferences under your profile. I'd suggest the chonological one ("Most recent" under "search options")
 
  • Like
Reactions: n0cn1l and Jackbite

WickedGrim

Newbie
Sep 18, 2018
91
13
Besides that little problem with the saunanolucy.jpg image name there's also a bug in the script file for those who tried to avoid sleeping with Genna in the end of the previous chapter
(Yeah, who would want to do that?! :rolleyes: But anyway, should some of you choose that path, you should be able to continue, right? :cool:).

If you try to do that, you won't be able to play the new chapter, because that choice still ends with a jump to the chapter end screen. I guess our dev forgot to change it to a jump to the new chapter.

Also, if you fix that jump, you'll get an error about the variable genna_cheat being unknown.
That's because all variables, including this one, are being initialized after the start label and not at init level - the most widespread mistake Ren'Py game devs keep making and that's usually the reason why old saves are not working for the new updates at some point. There could be other reasons, like redesign of the UI and some other things that can not be resolved that easily, but this is the one I keep seeing over and over again and the one that can be avoided just by moving the start label to where the "action" starts and creating an init block for variables.

I moved the start label down and put it right in front of the first scene and created an init block for all variables before that.
I also noticed your chat about the image name error and fixed that in the images.rpy file. And here's the fix attached below.

Just extract it into the root folder of this game (where the game launcher exe file is) and fixed script files will pop into the right subfolder.

Attention! After applying the fix the game may crash at the first attempt to start it. Just close all the windows that pop up and try again. It should work the second time.
 

WickedGrim

Newbie
Sep 18, 2018
91
13
Mega link is down for the Mac version. Can you upload again with the fixes so I can start game over please
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,995
7,011
Can someone please help me with solving this problem on macOS, thank you.
The same patch goes to MacOS, too. Check 3 posts above yours.
To extract 7z archive on MacOS, you'd need an archiver that supports it. 7-zip.org suggests
 

Mender2006

Member
Dec 1, 2017
289
58
After meeting Lucy and with her to sauna
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'sauna no lucy.jpg'>:
File "game/script.rpy", line 2183, in script
lucy "I don't know."
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
IOError: Couldn't find file 'sauna no lucy.jpg'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpy", line 2183, in script
lucy "I don't know."
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\ast.py", line 618, in execute
statement_name("say")
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\ast.py", line 43, in statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\exports.py", line 1452, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\core.py", line 2207, in do_with
clear=clear)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\transition.py", line 358, in render
bottom = render(self.old_widget, width, height, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\image.py", line 495, in render
return wrap_render(self.target, width, height, st, at)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'sauna no lucy.jpg'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Eye of the Storm Chapters_1_to_5
Tue Nov 13 16:12:43 2018
 

EvilChef

Well-Known Member
Sep 23, 2016
1,139
1,503
After meeting Lucy and with her to sauna
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'sauna no lucy.jpg'>:
File "game/script.rpy", line 2183, in script
lucy "I don't know."
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
IOError: Couldn't find file 'sauna no lucy.jpg'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpy", line 2183, in script
lucy "I don't know."
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\ast.py", line 618, in execute
statement_name("say")
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\ast.py", line 43, in statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\exports.py", line 1452, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\core.py", line 2207, in do_with
clear=clear)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\transition.py", line 358, in render
bottom = render(self.old_widget, width, height, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\image.py", line 495, in render
return wrap_render(self.target, width, height, st, at)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-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 "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\Igre\New folder\State of Decay 2\State.of.Decay.2-CODEX\ADUGAMES\EyeoftheStorm-Chapters_1_to_5-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'sauna no lucy.jpg'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Eye of the Storm Chapters_1_to_5
Tue Nov 13 16:12:43 2018
Known bug m8. Search the thread m8...
 
3.30 star(s) 18 Votes