Closed TheGag96 closed 1 year ago
This error doesn't actually have anything to do with the program. It seems to be crashing because you're not on windows (It is looking for WASAPI drivers but they don't exist in Linux) @PlatinumLucario was working on a Linux port, so maybe you can ask him about it. He's in the discord server as well
Ah, lovely, Linux Momentâ„¢. Thanks lol.
Ah, lovely, Linux Momentâ„¢. Thanks lol.
Yeah, I'm currently working on porting this to GTK4 via Gir.Core, which will work natively under the GNOME desktop environment and other desktop environments using GTK4.
And exactly like what @Kermalis described, this is because Linux relies on ALSA for sound output. WASAPI relies entirely on DirectSound, which are both exclusive to Windows, just like DirectX and other proprietary Microsoft drivers.
To solve this problem, I'm working on two things:
As I'm gradually working on the GUI, I'm still learning how to use and implement GTK4 APIs lol
And if you have any questions or need to get in contact with me, I'm on the VGMS Discord Server, just look out for Platinum Lucario on there lol
I tried loading the SDAT from Wild World (USA v1.0) and I got this error:
Is it in some special format or something? I'm running this under Wine - hopefully that's not causing any extra issues lol.