Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

NameError: name 'NAME' is not defined

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

Full traceback:

  File "therium2.rpyc", line 3799, in script

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\ast.py", line 2572, in execute

    Say.execute(self)

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\ast.py", line 615, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\exports\sayexports.py", line 132, in say

    who(what, *args, **kwargs)

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\character.py", line 1436, in __call__

    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\character.py", line 1350, in prefix_suffix

    return (sub(prefix) + sub(body) + sub(suffix))

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\character.py", line 1330, in sub

    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\substitutions.py", line 373, in substitute

    s = interpolate(s, variables) # type: ignore

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\substitutions.py", line 86, in interpolate

    raise e

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\substitutions.py", line 78, in interpolate

    value = renpy.python.py_eval(code, {}, scope)

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "<none>", line 1, in <module>

NameError: name 'NAME' is not defined

Windows-10-10.0.22631 AMD64

Ren'Py 8.3.0.24082114

Lust Shards Chapter 1 1.4

Thu Sep  5 22:14:57 2024

[/code]

When you download a visual novel you always have to start from the beginning and input your name.

i did, my name was being used all the time before. this was just a unexpected thing. and worked after ignoring this issue