Engine.exe error?

Questions about Wine on macOS.
Locked
Tealya
Newbie
Newbie
Posts: 2
Joined: Wed Aug 29, 2012 11:36 pm

Engine.exe error?

Post by Tealya »

I'm a brand new user to wine and got it to play some games that can only be played on windows. However, every time I try to load a game, it says there has been an engine.exe error and quits. Any ideas on how to fix this? I'd really like to try some of these games.

I'm using 10.6.8 on my computer and whatever version of wine is the most recent.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Engine.exe error?

Post by doh123 »

need to tell us what game... go look it up in the AppDB and see what others have done to get it working.

Terminal output would be nice too.
Tealya
Newbie
Newbie
Posts: 2
Joined: Wed Aug 29, 2012 11:36 pm

Re: Engine.exe error?

Post by Tealya »

Any game, and I've tried about a dozen at this point. All of them have a bronze or gold rating in the AppDB. The one that I've been trying to find the problem on at the moment is creatures 3. This is what it gives me when I try to install and run a game (it's always the same error) when I click show details:

Unhandled exception: unimplemented function msvcp60.dll.??0Init@ios_base@std@@QAE@XZ called in 32-bit code (0x7b82c782).
Register dump:
CS:0017 SS:001f DS:001f ES:001f FS:1007 GS:0037
EIP:7b82c782 ESP:0033fce4 EBP:0033fd58 EFLAGS:00000246( - -- I Z- -P- )
EAX:7b819335 EBX:7b82c726 ECX:00000000 EDX:00000000
ESI:00000002 EDI:0061db24
Stack dump:
0x0033fce4: 0033fd84 00000008 431d7f6c 80000100
0x0033fcf4: 00000001 00000000 7b82c782 00000002
0x0033fd04: 433029d8 43307898 431d7ef1 4321bb20
0x0033fd14: 00000000 00000000 00000000 00000000
0x0033fd24: 00000000 4321ba20 4321aff6 431d9a7c
0x0033fd34: 0009001f 0033fd60 0033fd60 431d36bf
0200: sel=1007 base=7ffc0000 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x7b82c782 in kernel32 (+0x1c782) (0x0033fd58)
1 0x433029d2 (0x0033fd94)
2 0x432e76a5 (0x0033fdf8)
3 0x005bfcb0 in engine (+0x1bfcaf) (0x0033feb0)
4 0x7b84c98c in kernel32 (+0x3c98b) (0x0033fec8)
5 0x7b84f813 in kernel32 (+0x3f812) (0x0033ff08)
6 0x7bc619dc (0x0033ff28)
7 0x7bc62804 (0x0033ffa8)
8 0x7bc619a2 (0x0033ffc8)
9 0x7bc3d4fd (0x0033ffe8)
0x7b82c782: subl $4,%esp
Modules:
Module Address Debug info Name (27 modules)
PE 400000- 69e000 Export engine
PE 10000000-10012000 Deferred zlib1
PE 402e0000-402e4000 Deferred version
PE 40710000-40714000 Deferred dsound
PE 40760000-40764000 Deferred advapi32
PE 407d0000-407d9000 Deferred msacm32
PE 42760000-427d1000 Deferred winmm
PE 42820000-4285a000 Deferred user32
PE 42970000-42976000 Deferred gdi32
PE 42a40000-42a48000 Deferred ole32
PE 42b70000-42b74000 Deferred rpcrt4
PE 42c00000-42c04000 Deferred ddraw
PE 42c90000-42c94000 Deferred wined3d
PE 42dd0000-42f29000 Deferred shell32
PE 43020000-43028000 Deferred shlwapi
PE 430a0000-430ce000 Deferred comctl32
PE 431b0000-431b4000 Deferred msvcrt
PE 43240000-43243000 Deferred imagehlp
PE 43260000-43264000 Deferred dbghelp
PE 432c0000-432c4000 Deferred psapi
PE 432e0000-432e3000 Deferred msvcp60
PE 43390000-43393000 Deferred msvcp90
PE 43510000-43514000 Deferred winex11
PE 43700000-43704000 Deferred imm32
PE 43960000-43964000 Deferred uxtheme
PE 7b810000-7b99b000 Export kernel32
PE 7bc10000-7bc14000 Deferred ntdll
Threads:
process tid prio (all id:s are in hex)
0000000e services.exe
0000001e 0
0000001d 0
00000015 0
00000010 0
0000000f 0
00000012 winedevice.exe
00000020 0
00000019 0
00000014 0
00000013 0
0000001a plugplay.exe
0000001f 0
0000001c 0
0000001b 0
00000021 explorer.exe
00000022 0
00000039 (D) C:\Program Files\GOG.com\Creatures Exodus\Creatures 3\engine.exe

0000003a 0 <==
System information:
Wine build: wine-1.4.1
Platform: i386
Host system: Darwin
Host version: 10.8.0


The file in the last line (C:\Program Files\GOG.com\...) doesn't exist either. I can't find it being created anywhere (though it insists that it is already there if I try to install it again). Is there somewhere else I should be looking besides the wine folder?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Engine.exe error?

Post by dimesio »

Tealya wrote: Unhandled exception: unimplemented function msvcp60.dll.??0Init@ios_base@std@@QAE@XZ called in 32-bit code (0x7b82c782).
That's http://bugs.winehq.org/show_bug.cgi?id=27109. Try winetricks vcrun6.
Locked