Skip to main content

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

Received an "Uncaught Exception Error" today at the conclusion of the trial in Week 4. Happened 2x at the end of the Giselle dialogue (I had a perfect success). It repeated both while running on auto and then just clicking through dialogue. I've played through several times with no problems. Oh, I'm playing the pirate princess, but this is my 2nd time with her and no exception the first time. Only difference is this time she's pursuing Ana.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

ValueError: Conversion specifier can't be empty.

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

Full traceback:

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

  File "renpy/ast.py", line 721, in execute

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

  File "renpy/exports.py", line 1419, in say

    who(what,args, **kwargs)

  File "renpy/character.py", line 1236, in call

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

  File "renpy/character.py", line 1155, in prefix_suffix

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

  File "renpy/character.py", line 1135, in sub

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

  File "renpy/substitutions.py", line 270, in substitute

    s = formatter.vformat(s, (), kwargs)

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat

  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 589, in _vformat

  File "renpy/substitutions.py", line 171, in convert_field

    raise ValueError("Conversion specifier can't be empty.")

ValueError: Conversion specifier can't be empty.

Windows-10-10.0.26100

Ren'Py 7.4.11.2266

Seven Kingdoms- The Princess Problem (Early Access) 1.12

Tue Apr 28 12:13:47 2026

[/code]