You can't. At least not yet.how can i make the love potion?
You can't. At least not yet.how can i make the love potion?
It is not in game yet. Developer is very very lazyhow can i make the love potion?
Because it couldn't find 'images/stuff/panel.png'. It's written right there in the error report. Either an image was mislabeled or the line of code isn't correct and the image is suppose to be a different name or under a different folder tree. You could get unRen.bat and unlock the files and try to rename the image properly, but if another line of code tries to pull up that image with the current image name, you could give yourself a new batch of errors. Have fun!
Which one should I choose? or Is there walkthroughBecause it couldn't find 'images/stuff/panel.png'. It's written right there in the error report. Either an image was mislabeled or the line of code isn't correct and the image is suppose to be a different name or under a different folder tree. You could get unRen.bat and unlock the files and try to rename the image properly, but if another line of code tries to pull up that image with the current image name, you could give yourself a new batch of errors. Have fun!
Questions like this ought to be asked in the unRen thread, but just pick 1) and then you should be able to access the images folder.Which one should I choose? or Is there walkthrough
View attachment 775401
Talk about discipline. & After u learn hypnotism from cherry, u can use it as wellHow can I improve my submission point?
I think you used the cheat mod, is not updated and you have troubles with images and images folders, you have to search the image, copy and renamed an image or copy images to a folder o new folder, depends on the route of the error. In your case is go to the folder _extras/plant/ and choose an image for example plant damage or something like that, copy and rename as plant_stunned then enter to the game put Rollback and then continue with the game.I'm sorry, but an uncaught exception occurred.
While loading <'Composite' None (0, 0) u'images/_extras/plant/plant_stunned.png'>:
File "game/_town/_forest/forest.rpy", line 262, in script call
File "game/__bt/_battle.rpy", line 500, in script
File "game/__bt/_battle.rpy", line 500, in <module>
IOError: Couldn't find file 'images/_extras/plant/plant_stunned.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/_town/_forest/forest.rpy", line 262, in script call
File "game/__bt/_battle.rpy", line 500, in script
File "D:\Lust_and_Power-0.32-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Lust_and_Power-0.32-pc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/__bt/_battle.rpy", line 500, in <module>
File "D:\Lust_and_Power-0.32-pc\renpy\exports.py", line 1278, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "D:\Lust_and_Power-0.32-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Lust_and_Power-0.32-pc\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Lust_and_Power-0.32-pc\renpy\display\core.py", line 2883, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\Lust_and_Power-0.32-pc\renpy\display\core.py", line 1955, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
rv = render(root, width, height, 0, 0)
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "D:\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "D:\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "D:\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
cr = render(child, widtho, heighto, st - self.child_st_base, at)
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "D:\Lust_and_Power-0.32-pc\renpy\display\image.py", line 387, in render
return wrap_render(self.target, width, height, st, at)
File "D:\Lust_and_Power-0.32-pc\renpy\display\image.py", line 208, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "D:\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 318, in render
surf = render(self.child, width, height, st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "D:\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 1224, in render
return renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "D:\Lust_and_Power-0.32-pc\renpy\display\im.py", line 473, in render
im = cache.get(self)
File "D:\Lust_and_Power-0.32-pc\renpy\display\im.py", line 200, in get
surf = image.load()
File "D:\Lust_and_Power-0.32-pc\renpy\display\im.py", line 626, in load
size = cache.get(self.images[0]).get_size()
File "D:\Lust_and_Power-0.32-pc\renpy\display\im.py", line 200, in get
surf = image.load()
File "D:\Lust_and_Power-0.32-pc\renpy\display\im.py", line 524, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\Lust_and_Power-0.32-pc\renpy\loader.py", line 543, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/_extras/plant/plant_stunned.png'.
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Lust and Power 0.32
WHY????
The cheat mod are not updated have issues with images and folders you need to see the image missing, find it in the images folder and copy and paste in new route, sometimes you have to rename it or make new folders. I found about 6 errors already but it´s not difficult to fix, it´s just copy and paste more of the times
Where to copy from?The cheat mod are not updated have issues with images and folders you need to see the image missing, find it in the images folder and copy and paste in new route, sometimes you have to rename it or make new folders. I found about 6 errors already but it´s not difficult to fix, it´s just copy and paste more of the times
There is an incest patch, but it's out of date and won't work.No incest patch?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/__intro/intro_part1.rpy", line 123, in script
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
ScriptError: could not find label 'cut_option'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/__intro/intro_part1.rpy", line 123, in script
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\ast.py", line 1706, in execute
self.call("execute")
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\ast.py", line 1724, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\statements.py", line 145, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\exports.py", line 2526, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\curry.py", line 38, in __call__
**dict(self.kwargs.items() + kwargs.items()))
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\game.py", line 330, in call_in_new_context
return renpy.execution.run_context(False)
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\execution.py", line 761, in run_context
context.run()
File "F:\Lust_and_Power-0.32_pc\Lust_and_Power-0.32-pc\renpy\script.py", line 858, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'cut_option'.
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Lust and Power 0.32
Hello, can you have the new version 0.33 on android ?LAP:v.0.32: (Mac/Android):You must be registered to see the links,WorkUpload,Mega (Mega in Upload)