Skip to main content

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

There's a crash when you enter the rose tub siting nickname error. Would it be helpful if I posted the error code? Just in case I'll run it to the crash! 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

KeyError: u'nickname'

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

Full traceback:

  File "safepath.rpyc", line 2765, in script

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

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

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

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

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

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

  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 596, in _vformat

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

  File "renpy/character.py", line 1105, in __format__

  File "renpy/character.py", line 1085, in __unicode__

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

  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 585, in _vformat

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

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

KeyError: u'nickname'

[/code]