-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDL_Mixer: Flac support not available #457
Comments
Hi @Keithcat1, could you post the a minimal code that reproduces the issue? I tried to reproduce it but was unable to. |
package main |
Hi @Keithcat1, could you tell me what kind of error did you encounter? Depending on the problem, it might be possible to solve the issue by copying the SDL2 *.dll files. For example:
Your MinGW version might be a little different! |
panic: FLAC support not available goroutine 1 [running, locked to thread]: |
Hi @Keithcat1, did you try coping the *.dll files into your program directory? If you have, could you list the files in your program directory (with |
FLAC support is not available.
I have mix.INIT_FLAC specified.
go version go1.14.1 windows/amd64
The text was updated successfully, but these errors were encountered: