On Tue, Mar 11, 2008 at 8:10 PM, VegasSam <wineforum-user@xxxxxxxxxx> wrote: > Is there a way to trace what the full path name the program is trying to access? Yes. Run it with WINEDEBUG=+file wine foo.exe > log.txt 2>&1 then look at log.txt. It will list all the files the app tried to use.