http://bugs.winehq.org/show_bug.cgi?id=2801
Summary: Wine doesn't start if user ID is over 65534 (2**16-1) Product: Wine Version: 20050310 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: winehq@drydog.com
Wine doesn't start because my user ID is too high. This ID fixed--it is work-assigned by employee ID. I get this error when starting wine:
$ wine "/c/program files/games/fplace.exe" wine: chdir to /tmp/.wine-65534/server-307-c8010 : No such file or directory
If I soft link /tmp/.wine-65534 to /tmp/.wine-74024/ I then get this error:
wine: '/tmp/.wine-65534/server-307-c8010' is not owned by you
$ find .wine* -ls 732673 0 drwx------ 3 da73024 users 60 Mar 16 10:37 .wine-74024 732674 0 drwx------ 2 da73024 users 80 Mar 16 10:37 .wine-74024/server-307-c8010 732678 0 srw------- 1 da73024 users 0 Mar 16 10:37 .wine-74024/server-307-c8010/socket 732676 0 -rw------- 1 da73024 users 0 Mar 16 10:56 .wine-74024/server-307-c8010/lock
$ ps -ef |grep wine da73024 10103 1 0 10:37 ? 00:00:00 /usr/local/bin/wineserver
da73024@lassen(/tmp) grep da73024 /etc/passwd da73024:x:74024:100:Dan Anderson:/Users/da73024:/bin/bash$