You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.07 works in XMPlay (http://www.un4seen.com/) which supports Winamp plugins. v1.08, 1.09 and 1.10 do not, however. If those versions are present in the plugin folder, XMplay crashes completely. I reported this on their forum and am reporting it here as well.
The text was updated successfully, but these errors were encountered:
The 1st issue is that XMPlay will call the "init" function before the XMPlay window exists, so the "hMainWindow" value will be 0 there. The 2nd issue is that the IPC_GETINIDIRECTORY message isn't currently supported by XMPlay.
v1.07 works in XMPlay (http://www.un4seen.com/) which supports Winamp plugins. v1.08, 1.09 and 1.10 do not, however. If those versions are present in the plugin folder, XMplay crashes completely. I reported this on their forum and am reporting it here as well.
The text was updated successfully, but these errors were encountered: