satanete

Member
Nov 24, 2017
431
302
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/store.rpy", line 536, in script
    $ endyblackmaild += 1
  File "game/store.rpy", line 536, in <module>
    $ endyblackmaild += 1
NameError: name 'endyblackmaild' is not defined

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

Full traceback:
  File "game/store.rpy", line 536, in script
    $ endyblackmaild += 1
  File "G:\Juegos\Eroge\badbobbysaga-0.08a-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Juegos\Eroge\badbobbysaga-0.08a-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/store.rpy", line 536, in <module>
    $ endyblackmaild += 1
NameError: name 'endyblackmaild' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.4.2187
Bad Bobby Saga 0.08a
Is there any solution yet for this?
 

Dirk220

Newbie
Jan 3, 2018
52
61
I had this exception after I searched for Mikes Phone and revisited Liza.
Yes, I applied the patchcode.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/map2.rpy", line 2622, in script
    if lizaupsetlevel>0:
  File "game/map2.rpy", line 2622, in <module>
    if lizaupsetlevel>0:
NameError: name 'lizaupsetlevel' is not defined

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

Full traceback:
  File "game/map2.rpy", line 2622, in script
    if lizaupsetlevel>0:
  File "C:\Users\Dirk\Downloads\badbobbysaga-0.08a-pc\renpy\ast.py", line 1656, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\Dirk\Downloads\badbobbysaga-0.08a-pc\renpy\python.py", line 1749, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Dirk\Downloads\badbobbysaga-0.08a-pc\renpy\python.py", line 1743, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/map2.rpy", line 2622, in <module>
    if lizaupsetlevel>0:
NameError: name 'lizaupsetlevel' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Bad Bobby Saga 0.08a
Maybe someone can help. BTW it was skipable.
ANd of course I'm hoping this game will continue.
 
3.10 star(s) 100 Votes