agholganza
2011-Sep-24 06:00 UTC
[Wine] Failed to Register craxdrt.dll on Ubuntu 10.04 WINE
Hello guys...I am new to UBUNTU and WINE... I was trying to install a visual basic program for our small company but I keep getting an error saying "Failed to register craxdrt.dll". Without this dll my program cannot run since it uses crystal reports. I have already tried the overide of dynamic link libraries in the WINE configuration... Any help would be of great value...thanks a alot...
SpawnHappyJake
2011-Sep-24 06:23 UTC
[Wine] Re: Failed to Register craxdrt.dll on Ubuntu 10.04 WINE
What would happen if you did this: 1. Found craxdrt.dll, selected it, did Ctrl+C (or right-click, copy) 2. Opened Nautilus (the file browser). You can do this by hitting "Alt+F2" and typing "Nautilus". 3. In Nautilus, went to your home folder, and hit Ctrl+H to show hidden stuff. 4. Went to the .wine folder, or whatever prefix folder you are having it use. 5. Went in that folder, drive_c, windows, system32, and pasted craxdrt.dll in there with the other dlls (by right-clicking space, and saying "Paste" or by clicking in space and doing "Ctrl+V") 6. Hit Ctrl+Alt+T to open terminal, and entered this: wine regsvr32 craxdrt.dll Of course, if you are using something other than the default prefix, which, by default, is $HOME/.wine ($HOME being your home folder. Your system actually recognizes "$HOME", it's not just some thing that people write in forums), you will need to prepend stuff like so: WINEPREFIX=$HOME/crystal wine regsvr32 craxdrt.dll That would be if you made a folder in your home folder called "crystal" and told WINE to use that instead of the default ".wine". And yes, you can change the folder that is used as the default if you compile WINE from source, so $HOME/.wine is actually the default default. That's enough exceptions to the rule for now. See how it goes. Jake
agholganza
2011-Sep-24 07:15 UTC
[Wine] Re: Failed to Register craxdrt.dll on Ubuntu 10.04 WINE
thanks for the tip...i will let you know the results...
agholganza
2011-Sep-24 07:26 UTC
[Wine] Re: Failed to Register craxdrt.dll on Ubuntu 10.04 WINE
Hi jake, i got this error after I did all the steps you told me to..> rmctech at RMCTECH:~$ wine regsvr32 craxdrt.dll > err:menubuilder:WinMain unknown option -a > err:menubuilder:WinMain unknown option -r > fixme:advapi:CheckTokenMembership ((nil) 0x131e20 0x33fb10) stub! > fixme:process:SetProcessShutdownParameters (00000280, 00000001): partial stub. > fixme:ole:CoInitializeSecurity (0x650e98,-1,(nil),(nil),6,2,(nil),12352,(nil)) - stub! > fixme:ole:CoResumeClassObjects stub > fixme:sync:CreateTimerQueue stub > fixme:exec:SHELL_execute flags ignored: 0x00000500 > fixme:advapi:RegisterEventSourceW ((null),L"gupdate"): stub > fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x7e9ed738,(nil)): stub > fixme:advapi:DeregisterEventSource (0xcafe4242) stub > fixme:advapi:CheckTokenMembership ((nil) 0x131dd0 0x33fb10) stub! > fixme:process:SetProcessShutdownParameters (00000280, 00000001): partial stub. > fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),6,2,(nil),64,(nil)) - stub! > fixme:sync:CreateTimerQueue stub > fixme:sync:UnregisterWaitEx 0x133330 0xffffffff > fixme:sync:UnregisterWaitEx 0x1332e8 0xffffffff > err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\windows\\system32\\craxdrt.dll") not found > Failed to load DLL craxdrt.dll > rmctech at RMCTECH:~$ >
dimesio
2011-Sep-24 13:12 UTC
[Wine] Re: Failed to Register craxdrt.dll on Ubuntu 10.04 WINE
agholganza wrote:> > > > err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\windows\\system32\\craxdrt.dll") not found > > >Install vcrun6 with winetricks.
I think you should check this http://www.articlewritingclicks.com/Dll_Errors/Dll_Failed_to_Register_Follow_these_Guidelines.html dll failed to register article.. author discuss everything about this issue.. hope it helps.... -- View this message in context: http://wine.1045685.n5.nabble.com/Failed-to-Register-craxdrt-dll-on-Ubuntu-10-04-WINE-tp4836018p5140308.html Sent from the Wine - Users mailing list archive at Nabble.com.
John Drescher
2012-Jan-13 14:42 UTC
[Wine] Failed to Register craxdrt.dll on Ubuntu 10.04 WINE
> I think you should check this > http://www.articlewritingclicks.com/Dll_Errors/Dll_Failed_to_Register_Follow_these_Guidelines.html > dll failed to register ?article.. author discuss everything about this > issue.. hope it helps.... >I do not think that addresses common registration problems in wine at all. In wine I would expect the most common reason for failure is a missing dependency problem like this one. dimesio pointed out the step to fix this dependency problem. John M. Drescher