dxgi.dll.CreateDXGIFactory1

Questions about Wine on Linux
Locked
A Nonny Moose
Level 4
Level 4
Posts: 217
Joined: Sun May 09, 2010 5:53 pm

dxgi.dll.CreateDXGIFactory1

Post by A Nonny Moose »

Today I purchased a copy of the game Banished. When I tried to run it, I got a dump with the message [quote]Unhandled exception: unimplemented function dxgi.dll.CreateDXGIFactory1 called in 64-bit code (0x00007f2754d6f6d8).[/quote]

Looked in winetricks - no joy
Looked in wiki - no joy

Google search arrives at solutions but none seem to apply to the wine environment.

Suggestions?

(Dump attached)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: dxgi.dll.CreateDXGIFactory1

Post by dimesio »

Is this a 64 bit game? If not, try installing to a 32 bit wineprefix.
rshutt
Newbie
Newbie
Posts: 1
Joined: Fri Feb 21, 2014 9:27 am

Re: dxgi.dll.CreateDXGIFactory1

Post by rshutt »

The same thing happens with the 32 bit version, using Fedora 20 wine-1.7.8-1.fc20.x86_64:

<snip>
Unhandled exception: unimplemented function dxgi.dll.CreateDXGIFactory1 called in 32-bit code (0x7bc53428).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7bc53428 ESP:0033f7b8 EBP:0033f82c EFLAGS:00000246( - -- I Z- -P- )
EAX:040842b4 EBX:7bcc6000 ECX:00000690 EDX:0000041a
ESI:0033f7d0 EDI:00000000
</snip>
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: dxgi.dll.CreateDXGIFactory1

Post by dimesio »

rshutt wrote:The same thing happens with the 32 bit version, using Fedora 20 wine-1.7.8-1.fc20.x86_64:
Upgrade to 1.7.13. http://bugs.winehq.org/show_bug.cgi?id=24517
A Nonny Moose
Level 4
Level 4
Posts: 217
Joined: Sun May 09, 2010 5:53 pm

Re: dxgi.dll.CreateDXGIFactory1

Post by A Nonny Moose »

7.1.13 solved this problem. It was a little late getting into the distribution ppa. :D
Locked