I have a problem with the game starting
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 225, in script call
call _splashscreen from _call_splashscreen_1
File "game/header.rpy", line 19, in script
ji "Hi there!"
IOError: Couldn't find file 'voice/jill_intro/intro_jill.mp3'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 225, in script call
call _splashscreen from _call_splashscreen_1
File "game/header.rpy", line 19, in script
ji "Hi there!"
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\ast.py", line 706, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\exports.py", line 1336, in say
who(what, *args, **kwargs)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\character.py", line 1139, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\character.py", line 842, in do_display
**display_args)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\display\core.py", line 3377, in interact_core
renpy.audio.audio.periodic()
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 1023, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 1001, in periodic_thread_main
periodic_pass()
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 942, in periodic_pass
c.periodic()
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 420, in periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\audio\audio.py", line 72, in load
rv = renpy.loader.load(fn)
File "E:\SteamLibrary\x\Being a DIK\DIK\BeingADIK-0.3.1-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'voice/jill_intro/intro_jill.mp3'.
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.3.1
Wed Sep 04 11:45:37 2019