http://bugs.winehq.org/show_bug.cgi?id=12290
--- Comment #11 from Raphael drraph@gmail.com 2008-12-14 10:42:29 --- Having read the .desktop file I attempted
WINEPREFIX="/home/raph/.wine" wine "C:\Program Files\Kontiki\khost.exe" -p 4od1 -t cache:c4_home.html#pageId=0 -s class=dialog,width=1280,height=960,position=1,resize=1,scrollbars=1,visible=0,name=main
The result was a Visual C++ Runtime Library error it seems with khost.exe (a window pops up saying this has failed).
fixme:advapi:SetEntriesInAclA 2 0x33fc60 (nil) 0x33fc3c fixme:ole:CoInitializeSecurity (0x33fc4c,-1,(nil),(nil),2,2,(nil),12288,(nil)) - stub! err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x7 fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7e11bfe4): stub fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7e11bfe4): stub fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:advapi:RegisterEventSourceA ((null),"KService"): stub fixme:advapi:RegisterEventSourceW (L"",L"KService"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x7e11c854,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x138ac0,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7e11bc64): stub fixme:ole:CoGetCallContext ({0000013e-0000-0000-c000-000000000046}, 0x7e11bca8): stub fixme:advapi:GetExplicitEntriesFromAclA 0x14c654 0x7e11bce8 0x7e11bcec fixme:advapi:GetExplicitEntriesFromAclA 0x14c68c 0x7e11bcb8 0x7e11bcbc fixme:advapi:SetEntriesInAclA 1 0x7e11bc98 0x14c6c4 0x7e11bc90 fixme:advapi:SetNamedSecurityInfoW L"C:\windows\profiles\All Users\Documents\My Deliveries\4od1\\tmpcache" 1 -2147483644 (nil) (nil) (nil) (nil) err:ole:TMStubImpl_Invoke invoke call failed with exception 0xc0000005 (-1073741819) err:rpc:I_RpcReceive we got fault packet with status 0x3e6 err:ole:xCall RpcChannelBuffer SendReceive failed, 800703e6 err:ole:TMStubImpl_Invoke invoke call failed with exception 0xc0000005 (-1073741819) err:rpc:I_RpcReceive we got fault packet with status 0x3e6 err:ole:xCall RpcChannelBuffer SendReceive failed, 800703e6
Raphael