http://bugs.winehq.org/show_bug.cgi?id=32734
--- Comment #28 from testing.tigerwolf@mail.com 2013-06-26 04:02:25 CDT --- (In reply to comment #26)
(In reply to comment #23)
(In reply to comment #19)
After some more tinkering I found that the game _does_ work if you launch Caesar\ IV.exe after changing into that directory.
Same problem, after renaming CaesarIV into Caesar\ IV and calling :
wine ~/.wine/drive_c/Program\ Files/Sierra/Caesar\ IV/Caesar\ IV.exe
Impossible to rename into D:/ (cdrom)
You have to launch from that directory. This isn't a wine bug.
Hi Austin, After reinstalling completly from cdrom, whithout any problem and launching directly from the directory I still encounters the same crash...
1. Launching from directory after installation user1@MyPC:~/.wine/drive_c/Program Files/Sierra/Caesar IV$ wine ./CaesarIV.exe ==> winedbg: Internal crash at 0x7ed2b5ea
2. Launching from directory after renaming .exe as "Caesar IV" as suggested by David Holm : user1@MyPC:~/.wine/drive_c/Program Files/Sierra/Caesar IV$ wine ./Caesar\ IV.exe ==> winedbg: Internal crash at 0x7ed2b5ea
3. Launching directly from D:/, as you suggested on 2013-01-16 user1@MyPC:~$ wine start D:/CaesarIV.exe ==> wine: Unhandled exception 0x40000015 in thread 25 at address 0x6b0609 (thread 0025), starting debugger...
4. Launching using Autorun.exe : user1@MyPC:~$ wine start D:/Autorun.exe ==> wine: Unhandled exception 0xc000000d in thread 25 at address 0xf75c0023:0x004065b5 (thread 0025), starting debugger...
5. Launching CaesarIV Demo as suggested by GyB : user1@MyPC:~/.wine/drive_c/Program Files/Sierra/Caesar IV Demo$ wine ./CaesarIVDemo.exe ==> winedbg: Internal crash at 0x7ed225ea
During this last attempt, a message box appears with the following message : "Unable to register COM interop. Message : the requested feature is not implemented".
At the same time, the following message appears in the console :
"err:rpc:I_RpcGetBuffer no binding fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {45224aff-d811-4fc2-adb2-645cea444135}, hres is 0x80131044"
And after leads to the "internal crash"
Notice that exactly the same error message sequence appears using the demo and the retail version.
Thank you in advance for your help