|
Post by InquisitorJeeves on Feb 11, 2016 18:21:38 GMT -8
So I tried to start directly where my save left off and got to the point where I could place everything. This happened as I tried to place a Union Frigate:
I'm sorry, but an uncaught exception occurred.
While running game code: File "game/script.rpy", line 5031, in script call call battlewarning_label from _call_battlewarning_label_5 File "game/combatlabels.rpy", line 104, in script python: File "game/combatlabels.rpy", line 116, in <module> BM.start() File "game/classes.rpy", line 1139, in start self.formation_phase() File "game/classes.rpy", line 478, in formation_phase self.result = ui.interact() IOError: Couldn't find file 'UnionFrigate/selection2.ogg'.
-- Full Traceback ------------------------------------------------------------
Full traceback: File "game/script.rpy", line 5031, in script call call battlewarning_label from _call_battlewarning_label_5 File "game/combatlabels.rpy", line 104, in script python: File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\ast.py", line 805, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\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 1139, in start self.formation_phase() File "game/classes.rpy", line 478, in formation_phase self.result = ui.interact() File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\ui.py", line 277, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\display\core.py", line 2424, in interact repeat, rv = self.interact_core(preloads=preloads, **kwargs) File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\display\core.py", line 2715, in interact_core renpy.audio.audio.interact() File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\audio\audio.py", line 790, in interact periodic() File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\audio\audio.py", line 724, in periodic c.periodic() File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\audio\audio.py", line 340, in periodic topf = load(self.file_prefix + topq.filename + self.file_suffix) File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\audio\audio.py", line 74, in load rv = renpy.loader.load(fn) File "C:\Users\mjace\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\loader.py", line 533, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'UnionFrigate/selection2.ogg'.
Windows-7-6.1.7601-SP1 Ren'Py 6.99.8.949 Sunrider Beta 12.03
I downloaded the new combatlabels.rpy thing and still had this happen.
|
|
|
Post by Drath on Feb 11, 2016 19:32:41 GMT -8
Yea I can't play any further either due to this. Every time I click on a Mining Union Frigate or an Alliance Cruiser to place them, the above error happens. I can't seem to auto place them either. The other units/merc units/temporary units are all fine. And yes I've also downloaded and replaced the old combatlabels.rpy with the new one. Retested and it didn't help. Still getting the same crashes.
|
|
|
Post by espada on Feb 11, 2016 22:27:19 GMT -8
I had the same issue, but with the Alliance Cruiser
I'm sorry, but an uncaught exception occurred.
While running game code: File "game/script.rpy", line 5031, in script call call battlewarning_label from _call_battlewarning_label_5 File "game/combatlabels.rpy", line 104, in script python: File "game/combatlabels.rpy", line 116, in <module> BM.start() File "game/classes.rpy", line 1139, in start self.formation_phase() File "game/classes.rpy", line 478, in formation_phase self.result = ui.interact() IOError: Couldn't find file 'AllianceCruiser/Reporting For Duty.ogg'.
-- Full Traceback ------------------------------------------------------------
Full traceback: File "game/script.rpy", line 5031, in script call call battlewarning_label from _call_battlewarning_label_5 File "game/combatlabels.rpy", line 104, in script python: File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\ast.py", line 805, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\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 1139, in start self.formation_phase() File "game/classes.rpy", line 478, in formation_phase self.result = ui.interact() File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\ui.py", line 277, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\display\core.py", line 2424, in interact repeat, rv = self.interact_core(preloads=preloads, **kwargs) File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\display\core.py", line 2715, in interact_core renpy.audio.audio.interact() File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\audio\audio.py", line 790, in interact periodic() File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\audio\audio.py", line 724, in periodic c.periodic() File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\audio\audio.py", line 340, in periodic topf = load(self.file_prefix + topq.filename + self.file_suffix) File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\audio\audio.py", line 74, in load rv = renpy.loader.load(fn) File "C:\Users\Dread\Downloads\SunriderLiberationDay-B12-all\SunriderLiberationDay-B12-all\renpy\loader.py", line 533, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'AllianceCruiser/Reporting For Duty.ogg'.
Windows-8-6.2.9200 Ren'Py 6.99.8.949 Sunrider Beta 12.03
|
|
|
Post by vaendryl on Feb 11, 2016 23:47:54 GMT -8
|
|
|
Post by Zel on Feb 12, 2016 0:36:25 GMT -8
Just had the same thing happen with both the Union Frigates and Alliance Cruiser.
|
|
|
Post by Nemjen on Feb 12, 2016 0:46:53 GMT -8
Have you installed the 12.1 patch and this is still occurring?
|
|