Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,460
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/logic/locations/logic.rpy", line 383, in <module>
File "game/screens.rpy", line 268, in execute
File "game/screens.rpy", line 268, in execute
File "game/screens.rpy", line 272, in execute
File "game/screens.rpy", line 276, in execute
File "game/screens.rpy", line 283, in execute
File "game/screens.rpy", line 284, in execute
File "game/screens.rpy", line 284, in keywords
File "game/screens.rpy", line 285, in keywords
File "game/screens.rpy", line 285, in <module>
NameError: name 'lightning' is not defined

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

Full traceback:
File "logic/locations/logic.rpyc", line 383, in script
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/logic/locations/logic.rpy", line 383, in <module>
File "renpy/exports.py", line 1533, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 268, in execute
File "game/screens.rpy", line 268, in execute
File "game/screens.rpy", line 272, in execute
File "game/screens.rpy", line 276, in execute
File "game/screens.rpy", line 283, in execute
File "game/screens.rpy", line 284, in execute
File "game/screens.rpy", line 284, in keywords
File "game/screens.rpy", line 285, in keywords
File "game/screens.rpy", line 285, in <module>
NameError: name 'lightning' is not defined

Windows-10-10.0.15063 AMD64
Ren'Py 7.5.1.22070801
LustAcademy-2 1.3.1d
Sat Aug 6 10:26:35 2022
Could you also give your save file?
 

Lunix00

Newbie
May 31, 2020
80
122
Quick question, if we threaten Audrey to get away from Samantha and stop feeding on her, will she do it or do we have to kill her at some point?
 
  • Haha
Reactions: The Senior Perv

The Senior Perv

Active Member
May 4, 2022
979
5,591
Quick question, if we threaten Audrey to get away from Samantha and stop feeding on her, will she do it or do we have to kill her at some point?
You can't threaten Audrey nor kill her; she is one of your possible love interests and Sam's best friend. Audrey's story is about MC trying to take Sam's place and looking for a way to protect himself from the succubus magic drain.
 

Lunix00

Newbie
May 31, 2020
80
122
You can't threaten Audrey nor kill her; she is one of your possible love interests and Sam's best friend. Audrey's story is about MC trying to take Sam's place and looking for a way to protect himself from the succubus magic drain.
Actually, when she shows us her true form in season 1, and the mc rejects her, he calls her a monster both outside and inside. He also warns her not to get close to Samantha, or there will be consequences.
 

The Senior Perv

Active Member
May 4, 2022
979
5,591
Actually, when she shows us her true form in season 1, and the mc rejects her, he calls her a monster both outside and inside. He also warns her not to get close to Samantha, or there will be consequences.
Haha then I'm such an idiot... yep, I forgot the part where MC can reject her by the end of her story in season 1.
 
  • Haha
Reactions: Lunix00

ohmz

Active Member
Feb 6, 2021
739
861
Whenever I try build a mac version of the game on renpy I get this error

You don't have permission to view the spoiler content. Log in or register now.

Can someone help me ? Thx
I'm not sure if this is the cause, but the game uses a different so you should try that and see if it fixes it.
 

rendezook

New Member
Dec 14, 2021
7
1
Using ScrappyMod. This occurs after Audrey Scene\ or ignorin her.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/modoverrides/haley.rpy", line 155, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/samantha.rpy", line 55, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 73, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "game/modoverrides/audrey.rpy", line 560, in script
jump Audrey_7_label.end
ScriptError: could not find label 'Audrey_7_label.end'.

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

Full traceback:
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 105, in script call
File "logic/story/logic.rpyc", line 1015, in script call
File "game/modoverrides/haley.rpy", line 155, in script call
$ renpy.call('haley_events_4_label_'+str(Q_NV_Haley))
File "game/modoverrides/samantha.rpy", line 55, in script call
$ renpy.call('samantha_events_4_label_'+str(Q_NV_Samantha))
File "game/modoverrides/audrey.rpy", line 73, in script call
$ renpy.call('Audrey_events_4_label_'+str(Q_NV_Audrey))
File "logic/main_interface/label.rpyc", line 469, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 244, in script call
File "logic/story/logic.rpyc", line 62, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 1350, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 288, in script call
File "logic/story/logic.rpyc", line 61, in script call
File "logic/story/logic.rpyc", line 314, in script call
File "game/modoverrides/audrey.rpy", line 560, in script
jump Audrey_7_label.end
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Audrey_7_label.end'.

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
LustAcademy 0.7.1f
Mon Aug 8 18:59:35 2022
```
 

QuantumDice

New Member
Mar 24, 2022
7
20
Lust Academy [S2 v1.3.1d] [Bear in the Night] - Compressed vp8

Reason behind this crunched version:
Since I'm on a laptop without vp9 hadware acceleration, I've had performance issues with the videos on this game, so I decided to make a crunched version that uses vp8 and share it for anyone else that has the same issue.
Focus is on maintaining video, image and audio quality while getting better performance on weaker hardware.

Download (PC): (713 MiB :: 608 MiB)

Crunch features:
Video:​
  • Codec changed from vp9 to vp8
  • Framerate reduced from 60fps to 30 fps
  • Quality: crf 29
Image:​
  • Untouched
Audio:​
  • Untouched
 
Apr 22, 2017
75
57
After Arthur introduced Ezra and said "That's all for today," I was getting this error:

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

While running game code:
  File "game/logic/locations/logic.rpy", line 191, in <module>
NameError: name 'location_old' is not defined
To correct it, I ran this in console right when Arthur said that line:

Code:
location_old = location_now
This allowed me to continue, and it seems to be working.

I had loaded my save at the end of the last update and started playing the new version.
 

Chiryuu

Newbie
Mar 8, 2021
24
10
Is it even worth trying to transfer the save in the Visual Novel playthrough? I feel like everything there was kinda almost automatically successful anyhow?
 
3.80 star(s) 165 Votes