Skip to content

Instantly share code, notes, and snippets.

@martynjarvis
Last active November 5, 2022 03:20
Show Gist options
  • Save martynjarvis/958d24a880524a5ba8a0 to your computer and use it in GitHub Desktop.
Save martynjarvis/958d24a880524a5ba8a0 to your computer and use it in GitHub Desktop.
Fix dnsapi.dll error when running EVE online with Wine

Problem

Launcher would correctly load. However, the game would not launch from the launcher.

The following line was seen in output

err:module:import_dll Library DNSAPI.dll

Solution

open winecfg, switch to Libraries tab, find dnsapi.dll and switch from native to builtin.

@RJVB
Copy link

RJVB commented Aug 24, 2017

Thanks, that also solved the issue for me in a Qt5 application using Wine on Mac OS X.

@blinking-led
Copy link

Perfect!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment