Waifston

i am just man, ok?
Game Developer
Jul 13, 2019
626
2,387
Updated two weeks ago? Hey, why. There's a limit of updating things on this site?
 

_Utakata_

Active Member
Jun 18, 2019
710
1,212
I'm getting this error
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'animations/gui/main_menu.webm'.

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

Full traceback:
File "opening/prologue.rpyc", line 3519, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3979, in interact_core
renpy.audio.audio.periodic()
File "renpy/audio/audio.py", line 1138, in periodic
raise_(exc[0], exc[1], exc[2])
File "renpy/audio/audio.py", line 1116, in periodic_thread_main
periodic_pass()
File "renpy/audio/audio.py", line 1058, in periodic_pass
c.periodic()
File "renpy/audio/audio.py", line 512, in periodic
topf = load(filename)
File "renpy/audio/audio.py", line 69, in load
rv = renpy.loader.load(fn)
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'animations/gui/main_menu.webm'.
 

binaryoneoone

Newbie
Oct 20, 2019
35
33
I'm getting this error
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'animations/gui/main_menu.webm'.

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

Full traceback:
File "opening/prologue.rpyc", line 3519, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3979, in interact_core
renpy.audio.audio.periodic()
File "renpy/audio/audio.py", line 1138, in periodic
raise_(exc[0], exc[1], exc[2])
File "renpy/audio/audio.py", line 1116, in periodic_thread_main
periodic_pass()
File "renpy/audio/audio.py", line 1058, in periodic_pass
c.periodic()
File "renpy/audio/audio.py", line 512, in periodic
topf = load(filename)
File "renpy/audio/audio.py", line 69, in load
rv = renpy.loader.load(fn)
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'animations/gui/main_menu.webm'.
Same problem
 
  • Like
Reactions: perturbedspoon

Kas96

Member
Jul 15, 2021
305
558
I'm getting this error
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'animations/gui/main_menu.webm'.

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

Full traceback:
File "opening/prologue.rpyc", line 3519, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3979, in interact_core
renpy.audio.audio.periodic()
File "renpy/audio/audio.py", line 1138, in periodic
raise_(exc[0], exc[1], exc[2])
File "renpy/audio/audio.py", line 1116, in periodic_thread_main
periodic_pass()
File "renpy/audio/audio.py", line 1058, in periodic_pass
c.periodic()
File "renpy/audio/audio.py", line 512, in periodic
topf = load(filename)
File "renpy/audio/audio.py", line 69, in load
rv = renpy.loader.load(fn)
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'animations/gui/main_menu.webm'.
Wait for 1.0.0 update, there's some mistakes from dev side, it will fix on that update
 
  • Like
Reactions: perturbedspoon

Modok969

Member
Jul 30, 2021
146
136
I figured getting a new version would fix this issue, but when I talk to the two ladies on the right side of the beach I get this error in every version of the game I've played.

It looks like its trying to find an event that doesn't exist?


I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'beach_noon_event_type_1_chara_4'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "shops/sex_shop.rpyc", line 595, in script call
File "shops/sex_shop.rpyc", line 595, in script call
File "shops/church_shop.rpyc", line 164, in script call
File "shops/church_shop.rpyc", line 750, in script call
File "shops/church_shop.rpyc", line 445, in script call
File "shops/church_shop.rpyc", line 506, in script call
File "shops/church_shop.rpyc", line 567, in script call
File "shops/church_shop.rpyc", line 628, in script call
File "shops/church_shop.rpyc", line 689, in script call
File "shops/church_shop.rpyc", line 811, in script call
File "shops/church_shop.rpyc", line 872, in script call
File "shops/church_shop.rpyc", line 164, in script call
File "shops/church_shop.rpyc", line 994, in script call
File "shops/church_shop.rpyc", line 1055, in script call
File "shops/church_shop.rpyc", line 1116, in script call
File "shops/church_shop.rpyc", line 1177, in script call
File "shops/church_shop.rpyc", line 1238, in script call
File "shops/sex_shop.rpyc", line 595, in script call
File "shops/church_shop.rpyc", line 164, in script call
File "beach/beach.rpyc", line 233, in script
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'beach_noon_event_type_1_chara_4'.
 
  • Like
Reactions: perturbedspoon
2.60 star(s) 120 Votes