The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
When I have sex with mom after using Resist on her twice, I get an unrecoverable error with this traceback:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/jennifer_scene_labels.rpy", line 160, in script
    jump expression hcontrollerresult
ScriptError: could not find label 'event_jennifer_recovery_scene_4.scene_slow_ang_2'.

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

Full traceback:
  File "game/scripts/jennifer_scene_labels.rpy", line 160, in script
    jump expression hcontrollerresult
  File "/usr/share/games/renpy/renpy/ast.py", line 1633, in execute
    rv = renpy.game.script.lookup(target)
  File "/usr/share/games/renpy/renpy/script.py", line 875, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'event_jennifer_recovery_scene_4.scene_slow_ang_2'.

Linux-4.19.0-6-amd64-x86_64-with-MX-19.2-patito_feo
Ren'Py 7.1.3.1092
Lustful Awakening 0.4
Fri Sep 25 00:10:57 2020
I tried reinstalling and applying the patch on page 1. The one thing I can thing of is that I am playing on Linux by using the Ren'py system to launch. I'll try from the same place using Wine--Ren'py games usually work fine in Wine.

Update: Just tried it in Wine using my save file, and it had the same error. I suppose I could try playing from the start in Wine. LA has worked fine in Wine for earlier versions.
Hi , I am trying to find what's wrong but i can find the label in my source code. Did you download full game or upgrade package?
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
I'll try it
Edit: nope she's still always to tired here's my save so you can check it and see what's wrong
Hi,
I see what the problem is, so many older events are inaccessible due to this.
Can you please try , This keeps important events accessible regardless she is tired or not
Thanks a lot for helping me test this.
 

Elasstommer

Newbie
Aug 15, 2017
69
165
Hi , I am trying to find what's wrong but i can find the label in my source code. Did you download full game or upgrade package?
Full file, first I tried the compressed version, then I tried again with the larger version. Here's a save if that helps.
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
Full file, first I tried the compressed version, then I tried again with the larger version. Here's a save if that helps.
Hi , I tried the file. I am not sure what's wrong. Did you by any chance use old saves? Also, can you try one of the autosaves?
 

Elasstommer

Newbie
Aug 15, 2017
69
165
Hi , I tried the file. I am not sure what's wrong. Did you by any chance use old saves? Also, can you try one of the autosaves?
I started fresh because I was playing from Ren'py rather than Wine and didn't have any of the old saves available. I'll try again, and see if it will work better with another fresh install.
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
I started fresh because I was playing from Ren'py rather than Wine and didn't have any of the old saves available. I'll try again, and see if it will work better with another fresh install.
Good luck, You can ping me anytime.
 

wolfyjrb15

Member
Aug 28, 2020
326
63
1601066710633.png
there is a bug with pantie 1 whenever i try to speak to akira in the morning in her place i get this everytime, which makes getting pantie 1 impossible to do
 
Nov 1, 2018
79
35
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 138, in script call
    call room_2
  File "game/scripts/generallabels.rpy", line 100, in script call
    $ui.interact()
  File "game/scripts/generallabels.rpy", line 489, in script call
    call screen computer
  File "game/scripts/cathy_event_labels.rpy", line 155, in script call
    call sleep
  File "game/scripts/generallabels.rpy", line 171, in script
    $ui.interact()
  File "game/scripts/generallabels.rpy", line 171, in <module>
    $ui.interact()
  File "game/scripts/generallabels.rpy", line 542, in execute
    screen showspritemulti(characters):
  File "game/scripts/generallabels.rpy", line 542, in execute
    screen showspritemulti(characters):
  File "game/scripts/generallabels.rpy", line 544, in execute
    for character in characters:
  File "game/scripts/generallabels.rpy", line 545, in execute
    imagebutton:
  File "game/scripts/generallabels.rpy", line 545, in keywords
    imagebutton:
  File "game/customclasses.rpy", line 84, in getactions
    if globals()[pf[0]] != pf[1]:
TypeError: 'int' object has no attribute '__getitem__'

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

Full traceback:
  File "game/script.rpy", line 138, in script call
    call room_2
  File "game/scripts/generallabels.rpy", line 100, in script call
    $ui.interact()
  File "game/scripts/generallabels.rpy", line 489, in script call
    call screen computer
  File "game/scripts/cathy_event_labels.rpy", line 155, in script call
    call sleep
  File "game/scripts/generallabels.rpy", line 171, in script
    $ui.interact()
  File "C:\Users\michael\Documents\lustful_awakening\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/generallabels.rpy", line 171, in <module>
    $ui.interact()
  File "C:\Users\michael\Documents\lustful_awakening\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/generallabels.rpy", line 542, in execute
    screen showspritemulti(characters):
  File "game/scripts/generallabels.rpy", line 542, in execute
    screen showspritemulti(characters):
  File "game/scripts/generallabels.rpy", line 544, in execute
    for character in characters:
  File "game/scripts/generallabels.rpy", line 545, in execute
    imagebutton:
  File "game/scripts/generallabels.rpy", line 545, in keywords
    imagebutton:
  File "<screen language>", line 549, in <module>
  File "game/customclasses.rpy", line 84, in getactions
    if globals()[pf[0]] != pf[1]:
