Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

Guitar Hero 3 theme does not load #393

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the GH3 theme
2. Start FoFiX
3.

What is the expected output? What do you see instead?
Main menu etc...instead, the game displays 'error: Mix_LoadWAV_RW with NULL
src' and stalls on the loading screen. you can still hear the background
music though, but it stops after the first track.

What version of the product are you using? On what operating system?
Latest svn, Vista

Please provide any additional information below.

I'm running from script.
The full message on the command line:

Traceback (most recent call last):
  File "C:\FoFiXSVN\src\GameEngine.py", line 757, in run
    return self.mainloop()
  File "C:\FoFiXSVN\src\GameEngine.py", line 712, in loading
    done = Engine.run(self)
  File "C:\FoFiXSVN\src\Engine.py", line 132, in run
    self._runTask(task)
  File "C:\FoFiXSVN\src\Engine.py", line 123, in _runTask
    task.run(ticks)
  File "C:\FoFiXSVN\src\Resource.py", line 252, in run
    loader.finish()
  File "C:\FoFiXSVN\src\Resource.py", line 112, in load
    self.result = self.function()
  File "C:\FoFiXSVN\src\Data.py", line 400, in <lambda>
    self.resource.load(target, name, lambda: Sound(fileName), onLoad =
lambda s:
 s.setVolume(volume))
  File "C:\FoFiXSVN\src\Audio.py", line 135, in __init__
    self.sound   = pygame.mixer.Sound(fileName)
error: Mix_LoadWAV_RW with NULL src

Original issue reported on code.google.com by evilbobt...@gmail.com on 20 Dec 2008 at 9:00

GoogleCodeExporter commented 9 years ago
It would seem that some of the new sound effects that have been recently added 
don't
have all the fallback logic they need when these sounds are not present.  I'll 
see if
I can figure out how to fix this.

Original comment by chris.paiano@gmail.com on 20 Dec 2008 at 9:22

GoogleCodeExporter commented 9 years ago
Fixed in r606.

Original comment by chris.paiano@gmail.com on 20 Dec 2008 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by chris.paiano@gmail.com on 3 Jan 2009 at 2:38