austin987 wrote: > > Find tools/wine.inf...if you installed from a binary package, it's > likely in /usr/share/wine/tools/wine.inf. > > Search for the DLL placeholder section, and add dnsapi.dll to the > list. Run 'wineboot' and look in ~/.wine/drive_c/system32, and it > should be there. > > -- > -Austin First I did: Code: denali@mountain:~$ cd / denali@mountain:/$ sudo find | grep "wine.inf" [sudo] password for denali: ./opt/cxgames/lib/wine/infosoft.dll.so ./opt/cxgames/share/wine/wine.inf ./usr/local/lib/wine/infosoft.dll.so ./usr/local/share/wine/wine.inf ./home/denali/.wine/drive_c/windows/inf/wine.inf ./home/denali/cxgames/lib/wine/infosoft.dll.so ./home/denali/cxgames/share/wine/wine.inf ./home/denali/wine/tools/wine.inf.in ./home/denali/wine/tools/wine.inf Out of those, I decided to modify ./usr/local/share/wine/wine.inf. I added: Code: 11,,DNSAPI.dll to the [FakeDllsSection] of the file. I ran wineboot, then wine "C:\Program Files\CCP\EVE\eve.exe. I received the same error.