- May 7, 2018
- 161
- 93
Bug reporting
When starting a new game, and both "%HOMEDIR%\AppData\Roaming\RenPy\Wt silver" and .\gamedir\game\saves directories are completely empty, answering "Yes please" to if you want to carry over gold and so on results in
Does obviously not happen when answering No for that first question when starting a new game.
Easy to replicate...
When starting a new game, and both "%HOMEDIR%\AppData\Roaming\RenPy\Wt silver" and .\gamedir\game\saves directories are completely empty, answering "Yes please" to if you want to carry over gold and so on results in
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/__Renpy__/Start.rpy", line 284, in script
$ gold = gold + persistent.gold
File "game/__Renpy__/Start.rpy", line 284, in <module>
$ gold = gold + persistent.gold
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/__Renpy__/Start.rpy", line 284, in script
$ gold = gold + persistent.gold
File "D:\Games\WitchTrainer_Silver\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\WitchTrainer_Silver\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/__Renpy__/Start.rpy", line 284, in <module>
$ gold = gold + persistent.gold
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
Windows-8-6.2.9200
Ren'Py 7.0.0.196
WT Silver 1.33c
Fri Sep 07 03:26:33 2018
Easy to replicate...