Solution to fix MilkDrop_win32dx.vis R6034 Error
#1
Thumbs Up 
Hey Guys!

I was having trouble with MilkDrop_win32dx.vis that each time this visualisation was starting make the following error:

Runtime Error!
Program: D:\XBMC\XBMC.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.


So I made a lot of reseach on the web and found out how to solve it. I just decided to post it here so XBMC forum member can acces it faster than I did.


To make it short,
First: MAKE SURE XBMC IS NOT RUNNNG

there is 2 DLL that Crash the visualisation. To Solve the problem you have to make a search in windows for both msvcp90.dll and msvcr90.dll then you will rename them (safer than deleting...just in case. I put AAA in front of them so they appear in first on the folder).

Then Voilà!!! Start XBMC and try to play a song Milkdrop will not display the error again!!!

yaiiiiiiiii. Enjoy Nod
Reply
#2
Another suggestion is to make a batch file in the directory of XBMC named launcher.bat that contains


Code:
set path=
start XBMC.exe


That way you don't break any other installation that uses msvc90.dll.

Cheers.
Reply

Logout Mark Read Team Forum Stats Members Help
Solution to fix MilkDrop_win32dx.vis R6034 Error0