Fooxied

Take the first Step of Debauchery
Donor
Game Developer
Sep 7, 2018
853
6,464
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:
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
Replays are not working yet.
 

rooney10

Member
Apr 29, 2018
389
1,006
Saves don't work for the third straight update. Same "marg1" and "marg2" errors as posted above. Not starting over again or wasting any more time trying to back track to find a place where I can start over by replaying content I've already played twice sooooooooo....I'm out.

Great...GREAT...bordering on outstanding game but just too much hassle from version to version imo. Perfect example of a beautifully crafted, gorgeous game w/knockout models and a solid story that is 99% creatively and artistically perfect. Problem is that 1% technical (programming or testing) failure torpedoes everything. Once? Ok, Twice? Irritating but we'll make it work...AGAIN. THRICE? Frustration, nope, buh-bye.

Wish the dev and dev team luck w/this one as it truly has SO MUCH potential. Would love to come back and play one day when game is more stable.
 
  • Like
Reactions: Kame_Sennin

Fooxied

Take the first Step of Debauchery
Donor
Game Developer
Sep 7, 2018
853
6,464
Saves don't work for the third straight update. Same "marg1" and "marg2" errors as posted above. Not starting over again or wasting any more time trying to back track to find a place where I can start over by replaying content I've already played twice sooooooooo....I'm out.

Great...GREAT...bordering on outstanding game but just too much hassle from version to version imo. Perfect example of a beautifully crafted, gorgeous game w/knockout models and a solid story that is 99% creatively and artistically perfect. Problem is that 1% technical (programming or testing) failure torpedoes everything. Once? Ok, Twice? Irritating but we'll make it work...AGAIN. THRICE? Frustration, nope, buh-bye.

Wish the dev and dev team luck w/this one as it truly has SO MUCH potential. Would love to come back and play one day when game is more stable.
There is fully new script and connected both versions, so old saves are not working.
 

viper217

Member
Apr 18, 2020
286
494
Not worth the download if you downloaded earlier this year, very minimal content, I got 5 mins of play from the February update. Undoubtedly the renders are great, but the story progression is waaaayyyyyy toooo looong.
 

Kitiuuu

Member
Sep 14, 2023
261
319
I found another friend who is as lazy as you are, he was also too lazy to make an for his game, so I have a question, fuck, he treats his game so indifferently that he is too lazy to make his own office for his game once, I simply have no words and I am 60% sure that your reviews of the game will be mixed rather than positive on Steam
 

KissKissStudio

Engaged Member
Donor
Game Developer
Aug 8, 2016
2,371
7,164
I found another friend who is as lazy as you are, he was also too lazy to make an for his game, so I have a question, fuck, he treats his game so indifferently that he is too lazy to make his own office for his game once, I simply have no words and I am 60% sure that your reviews of the game will be mixed rather than positive on Steam
That is the best way to describe you :KEK:
View attachment I'm Retarded (Guts Theme).webm
 

Ennoch

Conversation Conqueror
Donor
Respected User
Oct 10, 2017
7,568
21,643
Who plays an AVN and gets that hung up on what an office building looks like... they have very different priorities from me.
I genuinely wasn't able to grasp what he was talking about. Does he really complains about some building in the game?? :oops:
 

Adoringfan

Engaged Member
Dec 17, 2016
2,586
5,324
So what was remade, or was it just the code getting sorted? Were they always not blood related? I don't really remember, it's been awhile since I played this one.
 
  • Like
Reactions: Allan Trumbull

KissKissStudio

Engaged Member
Donor
Game Developer
Aug 8, 2016
2,371
7,164
So what was remade, or was it just the code getting sorted? Were they always not blood related? I don't really remember, it's been awhile since I played this one.
first three episodes got reworked. Went from 300 renders to 849 total. The whole script got proofread and new UI and translations are coming up next update.
 
  • Yay, update!
Reactions: Adoringfan

Jacowboy

Active Member
Aug 8, 2022
811
955
Anyways, I just started playing the rework, I'll report anything else that stands out!
ayyy still A LOT of typos and render clippings that could be fixed quickly... =/

and yeah, definitely a lot of dialogue discrepancies that should be addressed.

The whole script got proofread and new UI and translations are coming up next update.
it needs another proof-reading pass... a lot of typos specially towards the middle chapters and onwards
 

KissKissStudio

Engaged Member
Donor
Game Developer
Aug 8, 2016
2,371
7,164
ayyy still A LOT of typos and render clippings that could be fixed quickly... =/

and yeah, definitely a lot of dialogue discrepancies that should be addressed.



it needs another proof-reading pass... a lot of typos specially towards the middle chapters and onwards
you could help by pointing out the clippings and typos. Just saying there is something just makes it hard to find what is wrong and it's not really helpful at all.
 
3.80 star(s) 115 Votes