3.30 star(s) 7 Votes

Mucski

Member
Game Developer
Jun 24, 2018
291
429
Optional. Story usually presents itself as a dream after specific milestones reached such as day 12

There is a bookshelf in the living area


All these errors tell me nothing, which means this is a savegame issue. I'll try debug, also you could give me your save
Ok, will try a fresh save. Luckily there is not much content for now, so it probably won't take much time. But please make sure, that thing like this don't happen in the future. It would be really unappealing to the players, if they have to restart every now and then. And people can't bother you all the time to fix their saves. And please enable the autosaves again. It's a little annoying, if problems occure or people want to try a different path without the autosaves.

Nonetheless I will add my last save for you to take a look at it. It is not at the point of the errors, but also not far off. Maybe it will show the problem and you'll be able to avoid these in future.
They were disabled so these things don't occur in the first place. That being said a hotfix is coming after Christmas, sorry for the inconveniences that these bugs have caused.
 
Last edited:

CamaroFan432

Active Member
Mar 13, 2020
995
2,906
They were disabled so these things don't occur in the first place. That being said a hotfix is coming after Christmas, sorry for the inconveniences that these bugs have caused.
All good, as I said, luckily there isn't much content, so recovering the latest point won't take much time. If necessary I'll activate skipping and it will be even faster.
 

Mucski

Member
Game Developer
Jun 24, 2018
291
429
All good, as I said, luckily there isn't much content, so recovering the latest point won't take much time. If necessary I'll activate skipping and it will be even faster.
Could be cause I forgot some variables for Patricia .. the school dean, was that where the issue occured, just curious
 

CamaroFan432

Active Member
Mar 13, 2020
995
2,906
Could be cause I forgot some variables for Patricia .. the school dean, was that where the issue occured, just curious
Nope, after that. The first error was a missing image at the start of the spanking scene (Selena). The animation was shown but after the intial error there were a black screen between the spanking animations. At the next morning I wanted to check Selena's progress and as soon as I hovered over her image the second error popped up. Ignoring didn't help at that point, because it lead to additional errors, basically the same error.
 

Mucski

Member
Game Developer
Jun 24, 2018
291
429
Nope, after that. The first error was a missing image at the start of the spanking scene (Selena). The animation was shown but after the intial error there were a black screen between the spanking animations. At the next morning I wanted to check Selena's progress and as soon as I hovered over her image the second error popped up. Ignoring didn't help at that point, because it lead to additional errors, basically the same error.
If that's the case then it gonna happen on a fresh start too, either way will check and if that's the case, I'll push a hotfix today, unfortunately my entire day is busy schedule cause of holidays and stuff, so won't be able to fix the 4k animations too
 

CamaroFan432

Active Member
Mar 13, 2020
995
2,906
If that's the case then it gonna happen on a fresh start too, either way will check and if that's the case, I'll push a hotfix today, unfortunately my entire day is busy schedule cause of holidays and stuff, so won't be able to fix the 4k animations too
Don't sweat it. If you manage to drop something next week after christmas, it should be alright. It's nothing life threatening. :D
 

CamaroFan432

Active Member
Mar 13, 2020
995
2,906
Will check tomorrow morning/afternoon and will report back, if issues arise again. Sadly don't have time today.
 

Rindarion

Member
Apr 26, 2019
261
425
In the character menu, everytime i try to highlight the blonde girl in the bottom right this error pops up

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/stats_screen.rpy", line 94, in execute
  File "game/stats_screen.rpy", line 94, in execute
  File "game/stats_screen.rpy", line 96, in execute
  File "game/stats_screen.rpy", line 101, in execute
  File "game/stats_screen.rpy", line 102, in execute
  File "game/stats_screen.rpy", line 102, in <module>
KeyError: 5

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

Full traceback:
  File "scripts/locations/lobby.rpyc", line 46, in script
  File "renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "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 "renpy/display/core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/stats_screen.rpy", line 94, in execute
  File "game/stats_screen.rpy", line 94, in execute
  File "game/stats_screen.rpy", line 96, in execute
  File "game/stats_screen.rpy", line 101, in execute
  File "game/stats_screen.rpy", line 102, in execute
  File "game/stats_screen.rpy", line 102, in <module>
KeyError: 5

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
Mystic Valley 0.0.9
Sun Jan 29 10:32:15 2023
 
  • Like
Reactions: LexArma

Mucski

Member
Game Developer
Jun 24, 2018
291
429
In the character menu, everytime i try to highlight the blonde girl in the bottom right this error pops up

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/stats_screen.rpy", line 94, in execute
  File "game/stats_screen.rpy", line 94, in execute
  File "game/stats_screen.rpy", line 96, in execute
  File "game/stats_screen.rpy", line 101, in execute
  File "game/stats_screen.rpy", line 102, in execute
  File "game/stats_screen.rpy", line 102, in <module>
KeyError: 5

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

Full traceback:
  File "scripts/locations/lobby.rpyc", line 46, in script
  File "renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "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 "renpy/display/core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/stats_screen.rpy", line 94, in execute
  File "game/stats_screen.rpy", line 94, in execute
  File "game/stats_screen.rpy", line 96, in execute
  File "game/stats_screen.rpy", line 101, in execute
  File "game/stats_screen.rpy", line 102, in execute
  File "game/stats_screen.rpy", line 102, in <module>
KeyError: 5

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
Mystic Valley 0.0.9
Sun Jan 29 10:32:15 2023
Alright will look into it. Can you post your save too?
 

LexArma

Member
Jun 2, 2019
101
149
If I got the right saves here - 2-3 does not have this issue, 2-4 is broken, not much happened in between. (They are actually only 4 minutes apart real time.)
 
Last edited:
  • Like
Reactions: boof59

Mucski

Member
Game Developer
Jun 24, 2018
291
429
Alright the game is fixed for both of you ... I'll have to upload the android version too now ..
 
  • Like
Reactions: LexArma

Arrdvark

Member
Jan 23, 2018
165
190
Mucski Instead of "kiosque", in English it's "kiosk".

Although, it just occurred to me that maybe the choice was intentional.
 
Last edited:
3.30 star(s) 7 Votes