3.10 star(s) 92 Votes

Danathor

Member
Jul 14, 2019
257
478
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

Active Member
Modder
Game Developer
Nov 23, 2017
766
4,903
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,040
3,129
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

Engaged Member
Game Developer
Aug 30, 2017
3,940
7,204
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
 

khumak

Engaged Member
Oct 2, 2017
3,560
3,596
I actually find this new version to be a significant improvement over the previous version. The only bug I've run into so far is the new game bug with Eric being undefined but loading a previous save is an easy workaround for that.

The opportunities seem to have been updated significantly with hints that are easier to follow without needing to refer to a walkthrough. In previous versions I was getting stuck on about half of the opportunities with no way to advance them. In this latest version I'm progressing fine in all of them so far, including the ones I used to get stuck on. I haven't finished this version yet but I'm a lot farther than I was able to get in previous versions.
 

dartred

Engaged Member
Game Developer
Aug 30, 2017
3,940
7,204
^ I'm stuck on like 6 or 7 opportunities because of the lack of info...

The guide doesn't help either. One example, buy new exercise clothes for mom and give it to her. Neither the walkthrough or in-game say how or when to give it to her. I've tried to talk to mom anytime she is home and I can't give it to her. I bought the clothes and it's in my inventory, but no option to actually hand it over.
 
  • Like
Reactions: .Black Panther.
3.10 star(s) 92 Votes