http://bugs.winehq.org/show_bug.cgi?id=11094
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #9 from Dan Kegel dank@kegel.com 2008-01-09 13:44:47 --- Operator error. For about a year, I've been using a script to create a fresh .wine directory on a local hard drive ($HOME is on NFS) that looks like this:
TOP=/data/dank rm -rf $TOP/.wine ~/.wine $TOP/wine-git/tools/wineprefixcreate mv ~/.wine $TOP/.wine ln -s $TOP/.wine ~/.wine
Adding
$TOP/wine-git/server/wineserver -w
right before the mv solved the problem.
Sorry for sending you on a wild goose chase!