On Sun, Jun 14, 2009 at 1:00 PM, denali<wineforum-user@xxxxxxxxxx> wrote: > 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 You've got wine in both $HOME/wine and /usr/local/...which binary are you running? If you're running /usr/local, then yeah, you did it right. I wasn't sure if it would work, but it was worth a try :-). It probably needs unimplemented stuff in dnsapi. -- -Austin