I first ran the application with the line that you specified - ntohing happend, I was just returned to the prompt.
I changed the config to native and installed DCOM98. Then ran the application and received the same errors over again. I turned on WINDEBUG=relay and here is the output:
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:ntdll:RtlpWaitForCriticalSection section 0x40b468 "?" wait timed out in thread 000a, blocked by 0009, retrying (60 sec) err:dc:DCE_FreeWindowDCE [0x10046] GetDC() without ReleaseDC()! Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:dc:DCE_FreeWindowDCE [0x1005a] GetDC() without ReleaseDC()! Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:ntdll:RtlpWaitForCriticalSection section 0x40b468 "?" wait timed out in thread 000a, blocked by 000b, retrying (60 sec) err:dc:DCE_FreeWindowDCE [0x40054] GetDC() without ReleaseDC()! err:dc:DCE_FreeWindowDCE [0x40054] GetDC() without ReleaseDC()! Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:dc:DCE_FreeWindowDCE [0x3008c] GetDC() without ReleaseDC()! err:dc:DCE_FreeWindowDCE [0x2006e] GetDC() without ReleaseDC()! err:dc:DCE_FreeWindowDCE [0x2006e] GetDC() without ReleaseDC()! Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:ntdll:RtlpWaitForCriticalSection section 0x40b468 "?" wait timed out in thread 000a, blocked by 000b, retrying (60 sec) Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:dc:DCE_FreeWindowDCE [0x70054] GetDC() without ReleaseDC()! err:dc:DCE_FreeWindowDCE [0x10028] GetDC() without ReleaseDC()! err:dc:DCE_FreeWindowDCE [0x10028] GetDC() without ReleaseDC()! err:dc:DCE_FreeWindowDCE [0x10028] GetDC() without ReleaseDC()!
Ken Garland wrote:
This is from my ~/.wine/config:
[DllOverrides] "rpcrt4" = "builtin, native" "oleaut32" = "builtin, native" "ole32" = "builtin, native"
This should be correct, right? Still getting the errors when installing the program. =/
Those "builtin, native" entries should be "native". That's assuming the config file is still supported for dll overrides (which it probably is). Otherwise, you can use WINEDLLOVERRIDES="rpcrt4,ole32,oleaut32=n" wine [application] If the problem is with installing DCOM98, what's happening is the installer detects the builtin versions and thinks that they are newer - which is correct; they just happen to be incomplete. If you override it to look only for native dlls, it doesn't detect the builtin ones and installs the native ones. You then have the set of native DCOM dlls which are of course complete. Hope that helps, Aneurin Price
Well I'm afraid I'm not going to be able to help you from here, but that would indicate that the problem wasn't with DCOM after all, if it installed okay. CCing this to wine-users as I forgot that wasn't the automatic behaviour for the list.
_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users