Naskura

Member
Sep 18, 2018
196
114
And another one
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/_stock/home/kelly_room/hot_scenes/2_(65)_pussy.rpy", line 130, in <module>
NameError: name 'v_kel_lp' is not defined

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

Full traceback:
File "_stock/home/_hallway/_hallway.rpyc", line 31, in script call
File "_stock/town/town_area/raid_house/1_house_door.rpyc", line 45, in script call
File "_stock/town/town_area/raid_house/1_house_door.rpyc", line 45, in script call
File "_stock/town/town_area/raid_house/1_house_door.rpyc", line 45, in script call
File "_stock/home/kelly_room/_kelly_room.rpyc", line 78, in script call
File "_stock/home/kelly_room/common/_2_kel_room_nickname_react.rpyc", line 421, in script call
File "_stock/town/town_area/raid_house/1_house_door.rpyc", line 45, in script call
File "_stock/home/kelly_room/hot_scenes/2_(65)_pussy.rpyc", line 130, in script
File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\ast.py", line 2133, in execute
if renpy.python.py_eval(condition):
File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/_stock/home/kelly_room/hot_scenes/2_(65)_pussy.rpy", line 130, in <module>
NameError: name 'v_kel_lp' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.4.23102801+nightly
Lust and Power 0.68
Sat Oct 5 12:01:09 2024
```
 

Naskura

Member
Sep 18, 2018
196
114
Okay this one should be easily reproduce and is a game breaker. I won the headband from the Demon Hunters challenge and when I took it off to replace it with my Golf Helmet it broke my inventory, I can not open it what so ever it throws the bug again.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/_screens/main_interface/inventory.rpy", line 26, in execute
  File "game/_screens/main_interface/inventory.rpy", line 26, in execute
  File "game/_screens/main_interface/inventory.rpy", line 198, in execute
  File "game/_screens/main_interface/inventory.rpy", line 203, in execute
  File "game/_screens/main_interface/inventory.rpy", line 205, in execute
  File "game/_screens/main_interface/inventory.rpy", line 207, in execute
  File "game/_screens/main_interface/inventory.rpy", line 220, in execute
  File "game/_screens/main_interface/inventory.rpy", line 222, in execute
  File "game/_screens/main_interface/inventory.rpy", line 238, in execute
  File "game/_screens/main_interface/inventory.rpy", line 239, in execute
  File "game/_screens/main_interface/inventory.rpy", line 239, in <module>
NameError: name 'DH' is not defined

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

Full traceback:
  File "_screens/main_interface/inventory.rpyc", line 16, in script
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "F:\Hentai\Lust_and_Power-0.68-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/_screens/main_interface/inventory.rpy", line 26, in execute
  File "game/_screens/main_interface/inventory.rpy", line 26, in execute
  File "game/_screens/main_interface/inventory.rpy", line 198, in execute
  File "game/_screens/main_interface/inventory.rpy", line 203, in execute
  File "game/_screens/main_interface/inventory.rpy", line 205, in execute
  File "game/_screens/main_interface/inventory.rpy", line 207, in execute
  File "game/_screens/main_interface/inventory.rpy", line 220, in execute
  File "game/_screens/main_interface/inventory.rpy", line 222, in execute
  File "game/_screens/main_interface/inventory.rpy", line 238, in execute
  File "game/_screens/main_interface/inventory.rpy", line 239, in execute
  File "game/_screens/main_interface/inventory.rpy", line 239, in <module>
NameError: name 'DH' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.4.23102801+nightly
Lust and Power 0.68
Sat Oct  5 15:21:18 2024
 
3.00 star(s) 82 Votes