http://bugs.winehq.org/show_bug.cgi?id=6594
------- Additional Comments From mike@codeweavers.com 2006-02-11 22:16 ------- We go to some trouble to not hold fds on removeable media. Wine does chdir("/") when initializing a process, so that we don't keep the current directory open, and when mapping an exe, a copy of the exe is created first.
Perhaps the process is opening its own exe for some reason?