Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

So, uh. Just started and already have a bug to report: after a choices
"Start - Spark - Yeah - I'll roll with the punches" I get this:

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/sparkscript.rpy", line 48, in script
    pc "I'll just have to rolle with the punches. [spsubap] can't possibly be too bad, right?"
KeyError: u'spsubap'

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

Full traceback:
  File "game/sparkscript.rpy", line 48, in script
    pc "I'll just have to rolle with the punches. [spsubap] can't possibly be too bad, right?"
  File "F:\Новая папка\Reform 1.2\RDS-1.0-pc\renpy\ast.py", line 694, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "F:\Новая папка\Reform 1.2\RDS-1.0-pc\renpy\exports.py", line 1322, in say
    who(what, *args, **kwargs)
  File "F:\Новая папка\Reform 1.2\RDS-1.0-pc\renpy\character.py", line 1114, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "F:\Новая папка\Reform 1.2\RDS-1.0-pc\renpy\character.py", line 1103, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "F:\Новая папка\Reform 1.2\RDS-1.0-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
KeyError: u'spsubap'

Windows-7-6.1.7601-SP1
Ren'Py 7.2.2.491
RDS 1.0
Thu Jul 25 02:33:36 2019
[/code]

(1 edit)

Thanks for telling me! In the mean time, you should still be able to go with one of the other options since the error is from a misspelled variable. I'll make sure to fix this, check for other errors and upload the fixed version :)

Edit: I've solved your issue. Thanks again for reporting it!