Hello,
I've just tried to use the in_openmpt.dll plugin for Winamp, and for unknown reason it fails to load. Is the plugin actually used by someone, or is it long-dead? Am I the only one with the problem, or do other people see similar behavior?
Unfortunately I can't seem to find any debug info from Winamp, so there's only very little info I can add to this report. I tried loading Winamp in MSVC, it doesn't output any debug information (OutputDebugString()), but at least MSVC shows module loads and unloads, I get this:
'winamp.exe' (Win32): Loaded 'C:\Program Files (x86)\Winamp\Plugins\in_openmpt.dll'. Cannot find or open the PDB file.
'winamp.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleacc.dll'. Symbols loaded.
'winamp.exe' (Win32): Unloaded 'C:\Program Files (x86)\Winamp\Plugins\in_openmpt.dll'
'winamp.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\oleacc.dll'
So it seems it loads the plugin, decides for some reason it doesn't like it, and unloads it again.
I'm on Windows 8.1N Pro 64-bit, Winamp 5.621 (I know there's a newer one, but "if it ain't broke, don't fix it").
I'll try compiling in_openmpt.dll for myself to see what's going on, I just want to know if I missed something obvious.