FNA-XNA / FAudio

FAudio - Accuracy-focused XAudio reimplementation for open platforms
https://fna-xna.github.io/
Other
534 stars 72 forks source link

Segmentation Fault. #328

Closed ZachBacon closed 5 months ago

ZachBacon commented 5 months ago

Hello hello, I've been working in introducing FAudio into visualboyadvance-m, based off our xaudio2 code (with some minor changes). While it compiles, when I try to load something, I seem to be running into a segmentation fault regarding FAudio_INTERNAL_UpdateEngine according to both lldb and gdb but on linux, it just doesn't initialize properly. And to be honest, I'm not really proper developer, so I'm not sure where look for in this case, but I guess I'm asking for a look over and perhaps give a few pointers to send me in the right direction.

https://github.com/visualboyadvance-m/visualboyadvance-m/blob/faudio-rework/src/wx/faudio.cpp

ZachBacon commented 5 months ago

I think I'm just gonna do this from scratch instead of basing it off the old xaudio2 code my project currently has. Might be better but also forces me to learn something I don't know much of.