Hoangle 92

Newbie
Feb 11, 2020
88
10
M
Error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'hanna_event_temp'.

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

Full traceback:
  File "start.rpyc", line 314, in script call
  File "cl/class_room.rpyc", line 209, in script call
  File "cl/class_event.rpyc", line 89, in script call
  File "C:\Users\obliv\Desktop\Games\Ongoing\L\Love and Sex Second Base\LoSeSb-Patreon-20.3.1a-pc\renpy\ast.py", line 1436, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "start.rpyc", line 314, in script call
  File "cl/class_room.rpyc", line 209, in script call
  File "cl/class_event.rpyc", line 89, in script call
  File "C:\Users\obliv\Desktop\Games\Ongoing\L\Love and Sex Second Base\LoSeSb-Patreon-20.3.1a-pc\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'hanna_event_temp'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Love & Sex : Second Base - Patreon Edition 20.3.1a
Sun Mar 22 09:48:28 2020
Metoo
 

Xent

Newbie
Aug 30, 2017
28
9
Sorry but this doesn't make sense for me
Okey to get Emma you need 1 Have the skill called "lucky" in the character creation at the start of the game, then do samantha's quest till the conclution of the wedding. 2 have seen the "dream girl" in all the "dreams". ather that you go to the park and the dream girl appears, then you look for her in I think 4 places (you won't find her), after that you go to the cake shop in the mall (where sam works) in the morning (?) and it should trigger her quest.
 

Demon Jhim

Well-Known Member
Aug 5, 2017
1,995
959
Error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ac/gift.rpy", line 66, in <module>
TypeError: coercing to Unicode: need string or buffer, RevertableList found

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

Full traceback:
  File "start.rpyc", line 314, in script call
  File "cl/class_room.rpyc", line 228, in script call
  File "cl/class_person.rpyc", line 526, in script call
  File "cl/class_activity.rpyc", line 232, in script call
  File "ac/gift.rpyc", line 64, in script
  File "C:\Users\obliv\Desktop\Games\Ongoing\L\Love and Sex Second Base\LoSeSb-Patreon-20.3.2-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\obliv\Desktop\Games\Ongoing\L\Love and Sex Second Base\LoSeSb-Patreon-20.3.2-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\obliv\Desktop\Games\Ongoing\L\Love and Sex Second Base\LoSeSb-Patreon-20.3.2-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ac/gift.rpy", line 66, in <module>
TypeError: coercing to Unicode: need string or buffer, RevertableList found

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Love & Sex : Second Base - Patreon Edition 20.3.2
Sun Mar 22 16:37:13 2020
 

Juan Sanchez

Member
Oct 26, 2017
198
106
Well I fucked up because I did not choose unlucky

Okey to get Emma you need 1 Have the skill called "lucky" in the character creation at the start of the game, then do samantha's quest till the conclution of the wedding. 2 have seen the "dream girl" in all the "dreams". ather that you go to the park and the dream girl appears, then you look for her in I think 4 places (you won't find her), after that you go to the cake shop in the mall (where sam works) in the morning (?) and it should trigger her quest.
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,063
3,960
We will be adding some luck granting items soon but we didn't have time this release.
 

Adoringfan

Engaged Member
Dec 17, 2016
2,436
4,944
Is it normal for Audrey to just up and disappear from the game? I am not sure I can complete the office fuckery quest without Audrey present.
 

PrimalDerp

Newbie
Aug 20, 2017
39
35
I think I may fixed bug..
That many people said they cant complete
Kylie jealous event :"Flirt with another girl in front of Kylie"
so that cant go trough the LP>50
I face this bug for months
and I am sorry I unpack the game file
and check the game\ch\kylie\events.rpy
In the file there are

Activity(**{
"name":"Call Kylie",
"duration": 1,
"label": ["kylie_event_03"],

Event(**{
"name": "kylie_event_04",
"duration": 1,
"game_conditions":{"done":'kylie_event_03', "activity":["talk","sweet_talk"]},
"girls_conditions":{"ACTIVE":{"min_love":100,"not":"kylie"},"kylie":{"min_love":50,"present":True}},

So I tried to flirt a girl has LP100, but still failed..
Then I notice the check condition :done":'kylie_event_03'
above in the event3, the name and the lable are not same..
So I change the "game_conditions":{"done":'kylie_event_03', "activity":["talk","sweet_talk"]},
into
"game_conditions":{"done":'Call Kylie', "activity":["talk","sweet_talk"]},
Fixed!!

Now it works if u talk to anygirl LP=100 when Kylie at the same place

I think the problem is , the event 03 is an icon-like event, and when you click it, the name "kylie event 03"is to strange(I still remember in some early versions it was like this or something )
So when the icon renamed into Call Kylie, the check condition is still the old name, so the game engine cant find it was done, because seem that the engine check the event by name, not by label

if some one want to fix it now, can close the game, unpack the
game\ch\kylie\events.rpy
and fix the "done":'kylie_event_03' into "done":'Call Kylie'
and run the game again, load any save, it will works..
Hope this is not some kind of harming the copyright... so we may wait for the next official fix..
ummm how do u unpack a game, it took me ages to get to this point and this is bugging me... i have no game\ch folder
 

Tooski

Newbie
Dec 16, 2016
42
45
Andre is pushing a 2.0.3.3 update soon he said on his discord... many of the bugs will be fixed then. Plus Aletta is getting a missionary scene.
 
  • Wow
Reactions: Necronlord3
3.60 star(s) 286 Votes