Camelot Alpha 2: RunTime Error When MilkDrop Is Displayed

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
clutch Offline
Member+
Posts: 180
Joined: Sep 2006
Reputation: 0
Location: Norway
Post: #11
I had the exact same issue (I had C:\program files\ImageMagick-6.5.7-Q16 added to %path%). Thank you very much for this thread.
find quote
meehog Offline
Junior Member
Posts: 7
Joined: Jun 2010
Reputation: 0
Post: #12
Hi, Sorry to drag up an old post, but I'm having exactly the same problem as Sleepyp in the original post, all the same error messages, caused by the same dll files etc, but I can't seem to fix it. I have 2 different versions of the msvcp90 & msvcr90 dll files in my winsxs folder, and also copies of msvcr90 in my mediacontrol program files folder and my system32 folder.Like Sleepyp, they have different version numbers and dates etc. Could this be what's causing my problem maybe? I can't rename or delete either of the files in the winsxs folder, not even when logged in to the admnistrator account. I've posted some of my XBMC log below:-

Quote:23:28:00 T:3476 M:1992220672 DEBUG: Win32DllLoader::Load(special://xbmc/visualisations/MilkDrop_win32dx.vis)
23:28:00 T:3476 M:1991835648 DEBUG: LoadLibraryA('MSVCP90.dll')
23:28:00 T:3476 M:1991835648 DEBUG: Win32DllLoader::Load(MSVCP90.dll)
23:28:00 T:3476 M:1991819264 ERROR: Win32DllLoader::Load: Unable to load MSVCP90.dll (126)
23:28:00 T:3476 M:1991819264 DEBUG: Dll MSVCP90.dll was not found in path
23:28:00 T:3476 M:1991819264 ERROR: LoadLibrary('MSVCP90.dll') failed
23:28:00 T:3476 M:1991819264 DEBUG: LoadLibraryA('MSVCR90.dll')
23:28:00 T:3476 M:1991819264 DEBUG: Win32DllLoader::Load(MSVCR90.dll)
23:28:00 T:3476 M:1991593984 DEBUG: CWinEventsWin32::WndProcWindow lost focus
23:28:00 T:3476 M:1991512064 DEBUG: CWinEventsWin32::WndProcWindow is active
23:28:01 T:3476 M:1991172096 DEBUG: CWinEventsWin32::WndProcWindow is active
23:28:01 T:3476 M:1991172096 DEBUG: CWinEventsWin32::WndProcWindow gained focus
23:28:01 T:3476 M:1991344128 ERROR: Win32DllLoader::Load: Unable to load MSVCR90.dll (1114)
23:28:01 T:3476 M:1991344128 DEBUG: Dll MSVCR90.dll was not found in path
23:28:01 T:3476 M:1991344128 ERROR: LoadLibrary('MSVCR90.dll') failed
23:28:01 T:3476 M:1991151616 DEBUG: msg: loaded current preset = 408
23:28:01 T:3476 M:1991143424 DEBUG: CZipManager::GetZipList - Processing zip://special%3a%2f%2fxbmc%2fvisualisations%2fMilkdrop%2fWinamp%2dpresets%28436%29%2ez​ip/

Again, it says the files are not found in path, but what is this "path"? I've tried just about everything I can think of to no avail, would really appreciate some help with this. I'm running version 9.11, build R26017.

Thanks in advance.
find quote
meehog Offline
Junior Member
Posts: 7
Joined: Jun 2010
Reputation: 0
Post: #13
Anybody? Please?
find quote
william9x9 Offline
9x9 Group
Posts: 25
Joined: Sep 2009
Post: #14
The string "MSVCR90.dll" is hardcoded in MilkDrop_win32dx.vis
find quote
phillwilt Offline
Junior Member
Posts: 2
Joined: Aug 2010
Reputation: 0
Post: #15
I just ran into this problem myself with MSVC90.DLL and I solved it with a batch file that clears the path.

I posted my solution over here:

http://forum.xbmc.org/showthread.php?tid...erid=73243
find quote
Post Reply