TypeError: 'int' object has no attribute '__getitem__'

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Lustful Awakening 0.4
Sat Sep 26 01:22:40 2020
Trying to talk to godess about my teacher gives this error . What to do ? And yes i used the patch from OP
 
Last edited:

Fallen Angel Productions

Engaged Member
Game Developer
May 16, 2017
2,616
9,733
Hi,
I see what the problem is, so many older events are inaccessible due to this.
Can you please try MEGA , This keeps important events accessible regardless she is tired or not
Thanks a lot for helping me test this.
no problem thanks for the fix everything worked thanks I've finished everything in this build was really good
 
Last edited:
  • Like
Reactions: The Coder

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 138, in script call
    call room_2
  File "game/scripts/generallabels.rpy", line 100, in script call
    $ui.interact()
  File "game/scripts/generallabels.rpy", line 489, in script call
    call screen computer
  File "game/scripts/cathy_event_labels.rpy", line 155, in script call
    call sleep
  File "game/scripts/generallabels.rpy", line 171, in script
    $ui.interact()
  File "game/scripts/generallabels.rpy", line 171, in <module>
    $ui.interact()
  File "game/scripts/generallabels.rpy", line 542, in execute
    screen showspritemulti(characters):
  File "game/scripts/generallabels.rpy", line 542, in execute
    screen showspritemulti(characters):
  File "game/scripts/generallabels.rpy", line 544, in execute
    for character in characters:
  File "game/scripts/generallabels.rpy", line 545, in execute
    imagebutton:
  File "game/scripts/generallabels.rpy", line 545, in keywords
    imagebutton:
  File "game/customclasses.rpy", line 84, in getactions
    if globals()[pf[0]] != pf[1]:
TypeError: 'int' object has no attribute '__getitem__'

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

Full traceback:
  File "game/script.rpy", line 138, in script call
    call room_2
  File "game/scripts/generallabels.rpy", line 100, in script call
    $ui.interact()
  File "game/scripts/generallabels.rpy", line 489, in script call
    call screen computer
  File "game/scripts/cathy_event_labels.rpy", line 155, in script call
    call sleep
  File "game/scripts/generallabels.rpy", line 171, in script
    $ui.interact()
  File "C:\Users\michael\Documents\lustful_awakening\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/generallabels.rpy", line 171, in <module>
    $ui.interact()
  File "C:\Users\michael\Documents\lustful_awakening\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\michael\Documents\lustful_awakening\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/generallabels.rpy", line 542, in execute
    screen showspritemulti(characters):
  File "game/scripts/generallabels.rpy", line 542, in execute
    screen showspritemulti(characters):
  File "game/scripts/generallabels.rpy", line 544, in execute
    for character in characters:
  File "game/scripts/generallabels.rpy", line 545, in execute
    imagebutton:
  File "game/scripts/generallabels.rpy", line 545, in keywords
    imagebutton:
  File "<screen language>", line 549, in <module>
  File "game/customclasses.rpy", line 84, in getactions
    if globals()[pf[0]] != pf[1]:
TypeError: 'int' object has no attribute '__getitem__'

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Lustful Awakening 0.4
Sat Sep 26 01:22:40 2020
Trying to talk to godess about my teacher gives this error . What to do ? And yes i used the patch from OP
Hi , I think i need to make my script check more robost. I have fixed the bug , can you patch it again from page 1?
 
  • Like
Reactions: EzioAuditore75

wolfyjrb15

Member
Aug 28, 2020
326
63
I had broken something in last patch, can you update it with new patch from page 1?
i used the patch from page 1 after i downloaded the game for the first time

edit: i used the v0.3 save from page 1 to continue the game and now i've gotten everyone to show more to cum soon in the next version
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
i used the patch from page 1 after i downloaded the game for the first time

edit: i used the v0.3 save from page 1 to continue the game and now i've gotten everyone to show more to cum soon in the next version
Cool, You can also check if all scenes are unlocked.
 

moonanon

Member
Aug 17, 2016
297
271
That character never unlocked for me. I am now supposed to be getting ready for a date but my PC doesn't have the money making game and the IBelle character isn't unlocked
 
3.70 star(s) 18 Votes