http://bugs.winehq.org/show_bug.cgi?id=2797
------- Additional Comments From KenJackson(a)ieee.org 2005-16-03 14:38 -------
It puzzled me why it never failed before wine version 20050211.
I just figured it out.
When I simply delete /usr/local/lib/wine/wtsapi32.dll.so, it does NOT fail.
Apparently, rather than testing the version of Windows it is running under,
the application tests for the presence of wtsapi32.dll. If it's not found,
it doesn't try to use it.
The stubbed version of the DLL was just added for the first time in 20050211,
so that was the first opportunity the application had to fail. This isn't so
much a bug as an incomplete feature that's been incomplete all along.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2797
------- Additional Comments From KenJackson(a)ieee.org 2005-16-03 14:25 -------
I added *pCount = 0; just before the return of the function.
Same results.
I also tried "Windows" = "win98" and "Windows" = "nt40" in the config file.
Same results.
I thought that might make a difference because this function is only applicable
to Win2K and above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2801
------- Additional Comments From winehq(a)drydog.com 2005-16-03 13:44 -------
32-bit unsigned UID type with this Linux:
pi-file.h: typedef unsigned long pi_uid_t;
$ uname -a
Linux lassen 2.4.19-4GB-athlon #1 Mon Jan 17 11:48:46 UTC 2005 i686 unknown
$ rpm -q glibc
glibc-2.2.5-233
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=736
------- Additional Comments From winehq(a)drydog.com 2005-16-03 13:43 -------
32-bit unsigned UID type with this Linux:
pi-file.h: typedef unsigned long pi_uid_t;
$ uname -a
Linux lassen 2.4.19-4GB-athlon #1 Mon Jan 17 11:48:46 UTC 2005 i686 unknown
$ rpm -q glibc
glibc-2.2.5-233
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2801
------- Additional Comments From winehq(a)drydog.com 2005-16-03 13:32 -------
Wine starts fine and runs the Windows program if wine is started as root (UID
0), with the same ~/.wine/config file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
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(a)winehq.org
ReportedBy: winehq(a)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$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2797
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-16-03 13:07 -------
Does adding *pCount = 0 into wtsapi32.c function
WTSEnumerateEnumerateSessionsA make any difference?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1280
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-16-03 12:56 -------
This appears fixed. I used a MS demo (pickfont) which has an edit control with
a limited text length, and it works under wine as it did under windows
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.