Home Artists Posts Import Register

Content

Great thanks for sending me bug reports, guys! I've just released a bugfix version (Lust and Power v.0.31.c). The posts with download links are updated, so you can download the game again.

What was fixed:

 - Jessica's sex scene crashed if you run the scene while Jessica wearing dog outfit. Now fixed. Great thanks to Mirok Natsume, Isaac Tebbit and Doom stack77 for reporting this.

 - when you ask Lisa to wash you in the bathroom, game crashes. Now fixed. Great thanks to Dubsington and Zaitsu for reporting this.

 - when you ask Cherry to take off her dress or play with her tits, game crashed. Now fixed. Great thanks to  Dubsington  and Zaitsu for reporting this. 

 - when you ask Jessica to bend her knees while she has her jeans on, game crashes. Now fixed. Great thanks to Jacek Blonski  for reporting this.  

Most of it actually happened because of recent reorganization of images in game folders. I was rather careless with sorting images by folders when I just started to develop this game long time ago. There was not much art and it was easy to navigate through it then.

Now the game has 4869 image files in 575 folders in game files, and I found it rather uncomfortable and time taking to navigate through them. So this month, while waiting for our artist to finish the new art, I took some time to reorganize and sort all the images in a more convenient way. I also had to rewrite the code for each image file, to replace old address with the new one in the game code for each of them.

I did this because this will save me some time in future and make the future development more effective and fast, but as a result, some few old scenes that worked great before this,  now showed some errors.

Well, I tested them all, of course. But it looks like I missed a pair of bugs, and it's really great that you guys helped me to find and fix them!

So please download the game (v.0.31.c) again and enjoy!

And send more reports if you find any more errors.

Comments

Anonymous

After winning in the arena, the player finds himself sitting between Emma and Kelly eating at the kitchen table.

Anonymous

I can't do the demon hunters quest

Anonymous

i don't know if it's a bug, or if i'm doing something wrong, but i can't seem the learn the love potion, how do you do it?

Anonymous

yeah i noticed that too... after doing the smoke potion the talk icon shows a question mark rather than a construction sign so I assumed it was unlockable somehow in the current version. Some clarification would be good eh.

Anonymous

Where do the trophies go when back at the house? They are not in the room inventory. I cannot progress with Lisa because I cannot access the demon hearts.

Lurking Hedgehog

The food and organic items (like hearts and plant leaves) go to the fridge as they have special temperature requirement of storage. Go to the kitchen and click on the fridge.

Ptera79

I'm sorry, but an uncaught exception occurred. While loading <'Composite' None (0, 0) u'images/m_hj/empty.png'>: File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_town/_cherry_house/cherry.rpy", line 88, in script call File "game/_home/_emmroom/org_emm_cor_5_handjob.rpy", line 235, in script IOError: Couldn't find file 'images/m_hj/empty.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_town/_cherry_house/cherry.rpy", line 88, in script call File "game/_home/_emmroom/org_emm_cor_5_handjob.rpy", line 235, in script File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\ast.py", line 613, in execute renpy.exports.say(who, what, interact=self.interact) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\exports.py", line 1147, in say who(what, interact=interact) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\character.py", line 877, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\character.py", line 716, in do_display **display_args) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\character.py", line 508, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\display\core.py", line 2526, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-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 "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-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 "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-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 "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-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 "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-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 "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\display\image.py", line 387, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-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 "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-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 "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-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 "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\display\im.py", line 473, in render im = cache.get(self) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\display\im.py", line 200, in get surf = image.load() File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\display\im.py", line 626, in load size = cache.get(self.images[0]).get_size() File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\display\im.py", line 200, in get surf = image.load() File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\display\im.py", line 524, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\desktop\Desktop\Lust_and_Power-0.31.c (pc) Premium\Lust_and_Power-0.31.c-pc\renpy\loader.py", line 543, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/m_hj/empty.png'. Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Lust and Power 0.31.c

Lurking Hedgehog

This bug was mentioned as known in the text of the poll post, but thank you for sending the info anyway. It's always good when players inform me about bugs and errors. The bug will be fixed in the nearest update.

Anonymous

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_town/_dh_club/dh_club.rpy", line 96, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_town/_order_of_light/rox/roxie_train_fight.rpy", line 445, in script call File "game/_town/_order_of_light/rox/roxie_train_fight.rpy", line 242, in script File "game/_town/_order_of_light/rox/roxie_train_fight.rpy", line 242, in Exception: Switch could not choose a displayable. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_town/_dh_club/dh_club.rpy", line 96, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_home/_kitchen/kitchen.rpy", line 246, in script call File "game/_town/_order_of_light/rox/roxie_train_fight.rpy", line 445, in script call File "game/_town/_order_of_light/rox/roxie_train_fight.rpy", line 242, in script File "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\Lust_and_Power-0.32-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/_town/_order_of_light/rox/roxie_train_fight.rpy", line 242, in File "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\Lust_and_Power-0.32-pc\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\Lust_and_Power-0.32-pc\renpy\display\image.py", line 387, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\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 "C:\Users\Josh\Downloads\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 1222, in render self.update(st, at) File "C:\Users\Josh\Downloads\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 1209, in update child, redraw = self.function(st, at, *self.args, **self.kwargs) File "C:\Users\Josh\Downloads\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 1274, in condition_switch_show return condition_switch_pick(switch), None File "C:\Users\Josh\Downloads\Lust_and_Power-0.32-pc\renpy\display\layout.py", line 1270, in condition_switch_pick raise Exception("Switch could not choose a displayable.") Exception: Switch could not choose a displayable. Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Lust and Power 0.32 [/code]

Anonymous

Happens when stealing Roxie's armour in the order Pants, top, arms