Error when trying to install a game from CD

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
triggerfish
Level 1
Level 1
Posts: 5
Joined: Tue Jan 17, 2012 3:57 am

Error when trying to install a game from CD

Post by triggerfish »

I keep getting this error when trying to install URU The Complete Chronicles
[img]<iframe%20title%20="Preview"%20scrolling="no"%20marginheight="0"%20marginwidth="0"%20frameborder="0"%20width="320px"%20height="188px"%20style="padding:0;background-color:#fcfcfc;"%20src="https://skydrive.live.com/embed?cid=53F ... "></iframe>[/img]

What am I doing wrong?

Any help would be greatly appreciated.
triggerfish
Level 1
Level 1
Posts: 5
Joined: Tue Jan 17, 2012 3:57 am

Post by triggerfish »

Oops

Image
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

What version of Wine? If it's not 1.3.37, upgrade. If it doesn't work in 1.3.37, post terminal output. If it's short, just copy and paste it here. otherwise use pastebin and post a link. http://wiki.winehq.org/FAQ#get_log
triggerfish
Level 1
Level 1
Posts: 5
Joined: Tue Jan 17, 2012 3:57 am

Post by triggerfish »

OK here's the results when starting and running setup.exe in terminal:

otter@otter-Aspire-5532 /media/UruCC $ wine setup.exe
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x33de00 L"D:\\data1.hdr"
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\users\\otter\\Temp\\{57B0B5D5-1ECB-47CA-9963-1CB9E07E23A2}\\{69BA7792-853B-45A3-A29F-539C0D7A2A62}\\AntiScreenSaver.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\users\\otter\\Temp\\{57B0B5D5-1ECB-47CA-9963-1CB9E07E23A2}\\{69BA7792-853B-45A3-A29F-539C0D7A2A62}\\AntiScreenSaver.exe" failed, status c0000135
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\users\\otter\\Temp\\{57B0B5D5-1ECB-47CA-9963-1CB9E07E23A2}\\{69BA7792-853B-45A3-A29F-539C0D7A2A62}\\UruInstallUtil.dll") not found

Thanks! Any help is much appreciated.
triggerfish
Level 1
Level 1
Posts: 5
Joined: Tue Jan 17, 2012 3:57 am

Post by triggerfish »

Dangit! I keep forgetting to copy everything. Here's the complete results in terminal after clicking on the error message:

otter@otter-Aspire-5532 /media/UruCC $ wine setup.exe
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:apphelp:ApphelpCheckInstallShieldPackage stub: 0x33de00 L"D:\\data1.hdr"
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\users\\otter\\Temp\\{57B0B5D5-1ECB-47CA-9963-1CB9E07E23A2}\\{69BA7792-853B-45A3-A29F-539C0D7A2A62}\\AntiScreenSaver.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\users\\otter\\Temp\\{57B0B5D5-1ECB-47CA-9963-1CB9E07E23A2}\\{69BA7792-853B-45A3-A29F-539C0D7A2A62}\\AntiScreenSaver.exe" failed, status c0000135
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\users\\otter\\Temp\\{57B0B5D5-1ECB-47CA-9963-1CB9E07E23A2}\\{69BA7792-853B-45A3-A29F-539C0D7A2A62}\\UruInstallUtil.dll") not found
err:ole:dispatch_rpc no apartment found for ipid {ffffffff-ffff-ffff-2700-000024000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
err:ole:dispatch_rpc no apartment found for ipid {ffffffff-ffff-ffff-2700-000024000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
err:ole:dispatch_rpc no apartment found for ipid {ffffffff-ffff-ffff-2700-000024000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
err:ole:dispatch_rpc no apartment found for ipid {ffffffff-ffff-ffff-2700-000024000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
otter@otter-Aspire-5532 /media/UruCC $ err:ntdll:RtlDeleteResource Deleting active MRSW lock (0x111bf4), expect failure
err:ntdll:RtlDeleteResource Deleting active MRSW lock (0x1124fc), expect failure

BTW, I'm using the latest version of Wine.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

triggerfish wrote: err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\users\\otter\\Temp\\{57B0B5D5-1ECB-47CA-9963-1CB9E07E23A2}\\{69BA7792-853B-45A3-A29F-539C0D7A2A62}\\AntiScreenSaver.exe") not found
Install mfc42 with winetricks. http://wiki.winehq.org/winetricks
BTW, I'm using the latest version of Wine.
We need the exact version number. The latest available from your distro may not be the latest.
triggerfish
Level 1
Level 1
Posts: 5
Joined: Tue Jan 17, 2012 3:57 am

Post by triggerfish »

That worked. I opened winetricks, installed mfc42, and the game installs!

Thank you!
Locked