[Wine] Problem access a directory

Dan Kegel dank at kegel.com
Tue Mar 11 22:50:19 CDT 2008


On Tue, Mar 11, 2008 at 8:10 PM, VegasSam <wineforum-user at winehq.org> 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.



More information about the wine-users mailing list