Closed chungy closed 1 year ago
Update: I've ran this on a physical Windows 10 computer too. I get the same stuttering issue with the builds from latest.c-d.org, but not on my own build with SDL2.dll coming from the Arch Linux AUR (mingw-w64-sdl2 package specifically).
I think the problem is that the DLL is being built without XAudio support.
I've updated the autobuild server so that it should now include the SDL2.dll from the libsdl.org website instead of the one I've built myself. This is at least a stopgap solution, though it's unfortunate that the problem isn't resolved at the chocpkg level yet.
Just FYI: I have checked today's latest build from latest.c-d.org (20170205) - everything becomes fine with sounds and music.
Splitting from issue chocolate-doom/chocolate-doom#851 instead of derailing that thread. @JNechaevsky reported there:
The debug symbols being included isn't a related issue -- that comment was only about why the file sizes were larger. :-) Still, to test @JNechaevsky's issue, I downloaded the autobuild from latest.c-d.org, ran
strip -s *.dll
, repackaged and gave it to him. Still same issue, we can confirm that debug symbols aren't the problem.I do not personally get the issue in either native builds (Linux x86_64), nor in Wine. Since it was resolved by using the SDL project's own build of the DLL, something might not be quite right with the compilation flags being used by chocpkg.