Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Having a rough time this playthrough. Got this during the Wellin and Skalt debate:

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 48348, in <module>

NameError: name 'lisletruth' is not defined

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

Full traceback:

  File "C:\Users\Kyle\OneDrive\Desktop\Games\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\renpy\bootstrap.py", line 306, in bootstrap

    renpy.main.main()

  File "C:\Users\Kyle\OneDrive\Desktop\Games\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\renpy\main.py", line 513, in main

    run(restart)

  File "C:\Users\Kyle\OneDrive\Desktop\Games\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\renpy\main.py", line 139, in run

    renpy.execution.run_context(True)

  File "C:\Users\Kyle\OneDrive\Desktop\Games\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\renpy\execution.py", line 879, in run_context

    context.run()

  File "script.rpyc", line 48348, in script

  File "C:\Users\Kyle\OneDrive\Desktop\Games\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\renpy\ast.py", line 1729, in execute

    if renpy.python.py_eval(condition):

  File "C:\Users\Kyle\OneDrive\Desktop\Games\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\renpy\python.py", line 1943, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\Kyle\OneDrive\Desktop\Games\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\SevenKingdoms_ThePrincessProblem(EA)v1.04-pc\renpy\python.py", line 1936, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script.rpy", line 48348, in <module>

NameError: name 'lisletruth' is not defined

Windows-8-6.2.9200

Ren'Py 7.0.0.196

Seven Kingdoms- The Princess Problem (Early Access) 1.04

Thu Jun 27 20:14:26 2024

good catch, unlock a previous bug that had an extra _ this one was missing an _. The _'s are banding together to haunt me!

Truly the most treacherous punctuation.