4.20 star(s) 69 Votes

Bloodmoon22

Member
Oct 17, 2020
193
133
When I try to save game, this is what I get :


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 383, in __call__
renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\behavior.py", line 1064, in event
return handle_click(self.clicked)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\behavior.py", line 999, in handle_click
rv = run(action)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 383, in __call__
renpy.save(fn, extra_info=save_name)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\loadsave.py", line 423, in save
location.save(slotname, sr)
File "C:\Users\Marc\Desktop\AForeignWorld-Episode-4.5-pc\renpy\savelocation.py", line 433, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.1.22070801
A Foreign World Episode-4.5
Wed Jan 31 18:16:21 2024
```
 

HighbornTiger

Sizable Pianissimo M*C^2
Game Developer
Sep 7, 2018
558
1,940
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 383, in __call__
renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

-- Full Traceback ------------------------------------------------------------
I'll take a look eventually, but currently, I don't have time to engage with it too deeply. At first glance, it looks like a renpy issue where it doesn't find a save folder. Maybe I need to update the renpy version, and it fixes itself. A quick Google search suggested that people fixed it by installing a custom add-on. Can you add more context so I can reproduce the error? As I said, I won't get to it right away, but it will help me in the future. I hope this is an exception and the error isn't occurring for everyone that's trying to play the new update.
 

HighbornTiger

Sizable Pianissimo M*C^2
Game Developer
Sep 7, 2018
558
1,940
For the guy who knows her model quite well, it sticks out like a sore thumb. Eventually I’ll have to go back and fix it. Until then, I make self depracating jokes on Twitter about it ;)
 
  • Like
Reactions: Mcknobz33

Bloodmoon22

Member
Oct 17, 2020
193
133
I'll take a look eventually, but currently, I don't have time to engage with it too deeply. At first glance, it looks like a renpy issue where it doesn't find a save folder. Maybe I need to update the renpy version, and it fixes itself. A quick Google search suggested that people fixed it by installing a custom add-on. Can you add more context so I can reproduce the error? As I said, I won't get to it right away, but it will help me in the future. I hope this is an exception and the error isn't occurring for everyone that's trying to play the new update.


Basicly every time I try to save, no matter where I am at in the gave, that is the error I have gotten. It is as simple as that.
 

Elduriel

Conversation Conqueror
Donor
Mar 28, 2021
6,510
12,869
Basicly every time I try to save, no matter where I am at in the gave, that is the error I have gotten. It is as simple as that.
I have both the F95 and steam version installed and don't get this error... have you tried deleting the whole thing, DL it and installing it again?
 

Slick Bean

Well-Known Member
Sep 9, 2023
1,060
1,701
YEah ... great outlandish scenes are afoot ... when a water mage approaches a pool filled with the medium she can control with the gentle touch of her cuddly soft hands and raise the dragon to stop all her enemies or erect a whole rollercoaster water slide for MC and her to make hard throbing deeply exhilirating love together for long pleasure filled hours.
 
  • Haha
Reactions: S1nsational

White77

New Member
Mar 16, 2020
12
1
A Foreign World [Ep4.5] Unofficial Android Port + Gallery Mod

You don't have permission to view the spoiler content. Log in or register now.


- 252mb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.


Link is dead
 

White77

New Member
Mar 16, 2020
12
1
A Foreign World [Ep4.5] Unofficial Android Port + Gallery Mod

You don't have permission to view the spoiler content. Log in or register now.


- 252mb


My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.

Saves location: Storage/0011/Game-name


You can also join my discord server for more and support me.



You can also join 0011 discord server



If you like my works please support me.


Link is dead
 

nomjik11

Newbie
Aug 6, 2020
32
56
Typo after Morris comes to pick up his car near the start:
1707009501126.png

Also when at the supermarket with Aurora and Amber is discussing with Tracy:
1707014425384.png

Walking back from the sauna:
1707015095516.png
 
Last edited:
  • Like
Reactions: HighbornTiger

HighbornTiger

Sizable Pianissimo M*C^2
Game Developer
Sep 7, 2018
558
1,940
jI11jaCksjAkk
English is my second language. From experience, I'm well aware that my game has many misspelled words or grammatical errors (even after multiple people have read through it already). I encourage people to point them out because even if I read through the text ten times, I won't be able to find them.

Having someone point out 5-10 typos each update would be way more beneficial to me than someone supporting the game by subscribing to my Patreon. I think you are coming down too harsh on him. His message wasn't rude, he just pointed out mistakes.
 

nomjik11

Newbie
Aug 6, 2020
32
56
Talking with Sue after calling Lucy's parents, should be "referring":
1707081800379.png
A few sentences later, should be "actually" and "apology":
1707082050195.png
The next sentence should also be "unnecessarily":
1707082216207.png
Talking with Aurora later, missing a period at the end:
1707082514565.png
Further on, should be "built":
1707082714157.png
Talking with Lucy after making plans to go bowling, maybe should be a question mark?
1707086765300.png
 
4.20 star(s) 69 Votes