|
Auren
Posts: 144
|
 |
« Reply #40 on: 15 Feb '10 - 04:54 » |
Quote
|
Not working with the latest Milkdrop.  It is now dependent on Microsoft.VC90.CRT dynamic library which is not being correctly loaded by XMPlay and that causes two errors. First from XMPlay:  And second from Barna's plugin:  Here's an archive with both the latest version of Milkdrop+presets and Microsoft.VC90.CRT dll-file: http://stashbox.org/796170/Milkdrop.7zP.S. I also have a lot of C++ redistributables already installed: 
|
|
|
|
« Last Edit: 15 Feb '10 - 05:07 by Auren »
|
Logged
|
|
|
|
|
saga
Posts: 1365
|
 |
« Reply #41 on: 15 Feb '10 - 06:20 » |
Quote
|
Isn't that the same reason why the latest versions of in_mp3 and in_ogg can't be used to tag files in XMPlay anymore? Dunno if anything can be done about that.
|
|
|
|
|
Logged
|
|
|
|
|
winner
Posts: 193
|
 |
« Reply #42 on: 22 Oct '10 - 21:35 » |
Quote
|
I decided to try this plugin again and I'm observing that it works fine on my Win7 x64 system for running Advanced Visual Studio v2.83, by selecting vis_avs.dll in Winamp's directory. If you're having some trouble getting this to work, try running the MS DirectX Web Updater in order to install missing DirectX files on your system. I'm still having trouble getting Milkdrop 2.2 to run though. I get a missing dll error (msvcr90.dll). Even after installing this dll in the same directory as the vis dll, I get an error about msvcr90.dll failing to load correctly. The plugin runs fine in Winamp.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
winner
Posts: 193
|
 |
« Reply #44 on: 24 Oct '10 - 02:43 » |
Quote
|
So far I have Milkdrop v2.0e, which works fine. Is it very different from 2.2? Thanks, v2.0e works great. Stunning visuals. I don't know what 2.2 offers over 2.0e, but I'm finding posts that others are having trouble getting this plugin to work in players other than Winamp.
|
|
|
|
|
Logged
|
|
|
|
|
piovrauz
Posts: 473
|
 |
« Reply #45 on: 26 Oct '10 - 10:27 » |
Quote
|
putting msvcr90.dll in the windows/system32/ directory eliminates one of the two errors. I suppose it just miss the other libs. I'll do some testing. nope, can't load it or get rid of that R6034, which is something having to do with .manidest stuff; being not a programmer, I abandon 
|
|
|
|
« Last Edit: 26 Oct '10 - 12:58 by piovrauz »
|
Logged
|
|
|
|
|
Ian @ un4seen
Administrator
Posts: 15259
|
 |
« Reply #46 on: 27 Oct '10 - 16:42 » |
Quote
|
The problem is that the VIS_MILK2.DLL file doesn't have an embedded "manifest" to tell Windows what MSVCR90.DLL version it needs, so it'll just use whatever the EXE is using, but XMPlay doesn't use MSVCR90.DLL. It is possible to fix that by adding a "manifest" to the DLL via the Manifest Tool. If you would like to do that, save this to a file called "manifest" in the same directory... <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> <dependency> <dependentAssembly> <assemblyIdentity type='win32' name='Microsoft.VC90.CRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' /> </dependentAssembly> </dependency> </assembly>
And then run this... mt.exe -manifest manifest -outputresource:vis_milk2.dll;2
|
|
|
|
|
Logged
|
|
|
|
|
piovrauz
Posts: 473
|
 |
« Reply #47 on: 29 Oct '10 - 12:32 » |
Quote
|
mmm, done as instructed, and indeed it works now. too bad you've got to dl a whole SDK for it XD. btw, is it ok to attach the dll (the milkdrop one) to the post? or you didn't do it with a reason behind?
|
|
|
|
« Last Edit: 29 Oct '10 - 14:36 by piovrauz »
|
Logged
|
|
|
|
|
Ian @ un4seen
Administrator
Posts: 15259
|
 |
« Reply #48 on: 29 Oct '10 - 16:18 » |
Quote
|
Give a man a patched plugin and he has a working plugin, but teach a man to patch a plugin and he has working plugins for life 
|
|
|
|
|
Logged
|
|
|
|
|
piovrauz
Posts: 473
|
 |
« Reply #49 on: 29 Oct '10 - 16:49 » |
Quote
|
Yup, this way we can fix all the plugins that have this issue, and possible future version too. Too bad the SDK is so damn big, expecially compared to the plugin size. Thanks a lot for the instructions, easy to use even for me (tehehe).
|
|
|
|
|
Logged
|
|
|
|
|
winner
Posts: 193
|
 |
« Reply #50 on: 29 Oct '10 - 23:02 » |
Quote
|
mmm, done as instructed, and indeed it works now. too bad you've got to dl a whole SDK for it XD. btw, is it ok to attach the dll (the milkdrop one) to the post? or you didn't do it with a reason behind?
Yeah, too bad the whole SDK has to be installed to get this. Couldn't find mt.exe by its lonesome anywhere. Unless necessary to keep the SDK, I'll probably install, grab mt.exe, then uninstall.
|
|
|
|
|
Logged
|
|
|
|
|
saga
Posts: 1365
|
 |
