I cant create a wine dll (so)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Moose
Level 1
Level 1
Posts: 7
Joined: Sun Dec 18, 2011 7:16 am

I cant create a wine dll (so)

Post by Moose »

Hi

First of all im not sure what info you might need in order to be able to help so please bear with me and ask for any info needed..

I'm trying to run BF3 in wine but when i try to start the game it gives me the below error:

Code: Select all

err:module:import_dll Loading library d3d11.dll (which is needed by L"C:\\Games\\Battlefield3\\bf3.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Games\\Battlefield3\\bf3.exe" failed, status c0000135
Im no expert but after i looked in the wine source tree where all the wine dll's are present (ie d3d10.dll.so) i need to make a d3d11.dll.so.

and this is where im lost, i tried to use winedump, winemaker etc but it all fails.
So any help/hints would be great

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

Re: I cant create a wine dll (so)

Post by dimesio »

Moose wrote: I'm trying to run BF3 in wine but when i try to start the game it gives me the below error:

Code: Select all

err:module:import_dll Loading library d3d11.dll (which is needed by L"C:\\Games\\Battlefield3\\bf3.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Games\\Battlefield3\\bf3.exe" failed, status c0000135
DX11 is not yet implemented in Wine. If your game requires it, you are out of luck.
Moose
Level 1
Level 1
Posts: 7
Joined: Sun Dec 18, 2011 7:16 am

Post by Moose »

Actually it only requires DX10 i dunno why it tries to load DX11 anywayi will try to give crossover a shot instead....
Locked