3.00 star(s) 96 Votes

Danathor

Member
Jul 14, 2019
270
497
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/core/core.rpy", line 498, in <module>
NameError: name 'eric' is not defined

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

Full traceback:
  File "core/core.rpyc", line 493, in script
  File "renpy/ast.py", line 1892, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/core/core.rpy", line 498, in <module>
NameError: name 'eric' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Большой брат: Другая история 0.06.6.01
Fri Jul 23 20:19:31 2021
 
  • Like
Reactions: pablo_max

OnlyFunz

Game Changer
Modder
Donor
Game Developer
Nov 23, 2017
867
6,083
As per my analysis:
The Mod v1.4 should work with this new release.
(one or two opportunities have changes in the number of stages to progress - those might crash when using the Mod)

Bug #1 - v0.06.6.01

"Eric" not defined.
There is a coding error, this has to be only fixed with a new script.rpa. So, lets expect a quick fix from from the Dev.

The coding is missing an important check - if "Eric" is in chars.
At the beginning of a new game, Eric is unknown!
Hence it pops up with every event/time skip.

I have added it in the screenshot below, so it works.
If you want to edit it manually, this is part: :WeSmart:

File: "core.rpy"

BBAS-Bug-0.06.6.01.jpg
 
Last edited:

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,135
3,208
found a error using no mod at all

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

While running game code:
  File "game/core/core.rpy", line 498, in <module>
NameError: name 'eric' is not defined

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

Full traceback:
  File "core/core.rpyc", line 493, in script
  File "renpy/ast.py", line 1892, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/core/core.rpy", line 498, in <module>
NameError: name 'eric' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Большой брат: Другая история 0.06.6.01
Fri Jul 23 14:49:38 2021
 

dartred

Forum Fanatic
Game Developer
Aug 30, 2017
4,499
8,561
found a error using no mod at all

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

While running game code:
  File "game/core/core.rpy", line 498, in <module>
NameError: name 'eric' is not defined

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

Full traceback:
  File "core/core.rpyc", line 493, in script
  File "renpy/ast.py", line 1892, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/core/core.rpy", line 498, in <module>
NameError: name 'eric' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Большой брат: Другая история 0.06.6.01
Fri Jul 23 14:49:38 2021
3 post above yours
 
3.00 star(s) 96 Votes