Dungeons & Dragons NeverWinter, DLL error, wine-1.5.31.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
LocalHost
Newbie
Newbie
Posts: 2
Joined: Wed Jun 12, 2013 11:41 am

Dungeons & Dragons NeverWinter, DLL error, wine-1.5.31.

Post by LocalHost »

Code: Select all

err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Cryptic Studios\\Neverwinter\\Live\\vivoxsdk.dll") not found
err:module:import_dll Library vivoxsdk.dll (which is needed by L"C:\\Program Files\\Cryptic Studios\\Neverwinter\\Live\\GameClient.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Cryptic Studios\\Neverwinter\\Live\\GameClient.exe" failed, status c0000135
This error eccours when I "play".
What works a.t.m., logging in, patching.

I am guessing that these dll's are needed:
DNSAPI.dll
vivoxsdk.dll

wine version == wine-1.5.31

I am a bit of a noob sorry.
LocalHost
Newbie
Newbie
Posts: 2
Joined: Wed Jun 12, 2013 11:41 am

Re: Dungeons & Dragons NeverWinter, DLL error, wine-1.5.31.

Post by LocalHost »

* when I press play
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Dungeons & Dragons NeverWinter, DLL error, wine-1.5.31.

Post by dimesio »

LocalHost wrote:I am guessing that these dll's are needed:
DNSAPI.dll
vivoxsdk.dll
The first one is part of Windows, the second should have been installed by your game, but may not be loading because it depends on the first. Try copying DNSAPI.dll from a Windows install. Put it in the wineprefix's /windows/system32 directory.
Locked