- Nov 21, 2017
- 353
- 81
Here put this in the /game folder it will correct some bug I found and was able to correct.help
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_stock/home/emma_room/hot_scenes/2_(55)_bra.rpy", line 412, in <module>
NameError: name 'index' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "_stock/town/town_area/raid_house.rpyc", line 41, in script call
File "_stock/home/myroom/_myroom.rpyc", line 30, in script call
File "_stock/home/myroom/_myroom.rpyc", line 27, in script call
File "_stock/home/emma_room/_emma_room.rpyc", line 79, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/emma_room/_emma_room.rpyc", line 79, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/emma_room/_emma_room.rpyc", line 79, in script call
File "_stock/town/town_area/raid_house.rpyc", line 41, in script call
File "_stock/home/emma_room/_emma_room.rpyc", line 79, in script call
File "_stock/home/emma_room/_emma_room.rpyc", line 79, in script call
File "_stock/home/emma_room/_emma_room.rpyc", line 79, in script call
File "_stock/home/emma_room/_emma_room.rpyc", line 79, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/town/town_area/raid_house.rpyc", line 41, in script call
File "_stock/home/emma_room/_emma_room.rpyc", line 77, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/town/town_area/raid_house.rpyc", line 41, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/town/town_area/raid_house.rpyc", line 41, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/town/town_area/raid_house.rpyc", line 41, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/town/town_area/raid_house.rpyc", line 41, in script call
File "_stock/town/town_area/raid_house.rpyc", line 41, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/myroom/_myroom.rpyc", line 30, in script call
File "_stock/home/emma_room/hot_scenes/2_(55)_bra.rpyc", line 409, in script
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/_stock/home/emma_room/hot_scenes/2_(55)_bra.rpy", line 412, in <module>
NameError: name 'index' is not defined
Here put this in the /game folder it will correct some bug I found and was able to correct.
I said before that the new level system for spell was interesting, well in theory it is but in practice since it's almost impossible to be able to chain 2 fight it's a grind nightmare. Why do I say it's almost impossible : you have 30 hp and the enemy has attack that range from 2 to 5 5 damage, there is no cooldown for their 5 damage attack meaning you're at the mercy of the rng to not be rush spam of enemy spell attack. It's a grind fest and not a fun one.
Compare to that raising the girls stats is easy and not too grindy.
While running game code:
KeyError: u'quest item'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/myroom/_myroom.rpyc", line 27, in script call
File "_stock/home/myroom/_myroom.rpyc", line 30, in script call
File "_stock/home/myroom/_myroom.rpyc", line 30, in script call
File "_stock/home/myroom/_myroom.rpyc", line 30, in script call
File "_stock/home/myroom/events/emma_quest (give).rpyc", line 114, in script
File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/exports.py", line 1384, in say
who(what, *args, **kwargs)
File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/character.py", line 1164, in __call__
what = what_pattern.replace("[what]", sub(what, translate=True))
File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/character.py", line 1153, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'quest item'
Darwin-13.4.0-x86_64-i386-64bit
Ren'Py 7.4.2.1292
Lust and Power 0.40
Mon Oct 4 23:52:34 2021
```
Thanks for information. Please can you tell me after the update 0.41or 0.42. just like you did with version 0.40Guys just wait for the next update or two. I know he still restoring the game where we left off from v0.37 and he will put the H scenes back in while adding the new game mechanics and animations. Right now in current version of the game you only can interact with Emma and Kelly and it's why a lot of the stuff are under construction. I know some of it is buggy. It's just taking him time (over 6 months unfortunately) to restore everything from the last version. You just got to be patient and no this is not a remake but the same game with new mechanics and animations added. He's trying his best to make the game better and fixing other stuff in it. He made a lot of progress from both demos of v0.38 and v0.39 which weren't worth downloading but at least you can do some stuff in v0.40 and maybe not a lot that we done in v0.37 like interacting with Jessica, Lisa, Cherry and Roxie besides Emma and Kelly, having sex with them and battling the demons etc. Just wait for him release v0.41 or v0.42 and hopefully we will finally have the game almost restored from v0.37 but with new awesome stuff. Plus with the changes in the game, it looks like we will be able take the girls in a dungeon. I can't wait when we're able to do that. Yeah I really wish he got more people to help him rendering and recoding the game faster so we can continue where we left off from v0.37. I know a lot of you are so impatient or want to give up on this game and I don't blame you. Lol
View attachment 1437064
And if some of you bother to read the changelog of v0.40.
"Changelog:
- now you can use upgrade points in the library to make your spells stronger. You can use upgrade points in various ways: either reduce energy cost of the spell, or reduce cooldown time, or increase the duration of the spell, or increase the effect of the spell. So, for example, you can decide if you want to construct cheap and weak spells or expensive and strong. Be wise, your choice can't be cancelled.
- now you can use the table in your room to navigate through Patreon rewards. It contains all the links that you need to find rewards on my site or activate them (like cheats or outfit spells).
- added 3 new magic spells.
- added 9 new items that you can find during your raids.
- some food now automatically stored in the fridge.
- fixed the bugs that you reported about
- now having meal in the kitchen restores twice more health and energy
- added 3 scenes of talking to ancestor about some important things in the basement.
- added 3 scenes of ancestor teaching you new magic spells.
Emma's new scenes:
- Emma comes to your room to ask you to find some item for her outside.
- you can bring requested item to Emma and influence her
- after you change her outfit with a spell, she comes to your room to discuss it.
Kelly's new scenes:
- Kelly's room is now available to visit. Added basic room functions like: greeting you, saying goodbye to you, asking you to leave the room.
- you can compliment Kelly
- you can discipline Kelly
- you can give Kelly a lewd compliment
- added a scene where you make a deal with Kelly stating that she'll do favors for you while you bring her things from the outside.
- Kelly comes to your room to ask you to find some item for her outside.
- you can bring requested item to Kelly and influence her
- after you change her outfit with a spell, she comes to your room to discuss it.
- hot scene: make Kelly do her exercise
- hot scene: make Kelly lift her top and show her tits.
- hot scene: make Kelly take off her top
- hot scene: make Kelly lift her skirt and how her panties
- hot scene: make Kelly take off her skirt
- hot scene: make Kelly dance for you
- hot scene: make Kelly play with her tits
So, to sum, we added 7 hot scenes, 17 common scenes, 2 new interfaces, 3 new spells, 9 items and some bug fixing, and it took us a month. So the speed of restoring + extending the content of the game is really close to 1 scene per day which is exactly what I expected it to be.
Sorry for being silent for the recent month, sometimes I'm just in the circumstances where I can't keep you informed, but I always try to see to any opportunity to fix it.
Thank you for your patience and for your support."
I had that bug with Emma quest and I fixed it (for me no longer crash when she comes) I retested it and it seems fine.I used all of your patches and still got:
I don't know if they cover this bug or not.Python:While running game code: KeyError: u'quest item' -- Full Traceback ------------------------------------------------------------ Full traceback: File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call File "_stock/home/myroom/_myroom.rpyc", line 27, in script call File "_stock/home/myroom/_myroom.rpyc", line 30, in script call File "_stock/home/myroom/_myroom.rpyc", line 30, in script call File "_stock/home/myroom/_myroom.rpyc", line 30, in script call File "_stock/home/myroom/events/emma_quest (give).rpyc", line 114, in script File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/ast.py", line 715, in execute renpy.exports.say(who, what, *args, **kwargs) File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/exports.py", line 1384, in say who(what, *args, **kwargs) File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/character.py", line 1164, in __call__ what = what_pattern.replace("[what]", sub(what, translate=True)) File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/character.py", line 1153, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "/Users/[Redacted]/Games/Lust_and_Power.app/Contents/Resources/autorun/renpy/substitutions.py", line 270, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value KeyError: u'quest item' Darwin-13.4.0-x86_64-i386-64bit Ren'Py 7.4.2.1292 Lust and Power 0.40 Mon Oct 4 23:52:34 2021 ```
I'm on a Mac. Would that matter?I had that bug with Emma quest and I fixed it (for me no longer crash when she comes) I retested it and it seems fine.
Your game folder should look like this :
Maybe, the problem here is that my solution doesn't erase the faulty file but re define those label in files that are suppose to have hiher priority but I don't know if that works the same way on Mac.I'm on a Mac. Would that matter?
thanksHere put this in the /game folder it will correct some bug I found and was able to correct.
I said before that the new level system for spell was interesting, well in theory it is but in practice since it's almost impossible to be able to chain 2 fight it's a grind nightmare. Why do I say it's almost impossible : you have 30 hp and the enemy has attack that range from 2 to 5 5 damage, there is no cooldown for their 5 damage attack meaning you're at the mercy of the rng to not be rush spam of enemy spell attack. It's a grind fest and not a fun one.
Compare to that raising the girls stats is easy and not too grindy.
Same. It was very recently updated though. I'll wait till the updated android version is there to play it.I am waiting for android version & hope there is a new cheat system for android version too.