I got the same problem, every time i load a save tower and forest are inacessible and a lot of quest restart blocking me totally ....Suddenly, after I loaded a game where I lost a fight on the forest, all my progress was screwed! Ezmira look at me as if we are meeting for the first time, there is no more forest to go, neither the tower... Anyone have this bug too? Any fix?
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Yerhan.rpy", line 38, in <module>
NameError: name 'yehran_stage' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Yerhan.rpyc", line 21, in script
File "/Users/samson/untitled folder/Games/The_Pleasuremancer.app/Contents/Resources/autorun/renpy/ast.py", line 1564, in execute
choice = renpy.exports.menu(choices, self.set)
File "/Users/samson/untitled folder/Games/The_Pleasuremancer.app/Contents/Resources/autorun/renpy/exports.py", line 885, in menu
condition = renpy.python.py_eval(condition)
File "/Users/samson/untitled folder/Games/The_Pleasuremancer.app/Contents/Resources/autorun/renpy/python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/Users/samson/untitled folder/Games/The_Pleasuremancer.app/Contents/Resources/autorun/renpy/python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Yerhan.rpy", line 38, in <module>
NameError: name 'yehran_stage' is not defined
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 7.1.3.1092
The Pleasuremancer 0.3.12a - Silver edition - dev version
Tue Mar 26 23:58:31 2019
[/CODE]Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Yerhan.rpy", line 38, in <module> NameError: name 'yehran_stage' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "Yerhan.rpyc", line 21, in script File "/Users/samson/untitled folder/Games/The_Pleasuremancer.app/Contents/Resources/autorun/renpy/ast.py", line 1564, in execute choice = renpy.exports.menu(choices, self.set) File "/Users/samson/untitled folder/Games/The_Pleasuremancer.app/Contents/Resources/autorun/renpy/exports.py", line 885, in menu condition = renpy.python.py_eval(condition) File "/Users/samson/untitled folder/Games/The_Pleasuremancer.app/Contents/Resources/autorun/renpy/python.py", line 1944, in py_eval return py_eval_bytecode(code, globals, locals) File "/Users/samson/untitled folder/Games/The_Pleasuremancer.app/Contents/Resources/autorun/renpy/python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Yerhan.rpy", line 38, in <module> NameError: name 'yehran_stage' is not defined Darwin-17.7.0-x86_64-i386-64bit Ren'Py 7.1.3.1092 The Pleasuremancer 0.3.12a - Silver edition - dev version Tue Mar 26 23:58:31 2019
So I got this error meaning can't progress the main story as I need Yehran for it.
-------------------------------------------------------------------------------------/!\ If you use an old save: /!\
—When you want to train with Yerhan(with the new body), you're going to have an error like this one (You must be registered to see the links). To bypass this error, open the console and write $ yehran_stage = 0
I have the same problem, it just say: "option / return" and i have like 150+ planks xdAnyone knows what to do to skip the tower quest? I got the 50 wooden planks but after i click on the tower nothing happens.
Edit: Here is my save if it will help.
I'm stuck. Can't attack the second base in the woods. I did some searching of my own and the correct filename is "veteran_godelin3.png". Rather than mucking about with the filenames i want to change it in the script itself. But where to look?Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'rpg/Veteran godelin3.png'>: 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 'rpg/Veteran godelin3.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "tl/english/rpg.rpyc", line 19, in script File "F:\gamez\The_Pleasuremancer-pc\renpy\ast.py", line 644, in execute statement_name("say") File "F:\gamez\The_Pleasuremancer-pc\renpy\ast.py", line 45, 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 "F:\gamez\The_Pleasuremancer-pc\renpy\exports.py", line 1481, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "F:\gamez\The_Pleasuremancer-pc\renpy\display\core.py", line 2227, in do_with clear=clear) File "F:\gamez\The_Pleasuremancer-pc\renpy\display\core.py", line 2672, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "F:\gamez\The_Pleasuremancer-pc\renpy\display\core.py", line 3158, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "F:\gamez\The_Pleasuremancer-pc\renpy\display\core.py", line 2075, in draw_screen renpy.config.screen_height, File "render.pyx", line 487, in renpy.display.render.render_screen File "render.pyx", line 235, in renpy.display.render.render File "F:\gamez\The_Pleasuremancer-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "F:\gamez\The_Pleasuremancer-pc\renpy\display\transition.py", line 360, in render bottom = render(self.old_widget, width, height, st, at) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "F:\gamez\The_Pleasuremancer-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "F:\gamez\The_Pleasuremancer-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "F:\gamez\The_Pleasuremancer-pc\renpy\display\screen.py", line 669, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "F:\gamez\The_Pleasuremancer-pc\renpy\display\layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "render.pyx", line 235, in renpy.display.render.render File "F:\gamez\The_Pleasuremancer-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "F:\gamez\The_Pleasuremancer-pc\renpy\display\im.py", line 266, in get surf = image.load() File "F:\gamez\The_Pleasuremancer-pc\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "F:\gamez\The_Pleasuremancer-pc\renpy\loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'rpg/Veteran godelin3.png'. Windows-7-6.1.7601-SP1 Ren'Py 7.1.3.1092 The Pleasuremancer 0.3.12a - Silver edition - dev version Wed Mar 27 13:25:05 2019
Ok... There is one of the saves...-------------------------------------------------------------------------------------
@TobyxXx @Sephi_88 @Garan Elderan, Can you share your save please
this happen me too any way to fix it realy?Suddenly, after I loaded a game where I lost a fight on the forest, all my progress was screwed! Ezmira look at me as if we are meeting for the first time, there is no more forest to go, neither the tower... Anyone have this bug too? Any fix?
Awesome finally some content with the succubus... hope she doesn't try to kill MC on sight. I guess I will wait till the next update before I start a new save and grind my way all through the game. Thanks for the info.upcoming update for the story with succubus