http://bugs.winehq.org/show_bug.cgi?id=18986
Summary: EVE appears to require DNSAPI.dll Product: Wine Version: 1.1.23 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: denali@shadowforge.net
Created an attachment (id=21869) --> (http://bugs.winehq.org/attachment.cgi?id=21869) Output from wine "c:\Program Files\CCP\EVE\eve.exe"
It appears EVE Online will not start without a native DNSAPI.dll. Austin English tried to assist me with this issue in the forums (http://forum.winehq.org/viewtopic.php?t=5037).
This game does work for me in Crossover Games Linux 7.2. I'd prefer to get it working in Wine, if at all possible. I have attached the error message and am willing to do what it takes to resolve the issue.
http://bugs.winehq.org/show_bug.cgi?id=18986
Steve McKnelly denali@shadowforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |denali@shadowforge.net
http://bugs.winehq.org/show_bug.cgi?id=18986
Steve McKnelly denali@shadowforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|EVE appears to require |EVE Online appears to |DNSAPI.dll |require DNSAPI.dll
http://bugs.winehq.org/show_bug.cgi?id=18986
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |hans@meelstraat.net Resolution| |INVALID
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2009-06-18 08:37:59 --- This is a bug in the winetricks script. It sets dnsapi to native in the directx9 verb but this dll has nothing to do with directx.
http://bugs.winehq.org/show_bug.cgi?id=18986
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-18 10:20:20 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=18986
Bob bob+wine@mcelrath.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bob+wine@mcelrath.org
--- Comment #3 from Bob bob+wine@mcelrath.org 2010-04-28 04:05:56 --- In case other people run into this bug, this is caused by the winetricks directx9 script redirecting wine to use all native dll's for directx9. Using regedit you can look in Software\Wine\DllOverrides and change all the "native" entries back to "builtin". It may be easier to just edit with a text editor ~/.wine/user.reg and do the same thing.