Page 1 of 1
saving problem...?[SOLVED]
Posted: Fri May 04, 2012 7:31 pm
by thisisausername
SO, I am new to renpy and trying to get used to it before actually making a game...I have this problem with saving. Whenever I tried to save,
"I'm sorry, but an uncaught exception occurred.
While running game code:
TypeError: unsupported operand type(s) for +: 'bool' and 'str'"
this would always come up. is there an explanation to why this is happening?
thanks for listening and sorry for the inconvience.
thanks for the help

)))
Re: saving problem...?
Posted: Fri May 04, 2012 7:35 pm
by Anima
Hi thisisausername,
is this problem with a specific game or with all games? (If the later you should try downloading a new copy of the Ren'Py SDK.)
Could you post the whole traceback, it contains some important informations for finding the problem.
Re: saving problem...?
Posted: Fri May 04, 2012 8:06 pm
by thisisausername
hi anima
i think you are right...i should download the newer version of renpy whenever it comes out...
okay here's the whole traceback:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 19, in script
TypeError: unsupported operand type(s) for +: 'bool' and 'str'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\renpy-6.13.11\renpy\execution.py", line 265, in run
File "C:\renpy-6.13.11\renpy\ast.py", line 396, in execute
File "C:\renpy-6.13.11\renpy\exports.py", line 701, in say
File "C:\renpy-6.13.11\renpy\character.py", line 770, in __call__
File "C:\renpy-6.13.11\renpy\character.py", line 664, in do_display
File "C:\renpy-6.13.11\renpy\character.py", line 471, in display_say
File "C:\renpy-6.13.11\renpy\ui.py", line 237, in interact
File "C:\renpy-6.13.11\renpy\display\core.py", line 1799, in interact
File "C:\renpy-6.13.11\renpy\display\core.py", line 2323, in interact_core
File "C:\renpy-6.13.11\renpy\display\layout.py", line 714, in event
File "C:\renpy-6.13.11\renpy\display\layout.py", line 714, in event
File "C:\renpy-6.13.11\renpy\display\layout.py", line 714, in event
File "C:\renpy-6.13.11\renpy\display\screen.py", line 300, in event
File "C:\renpy-6.13.11\renpy\display\layout.py", line 714, in event
File "C:\renpy-6.13.11\renpy\display\layout.py", line 714, in event
File "C:\renpy-6.13.11\renpy\display\behavior.py", line 623, in event
File "C:\renpy-6.13.11\renpy\display\behavior.py", line 197, in run
File "common/00screen.rpy", line 1127, in __call__
File "C:\renpy-6.13.11\renpy\loadsave.py", line 363, in cycle_saves
TypeError: unsupported operand type(s) for +: 'bool' and 'str'
Re: saving problem...?
Posted: Fri May 04, 2012 8:12 pm
by Anima
What is in line 19 of your script.rpy file? Did you change config.savedir?
Re: saving problem...?
Posted: Fri May 04, 2012 8:48 pm
by thisisausername
line 19 is this:
"Today was another regular day at school. Somehow, it is as if something is missing, like something is suppose to happen...?"
and yes i did change it to true under options...am i suppose to add that part to script?
Re: saving problem...?
Posted: Fri May 04, 2012 9:50 pm
by redeyesblackpanda
Did you write "true" or "True"? When writing "True" and "False" you need to capitalize.
Re: saving problem...?
Posted: Fri May 04, 2012 10:18 pm
by thisisausername
really...??? oh okay yeah i think ur right...it went back to normal after that ^_^ thankyouuuuu both so muchhh!!!!!!

DD
wait one more question...how do i edit this thread's title so ppl know its solved?
Re: saving problem...?
Posted: Sat May 05, 2012 1:27 am
by Anima
You click on the edit button (on the lower right side of your post) of the first post on the thread. Then change the Subject field, that will change the thread title as well.
Re: saving problem...?[SOLVED]
Posted: Sat May 05, 2012 9:10 am
by thisisausername
okay thankyouuuu

DD