Post by EcchiOujisama on Oct 21, 2019 17:54:47 GMT -8
I am playing with most/all mods available installed. I seem to remember getting through the game without impossible-to-bypass crashes. Now the game crashes at any instance of trying to play beep1.ogg. This is currently happening at the Escort Civilian Freighter mission in Tydaria. Selecting the freighter and the game not finding the beep appears to be the issue. The subdirectory referenced in the traceback below didn't exist, so I tried creating it and pasting the file there with no change.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Mod/Mod_SL_SM_AvaMission_LD_MoA.rpy", line 780, in script call
call JumpBackToShipMap
File "game/Mod/Mod_SL_SM_AvaMission_LD_MoA.rpy", line 1471, in script call
call EndCharacterMission
File "game/Mod/Mod_SL_SM_SolaMission_LD_MoA.rpy", line 4350, in script call
call JumpBackToShipMap
File "game/Mod/Mod_SL_SM_ExtraMission_LD_MoA.rpy", line 1038, in script call
call EndCharacterMission
File "game/Mod/Mod_SL_SM_SolaMission_LD_MoA.rpy", line 4397, in script call
call JumpBackToShipMap
File "game/Mod/Mod_SL_SM_SolaMission_LD_MoA.rpy", line 5555, in script call
call EndCharacterMission
File "game/script.rpy", line 3813, in script call
call battlewarning_label from _call_battlewarning_label_3
File "game/combatlabels.rpy", line 104, in script
python:
File "game/combatlabels.rpy", line 116, in <module>
BM.start()
File "game/classes.rpy", line 1201, in start
self.formation_phase()
File "game/classes.rpy", line 484, in formation_phase
self.result = ui.interact()
IOError: Couldn't find file 'sound/Voice/sound/beep1.ogg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Mod/Mod_SL_SM_AvaMission_LD_MoA.rpy", line 780, in script call
call JumpBackToShipMap
File "game/Mod/Mod_SL_SM_AvaMission_LD_MoA.rpy", line 1471, in script call
call EndCharacterMission
File "game/Mod/Mod_SL_SM_SolaMission_LD_MoA.rpy", line 4350, in script call
call JumpBackToShipMap
File "game/Mod/Mod_SL_SM_ExtraMission_LD_MoA.rpy", line 1038, in script call
call EndCharacterMission
File "game/Mod/Mod_SL_SM_SolaMission_LD_MoA.rpy", line 4397, in script call
call JumpBackToShipMap
File "game/Mod/Mod_SL_SM_SolaMission_LD_MoA.rpy", line 5555, in script call
call EndCharacterMission
File "game/script.rpy", line 3813, in script call
call battlewarning_label from _call_battlewarning_label_3
File "game/combatlabels.rpy", line 104, in script
python:
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\python.py", line 1461, in py_exec_bytecode
exec bytecode in globals, locals
File "game/combatlabels.rpy", line 116, in <module>
BM.start()
File "game/classes.rpy", line 1201, in start
self.formation_phase()
File "game/classes.rpy", line 484, in formation_phase
self.result = ui.interact()
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\ui.py", line 277, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 2424, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\display\core.py", line 2715, in interact_core
renpy.audio.audio.interact()
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\audio\audio.py", line 790, in interact
periodic()
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\audio\audio.py", line 724, in periodic
c.periodic()
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\audio\audio.py", line 340, in periodic
topf = load(self.file_prefix + topq.filename + self.file_suffix)
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\audio\audio.py", line 74, in load
rv = renpy.loader.load(fn)
File "F:\_SteamLibrary\steamapps\common\Sunrider Liberation Day\renpy\loader.py", line 533, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'sound/Voice/sound/beep1.ogg'.