- Jun 21, 2017
- 6,605
- 19,028
Have you extracted the game or are you trying to play it from the rar file? If you have extracted it, try moving the game folder to a different location on your computer; that error is usually because you don't have permission to save in the game folder.I am getting an error off the latest build. The pertinent part of the error is here:
Code:``` I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) Exception: Not saved - no valid save locations. -- Full Traceback ------------------------------------------------------------ Full traceback: Fi[le "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() [...] File "renpy/savelocation.py", line 421, in save raise Exception("Not saved - no valid save locations.") Exception: Not saved - no valid save locations. ```
Any idea what is causing this and how to fix it? I can't save any new games.
Check your antivirus to see if it's blocking it.Heya all, i just downloaded the newest version. But for some reason it isnt working.
I downloaded it from NOPY, unpacked, tried running the exe and all i got was a flash of a white window and it dissepearing again.
Tried the mega download got the same thing. Made an exeption in my scanner, still didnt work.
The older versions work just fine. just the last one doesnt.
Is there anything i could still try to make it work or is it something wrong with the downloaded files?
Thanks in advance
Edit:
The only report i could find in the folder
You don't have permission to view the spoiler content. Log in or register now.
there is a lot of errors which you can ignore but you miss so much of the conversation that some of it makes on sense
These two errors are because you're using an old save, start again. (You can skip to the new content once you've chosen your name but I'd recommend playing it through again.)I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/c4.rpy", line 898, in script
pc "Because you're family. I originally planned that you'd move in with [ar.rel] [ar.name] and [cb.name]..."
File "game/01charclass.rpy", line 141, in __getattr__
AttributeError: 'super' object has no attribute '__getattr__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/c4.rpy", line 898, in script
pc "Because you're family. I originally planned that you'd move in with [ar.rel] [ar.name] and [cb.name]..."
File "renpy/ast.py", line 706, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1384, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1164, in __call__
what = what_pattern.replace("[what]", sub(what, translate=True))
File "renpy/character.py", line 1153, 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.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 652, in get_field
File "game/01charclass.rpy", line 141, in __getattr__
AttributeError: 'super' object has no attribute '__getattr__'