« Reply #51 on: 30 Oct '10 - 00:30 » |
Quote
|
Unless necessary to keep the SDK, I'll probably install, grab mt.exe, then uninstall.
Well, it's only necessary while embedding the manifest, so depending on how often you plan to do that, you will either have to keep it or throw it away. 
|
|
|
|
|
Logged
|
|
|
|
|
winner
Posts: 193
|
 |
« Reply #52 on: 30 Oct '10 - 01:52 » |
Quote
|
Excellent! I was able to get this working as well, however at XMPlay's Options and Stuff window, after selecting "Winamp VIS Wrapper - MilkDrop 2.2 (off)" and clicking the "Config" button, I get this:
Microsoft Visual C++ Runtime Library | Runtime Error! | Program: C:\Program Files (x86)\XMPlay\xmplay.exe | R6034 | An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information | OK
After clicking OK, I get a "Winamp Vis wrapper" window with the MilkDrop v2.22 plugin highlighted and I'm able to click the Start button and make it run.
I'll say also that to use MilkDrop v2.22 I simply removed the 2e version DLL from the directory, replaced it with the 2.22 version, and did the mt.exe command. I used the msvcr90 dll copied from Winamp's MilkDrop installation of v2.22.
If anyone has an idea to fix this, that'd be great, otherwise I think the vis plugin is functioning as expected, and it's awesome to watch.
|
|
|
|
« Last Edit: 30 Oct '10 - 01:54 by winner »
|
Logged
|
|
|
|
|
Chinese Sausage
Posts: 365
|
 |
« Reply #53 on: 30 Oct '10 - 07:10 » |
Quote
|
Am I missing something from 2.2? Is there too much difference in size compared to 2.0e?
|
|
|
|
|
Logged
|
|
|
|
|
Ian @ un4seen
Administrator
Posts: 15259
|
 |
« Reply #54 on: 1 Nov '10 - 12:25 » |
Quote
|
Yeah, too bad the whole SDK has to be installed to get this. Couldn't find mt.exe by its lonesome anywhere. Unless necessary to keep the SDK, I'll probably install, grab mt.exe, then uninstall.
That should be fine; just copy mt.exe and then uninstall the SDK. Excellent! I was able to get this working as well, however at XMPlay's Options and Stuff window, after selecting "Winamp VIS Wrapper - MilkDrop 2.2 (off)" and clicking the "Config" button, I get this:
Microsoft Visual C++ Runtime Library | Runtime Error! | Program: C:\Program Files (x86)\XMPlay\xmplay.exe | R6034 | An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information | OK
If you're using the package posted above by Auren, make sure you remove the "Microsoft.VC90.CRT" directory (it's not needed/wanted).
|
|
|
|
|
Logged
|
|
|
|
|
winner
Posts: 193
|
 |
« Reply #55 on: 1 Nov '10 - 22:03 » |
Quote
|
If you're using the package posted above by Auren, make sure you remove the "Microsoft.VC90.CRT" directory (it's not needed/wanted).
Thanks! I didn't have the directory, but I still had the msvcr90.dll file in the wavis directory. I removed it, and no more error. I thought I had tried that previously.
|
|
|
|
|
Logged
|
|
|
|
|
winner
Posts: 193
|
 |
« Reply #56 on: 6 Nov '10 - 13:52 » |
Quote
|
OK, now that we have a Milkdrop 2.2 DLL that works in the Winamp Vis wrapper for XMPlay, can this be packaged with the other components of Milkdrop and posted on the Un4seen website?
|
|
|
|
|
Logged
|
|
|
|
|
Dotpitch
Posts: 2472
|
 |
« Reply #57 on: 6 Nov '10 - 15:29 » |
Quote
|
OK, now that we have a Milkdrop 2.2 DLL that works in the Winamp Vis wrapper for XMPlay, can this be packaged with the other components of Milkdrop and posted on the Un4seen website? That depends on the copyright applied to it. Milkdrop was released under a BSD license, so that should be fine, but I'm not sure about Milkdrop 2. If you want to create and maintain such a package and have permission from the copyright owners to distribute it, I guess it deserves its own link on the XMPlay page.
|
|
|
|
|
Logged
|
|
|
|
|
Chinese Sausage
Posts: 365
|
 |
« Reply #58 on: 16 Nov '10 - 13:03 » |
Quote
|
Does somebody have the mt.exe file so it is availabe for download? Cheers! 
|
|
|
|
|
Logged
|
|
|
|
|
winner
Posts: 193
|
 |
« Reply #59 on: 20 Nov '10 - 00:39 » |
Quote
|
Does somebody have the mt.exe file so it is availabe for download? Cheers!  I had trouble finding this file by itself. Other Microsoft dlls are widely available but this one's allusive, maybe due to some licensing restriction.
|
|
|
|
|
Logged
|
|
|
|
|