ryansd

Newbie
Oct 6, 2017
40
11
Hey Am I the only one that get this bug each time I try to save

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:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\loadsave.py", line 437, in save
location.save(slotname, sr)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\savelocation.py", line 429, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Fairy Fixer 0.0.2
Sun Sep 13 16:36:41 2020
 

JuiceShooters

Developer of Fairy Fixer
Game Developer
May 7, 2020
164
317
Hey Am I the only one that get this bug each time I try to save

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:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\loadsave.py", line 437, in save
location.save(slotname, sr)
File "A:\G\Fairy_Fixer-0.0.2-pc\renpy\savelocation.py", line 429, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Fairy Fixer 0.0.2
Sun Sep 13 16:36:41 2020
Looks like the place where the game wants to save doesn't exist? I see that you're playing on windows so does the "A:" Drive actually exist on your pc and does it have enough permissions to run the game? Maybe try running the game with administrator rights. (Never saw this error before so I'm just guessing right now)
 
  • Like
Reactions: Dan3000

ryansd

Newbie
Oct 6, 2017
40
11
Looks like the place where the game wants to save doesn't exist? I see that you're playing on windows so does the "A:" Drive actually exist on your pc and does it have enough permissions to run the game? Maybe try running the game with administrator rights. (Never saw this error before so I'm just guessing right now)
Yes A: does exit on my laptop and it should have permission since I have played many similar games and never had the same problem
 

JuiceShooters

Developer of Fairy Fixer
Game Developer
May 7, 2020
164
317
Yes A: does exit on my laptop and it should have permission since I have played many similar games and never had the same problem
Can you check your `APPDATA/Roaming/RenPy` if you can find FairyFixer-1579727417 or something? If there isn't any just create the folder and check if it works?
 
  • Like
Reactions: Dan3000

ryansd

Newbie
Oct 6, 2017
40
11
Can you check your `APPDATA/Roaming/RenPy` if you can find FairyFixer-1579727417 or something? If there isn't any just create the folder and check if it works?
Thanks the problem seem to have fixed itself before I did anything, if I had to guess I think the first time I opened the gamed the save file didn't create properly
 

JuiceShooters

Developer of Fairy Fixer
Game Developer
May 7, 2020
164
317
Thanks the problem seem to have fixed itself before I did anything, if I had to guess I think the first time I opened the gamed the save file didn't create properly
Things fixing itself are scarier than actually doing things to fix it haha but good to hear!
 
  • Like
Reactions: Dan3000

ryansd

Newbie
Oct 6, 2017
40
11
Things fixing itself are scarier than actually doing things to fix it haha but good to hear!
Thanks for the help I will be sure to report any bug I find, on an other note I have to say I'm loving the game so far specially the art which top not except maybe for the MC that kinda look out of place then again that may be the point
 
  • Like
Reactions: JuiceShooters

florameriadoc

Member
Jul 8, 2017
236
97
something is happing to a friend of mine, I gave him the site link to download this game

and he said to me this :

Yes, you did. I downloaded it but something's wrong. The story goes up to where the Trix catch the guy, then it just stalls there.


I asked him if he reached the point when the Trix ask for the ring, he replied to me, the game doesn't go that far

I don't know how to help him, I just retired the game from the beginning to see if I would get the same problem, but I don't

the game play normaly, I met Stella and I made the first day to pass, saved there after
 

JuiceShooters

Developer of Fairy Fixer
Game Developer
May 7, 2020
164
317
something is happing to a friend of mine, I gave him the site link to download this game

and he said to me this :

Yes, you did. I downloaded it but something's wrong. The story goes up to where the Trix catch the guy, then it just stalls there.


I asked him if he reached the point when the Trix ask for the ring, he replied to me, the game doesn't go that far

I don't know how to help him, I just retired the game from the beginning to see if I would get the same problem, but I don't

the game play normaly, I met Stella and I made the first day to pass, saved there after
It may be due the fact that he doesn't input his name at that part when it's asked? Seems the most likely if it just "hangs" without errors. If he's playing it on a really old android phone, there could maybe also be a problem (Can't test this though :( )
 
  • Like
Reactions: Dan3000

florameriadoc

Member
Jul 8, 2017
236
97
It may be due the fact that he doesn't input his name at that part when it's asked? Seems the most likely if it just "hangs" without errors. If he's playing it on a really old android phone, there could maybe also be a problem (Can't test this though :( )
well I can test it on Android, but it's a rescent Android Pad, so I don't know if I might get the same problem, but I will ask if he named the hero or not
 
  • Thinking Face
Reactions: JuiceShooters

florameriadoc

Member
Jul 8, 2017
236
97
well I can test it on Android, but it's a rescent Android Pad, so I don't know if I might get the same problem, but I will ask if he named the hero or not
he replied to me that it was a PC tower, so not an Android Phone, he doesn't even reach the moment when the Trix ask him

the name he solved the problem by deleting the game, he also told me that he cannot make a screenshot, well it's partly true

doesn't work when full screen, but work when windowed
 

JuiceShooters

Developer of Fairy Fixer
Game Developer
May 7, 2020
164
317
he replied to me that it was a PC tower, so not an Android Phone, he doesn't even reach the moment when the Trix ask him

the name he solved the problem by deleting the game, he also told me that he cannot make a screenshot, well it's partly true

doesn't work when full screen, but work when windowed
Huh that's weird.... I know that Renpy may have some issues and some of these "freezes" could maybe be fixed by updating your graphic card drivers, but to be honest, I don't think I can fix it with a patch or something. I can't reproduce it either :(
 
  • Like
Reactions: Dan3000

florameriadoc

Member
Jul 8, 2017
236
97
Huh that's weird.... I know that Renpy may have some issues and some of these "freezes" could maybe be fixed by updating your graphic card drivers, but to be honest, I don't think I can fix it with a patch or something. I can't reproduce it either :(
I think that I want to give him a few step by step snapshot until the name appear, not to piss him off, but maybe to see where he get stuck and that I can send it here to see if the problem can be solve, might be the best I can do if he can't managed to send me a snapshot
 
4.70 star(s) 13 Votes