Error when implementing minigame: Couldn't find file 'bep.ogg'.

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
Trafagal
Regular
Posts: 100
Joined: Mon Apr 29, 2019 9:32 am
Contact:

Error when implementing minigame: Couldn't find file 'bep.ogg'.

#1 Post by Trafagal »

Hi,

I'm trying to implement a game created by Gas long time ago in the latest Renpy Environment.

May I ask what is "bep.ogg'" I don't recognise the .ogg extension
.
I wonder if someone can help me figure out what is the error. Thank you.

The minigame is this: viewtopic.php?f=51&t=40295

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 16, in script call
    call simon pass (complete=10, toadd=2)
  File "game/simon_game.rpy", line 36, in script
    $ renpy.pause(0.5, hard=True)
  File "game/simon_game.rpy", line 36, in <module>
    $ renpy.pause(0.5, hard=True)
IOError: Couldn't find file 'bep.ogg'.

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

Full traceback:
  File "game/script.rpy", line 16, in script call
    call simon pass (complete=10, toadd=2)
  File "game/simon_game.rpy", line 36, in script
    $ renpy.pause(0.5, hard=True)
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/simon_game.rpy", line 36, in <module>
    $ renpy.pause(0.5, hard=True)
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  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 'bep.ogg'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Simon Game 1.0
Sun Sep  5 12:27:29 2021
Check out some of my stuffs here:https://linktr.ee/theartofjoshlab

Art Portfolio: https://www.instagram.com/theartofjoshlab/

Working on a personal Visual Novel~

User avatar
Trafagal
Regular
Posts: 100
Joined: Mon Apr 29, 2019 9:32 am
Contact:

Re: Error when implementing minigame: Couldn't find file 'bep.ogg'.

#2 Post by Trafagal »

Sorry, I figure out its because renpy cant locate my audio files.
Check out some of my stuffs here:https://linktr.ee/theartofjoshlab

Art Portfolio: https://www.instagram.com/theartofjoshlab/

Working on a personal Visual Novel~

Post Reply

Who is online

Users browsing this forum: Ocelot, piinkpuddiin, snotwurm