Hi
Im using FMOD for sound and there is now a problem (i think it's a general problem and not specific to FMOD itself though).
Debug breaks with first-chance exception (followed by an unhaldled exception). It reads "eccess violation reading location...." I know the error is that i try to do operations (change frequency/volume) on a null-sound (an null pointer, not a valid loaded sample)
I guess I cannot debug it since the symbols are not loaded? Using visual studio C++.
It breaks into a tab "No symbols loaded" with the title "fmod.pdb not included". I don't have that file and don't think i need it since i dont want to debug the FMOD library. Preferably i want to be able to see in the call stack where in my own code i got the crash.
Possible?
Thanks
Erik
↧