Austin Hurst
Austin Hurst
That's probably the best long-term solution, but it'll probably have to wait until Kernel 6.6 is released: the kernel driver for this card (and several others) [just got a patch](https://lore.kernel.org/all/[email protected]/)...
@AstraLuma Hmm, I'll take a look. From what I remember Windows OGG support works fine with pysdl2 in CI testing, but I could be wrong!
@pathunstrom Can you try running the following code and let me know what you get? ```python import sdl2 from sdl2 import SDL_Init, SDL_Quit from sdl2 import sdlmixer SDL_Init(sdl2.SDL_INIT_AUDIO) supported =...
OH! @pathunstrom are you using Python installed from the Microsoft store instead of Python.org? I remember another project running into trouble with Microsoft's Python because Windows store apps are stricter...
@AstraLuma Do you mean check if a user is running Microsoft Store Python, or just check if there's a problem with loading dependency DLLs for mixer/image/ttf?
It should be possible: I remember there being a command in Python to get the path of the current Python executable, since it follows a specific pattern for the MS...
@AstraLuma Also, this is off-topic but a few months back I put a few days into getting manylinux wheels up-and-running for pysdl2-dll. I got a fair bit of it working,...
I think I had a list of the remaining issues somewhere, I'll need to go and find it. In the meantime, I'll get my changes uploaded in a PR or...
@AstraLuma I'm still trying to get it fully working again (I was hacking around with it a lot last time, and seem to have broken libpng's ability to find zlib...
I feel like a matter of personal preference such as this should be added as something that's toggled in `f2_res.ini`? When I made the PR that implemented `SCALE_2X` support I...