Program can't find present dll

Questions about Wine on Linux
Locked
ObsequiousNewt
Level 2
Level 2
Posts: 15
Joined: Wed Oct 15, 2014 8:19 pm

Program can't find present dll

Post by ObsequiousNewt »

I try to run RIFT as follows:

Code: Select all

zeb@endor:~/.wine/drive_c/Program Files/RIFT Game$ fixme:heap:HeapSetInformation 0x27e4000 0 0x33fcf4 4
fixme:system:SetProcessDPIAware stub!
fixme:ver:GetCurrentPackageId (0x33ec2c (nil)): stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:font:RemoveFontMemResourceEx (0x85d0b241) stub
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:shell:SetCurrentProcessExplicitAppUserModelID L"Trion.Glyph": stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ieframe:taskbar_list_SetProgressState iface 0x306b860, hwnd 0x10072, flags 0 stub!
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:heap:HeapSetInformation 0x27e4000 0 0x33fcf4 4
fixme:ver:GetCurrentPackageId (0x33cba0 (nil)): stub
fixme:ieframe:taskbar_list_SetProgressValue iface 0x306b860, hwnd 0x10072, ullCompleted 647, ullTotal 2710 stub!
fixme:exec:SHELL_execute flags ignored: 0x00000100
err:module:import_dll Library dbghelp.dll (which is needed by L"C:\\Program Files\\RIFT Game\\rift.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\RIFT Game\\rift.exe" failed, status c0000135
The file dbghelp.dll is present not only in the same folder as the executable, but also in c:\windows\system32. Where should it be?
ObsequiousNewt
Level 2
Level 2
Posts: 15
Joined: Wed Oct 15, 2014 8:19 pm

Re: Program can't find present dll

Post by ObsequiousNewt »

Sometimes I impress even myself with how dumb I am.

For anyone who has this problem, check your winecfg—you probably added an override for this library to disable it. I don't know why, but there's my solution.
Locked