Andreas Mohr Usenet 10/01 wrote: [ . . . ] > > wine --debugmsg warn+all windose/C4DNET_R73\ PC/C4D_NET_Client.exe > > > I get loads of debugging messages, none of which seem particularly > > instructive. How would I go about narrowing down the problem further? > That doesn't help much, indeed. > > Try something like --debugmsg +relay,+resource > That should be better. wine --debugmsg +relay windose/C4DNET_R73\ PC/C4D_NET_Client.exe gives: ------------------------ begin output excerpt ------------------------ 080712f0:Call advapi32.RegCreateKeyA(80000002,40f3010c "Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm32.dll",405a6c54) ret=40f175ca 080712f0:Call ntdll.RtlInitAnsiString(405a6b3c,40f3010c "Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm32.dll") ret=408423f0 080712f0:Ret ntdll.RtlInitAnsiString() retval=00000043 ret=408423f0 080712f0:Call ntdll.RtlInitAnsiString(405a6b34,00000000) ret=40842400 080712f0:Ret ntdll.RtlInitAnsiString() retval=405a6b34 ret=40842400 080712f0:Call ntdll.RtlAnsiStringToUnicodeString(40117618,405a6b3c,00000000) ret=40842409 080712f0:Ret ntdll.RtlAnsiStringToUnicodeString() retval=00000000 ret=40842409 080712f0:Call ntdll.RtlAnsiStringToUnicodeString(405a6b2c,405a6b34,00000001) ret=4084241e 080712f0:Ret ntdll.RtlAnsiStringToUnicodeString() retval=00000000 ret=4084241e 080712f0:Call ntdll.NtCreateKey(405a6c54,000f003f,405a6b44,00000000,405a6b2c,00000000,00000000) ret=40842440 080712f0:Ret ntdll.NtCreateKey() retval=00000000 ret=40842440 080712f0:Call ntdll.RtlFreeUnicodeString(405a6b2c) ret=40842448 080712f0:Ret ntdll.RtlFreeUnicodeString() retval=00000001 ret=40842448 080712f0:Call ntdll.RtlNtStatusToDosError(00000000) ret=4084244e 080712f0:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=4084244e 080712f0:Ret advapi32.RegCreateKeyA() retval=00000000 ret=40f175ca 080712f0:Call advapi32.RegSetValueExA(00000030,40f1d1b9 "cFormatTags",00000000,00000004,40f300b8,00000004) ret=40f175ec ------------------------ end output excerpt ------------------------ which you *might* think could have to do with the actual error message 'String resource not found.' wine --debugmsg +resource windose/C4DNET_R73\ PC/C4D_NET_Client.exe gives: ------------------------ begin output excerpt ------------------------ race:resource:LockResource (00927fc0) trace:resource:RES_FindResource2 (4064d000, 00000005, 406e67d0"MSGBOX", 0000, A, PE) trace:resource:RES_LoadResource (4064d000, 406f4778, PE) trace:resource:LoadImageW (0x400000,0x406d72ee,1,0,0,0x00008040) trace:resource:RES_FindResource2 (000000ae, 0000000e, 406d72eeL"", 0000, W, PE) trace:resource:RES_FindResource2 (00400000, 0000000e, 406d72eeL"", 0000, W, PE) trace:resource:LoadImageW (0x0000,0x406d72ee,1,0,0,0x00008040) trace:resource:RES_FindResource2 (000000de, 0000000e, 406d72eeL"", 0000, W, PE) trace:resource:RES_FindResource2 (4064d000, 0000000e, 406d72eeL"", 0000, W, PE) trace:resource:LoadImageW (0x0000,0x7ff7,0,0,0,0x00000000) trace:resource:RES_FindResource2 (4064d000, 00000002, 00007ff7, 0000, W, PE) trace:resource:RES_LoadResource (4064d000, 406f4318, PE) trace:resource:LockResource (406d23c0) ------------------------ end output excerpt ------------------------ I've put the full output onto http://www.fas-art.com/resource.debug The debug output from --debugmsg +relay is 1.5 Mbytes in size which is why I didn't put it onto the web (I didn't think anyone would want to look at that . . . ). Does any of the above tell you anything? Regards, Kerstin BTW: The man page says that there's more to read about debug output in documentation/debug-msgs. In the source tree I pulled from the CVS server yesterday, there is no such file?! Where else can I learn more about wine debugging? We are pretty desperate to get this application working (not getting it to work would mean we'd have to install Windows on a rendering cluster of 10 machines! - The horror, the horror . . . ). _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users