- May 13, 2018
- 556
- 634
I'm getting the 'mart1' & 'marg2' errors as well. Seems to be a game issue, as I was getting them pre-mod installation.
I can ignore and the game continues, but the error keeps coming up sporadically.
Anybody got a fix?
code below
********************************************************************************************
'marg1' error:
********************************************************************************************
********************************************************************************************
'marg2' error:
I can ignore and the game continues, but the error keeps coming up sporadically.
Anybody got a fix?
code below
********************************************************************************************
'marg1' error:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'marg1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "ep9.rpyc", line 2565, in script
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1440, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1354, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1334, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 86, in interpolate
raise e
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'marg1' is not defined
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24100701+nightly
Bright Lord 1.0.1
Sat Oct 26 14:53:13 2024
********************************************************************************************
********************************************************************************************
'marg2' error:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'marg2' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "ep9.rpyc", line 2524, in script
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1440, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1354, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\character.py", line 1334, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 86, in interpolate
raise e
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "A:\MEGAsync Downloads\the games\BrightLord-1.0.1-patreon-pc\BrightLord-1.0.1-patreon-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'marg2' is not defined
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24100701+nightly
Bright Lord 1.0.1
Sat Oct 26 14:22:49 2024