Ren'Py gettin erros like this

lucasallucas

New Member
Jan 13, 2018
7
0
getting erros like this in a lot of games, melody, rogue like evolution, the visit, away from home, idk what to do

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/prologue.rpy", line 883, in script
ic "Wow, this feels great. Her hands are so soft."
File "game/prologue.rpy", line 883, in script
ic "Wow, this feels great. Her hands are so soft."
KeyError: (1741.0, 1080, 1723012346.1979394, 1723012346.1979394)

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

Full traceback:
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\main.py", line 578, in main
run(restart)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\execution.py", line 908, in run_context
context.run()
File "game/prologue.rpy", line 883, in script
ic "Wow, this feels great. Her hands are so soft."
File "game/prologue.rpy", line 883, in script
ic "Wow, this feels great. Her hands are so soft."
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\character.py", line 842, in do_display
**display_args)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Nova pasta\TheVisit-1.0-pc\renpy\display\core.py", line 3179, in interact_core
renpy.display.render.process_redraws()
File "renpy/display/render.pyx", line 384, in renpy.display.render.process_redraws (gen\renpy.display.render.c:5542)
v.kill_cache()
File "renpy/display/render.pyx", line 1080, in renpy.display.render.Render.kill_cache (gen\renpy.display.render.c:13866)
del cache[k]
KeyError: (1741.0, 1080, 1723012346.1979394, 1723012346.1979394)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Visit 1.0
Wed Aug 07 03:34:08 2024
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,620
15,601
File "renpy/display/render.pyx", line 1080, in renpy.display.render.Render.kill_cache (gen\renpy.display.render.c:13866)
del cache[k]
KeyError: (1741.0, 1080, 1723012346.1979394, 1723012346.1979394)
Hmm... There's something not right here, and I don't talk about the error itself, but the fact that you got it.

Not only it happen in games that have a lot of players, and no one ever complained about that error, but it's also something that shouldn't be possible (images that disappear mid process). So, I guess that it's a variation of the strange Python behavior with some CPU at some voltage.
 

lucasallucas

New Member
Jan 13, 2018
7
0
Hmm... There's something not right here, and I don't talk about the error itself, but the fact that you got it.

Not only it happen in games that have a lot of players, and no one ever complained about that error, but it's also something that shouldn't be possible (images that disappear mid process). So, I guess that it's a variation of the strange Python behavior with some CPU at some voltage.
what should i do?
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,620
15,601
what should i do?
Searching the threads on that parts of the forum, there's a dozen of possible solutions, spread among them. But I don't know which one would works, I just know what the issue you're facing looks like.