-
Notifications
You must be signed in to change notification settings - Fork 116
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
unable to load plugins when started from Windows command prompt #1474
Comments
R:\audacious-plugins\build>audacious --help -1, -2, -3, etc. Select instance to run/control R:\audacious-plugins\build>audacious --qt |
How did you build Audacious from source? Did you follow the instructions found at https://github.com/audacious-media-player/audacious/tree/master/win32? |
"The specified module could not be found" is an unfortunately vague error message but probably means that a DLL from some dependency (for example: FFmpeg) is not found in It looks like you are starting Audacious from a Windows command prompt, so probably The pre-built versions of Audacious avoid this issue by including all the needed DLLs in the same folder as audacious.exe. |
built from source on windows, audacious loads but gives error regarding unable to load plugins, giving the error about the dll could not be loaded
plugin-load.cc:70 [plugin-load] the specified module could not be found
and gives the correct location of the dll file that does exist in c:\usr\local\lib\audacious\general\skins.dll for example. what could i be doing wrong?The text was updated successfully, but these errors were encountered: