http://bugs.winehq.com/show_bug.cgi?id=1540
------- Additional Comments From brand77(a)genie.it 2003-24-06 05:29 -------
version 20030508-1rh9winehq work properly.
version 20030618-1rh9winehq have some problem:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 12 (X_ConfigureWindow)
Serial number of failed request: 93
Current serial number in output stream: 98
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1541
Summary: WS2_32 version of gethostbyname with NULL argument
doesn't follow specification
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: rzoli(a)yahoo.com
According to Microsoft definition, a call to gethostbyname with a NULL argument
should produce a well-defined behaviour, namely return information about the
local host. A look at dlls/winsock/socket.c shows that the current
implementation does not do this.
I have encountered at least one program that tries to call gethostbyname with a
NULL argument and by doing so successfully crashes itself and/or wine.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1540
Summary: problem with Ascential DataStage Client installer
Product: Wine
Version: 20030618
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: brand77(a)genie.it
version 20030508-1rh9winehq work properly.
version 20030618-1rh9winehq have some problem:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 12 (X_ConfigureWindow)
Serial number of failed request: 93
Current serial number in output stream: 98
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1206
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:29 -------
Bug comments restored from Gmane.org:
On Redhat 8.0, gcc 3.2, Wine 20021219 (Not CVS, version is not listed in the
listbox...):
during the compile:
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -o ddraw/hal.o
ddraw/hal.c
ddraw/hal.c:152: warning: initialization from incompatible pointer type
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 19:56
-------
I think this has been fixed since (tested with gcc 3.2). Please reopen the bug
if you still get the warning with the current CVS Wine.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1207
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:28 -------
Bug comments restored from Gmane.org:
Tried running eMule (0.23a/0.23b/0.24b/0.23b-Tarod (see
http://sourceforge.net/project/showfiles.php?group_id=53489&release_id=1298…
with wine 20021219. The last few syscalls shown by strace are:
mprotect(0x41500000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
mmap2(NULL, 1179385856, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x65530000
munmap(0xab9e0000, 65536) = 0
old_mmap(NULL, 290816, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x41725000
mprotect(0x65530000, 1179320320, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
+++ killed by SIGKILL +++
Especially the last one is interesting - it eats up all memory (I have 512MB RAM
plus 200MB Swap), leading to wine's/emule's death.
This should be the same problem as described at
http://appdb.winehq.org/appview.php?appId=1065&versionId=1430
It *could* be related to an error reported by winecheck:
023. Checking availability of winedefault.reg entries... CRITICAL (entry
"SHAREDMEMLOCATION" not found in system.reg registry file).
- ADVICE: file winedefault.reg, the most basic wine registry environment,
doesn't seem to have been applied using regapi.
I couldn't find anything regarding that in the docs, but tried to follow the
advice anyway, with less-than-optimal results:
chris@chrisbig > programs/regapi/regapi winedefault.reg
/var/data/src/wine-20021219
Warning: could not find wine config [Drive x] entry for current working
directory /var/data/src/wine-20021219; starting in windows directory.
/var/data/src/wine-20021219/miscemu/wine: cannot find
'programs/regapi/regapi.exe.so'
chris@chrisbig > ls -la programs/regapi
/var/data/src/wine-20021219
total 979
drwxr-xr-x 3 chris users 528 Dec 27 14:53 ./
drwxr-xr-x 26 chris users 1104 Dec 27 14:55 ../
-rw-r--r-- 1 chris users 44 May 21 2002 .cvsignore
-rw-r--r-- 1 chris users 11965 Dec 27 14:34 Makefile
-rw-r--r-- 1 chris users 244 May 21 2002 Makefile.in
-rw-r--r-- 1 chris users 2863 Feb 28 2002 README
-rwxr-xr-x 1 chris users 1374 Jun 1 2002 regFixer.pl*
-rwxr-xr-x 1 chris users 1955 Jun 1 2002 regRestorer.pl*
-rwxr-xr-x 1 chris users 2687 Jun 1 2002 regSet.sh*
lrwxrwxrwx 1 chris users 23 Dec 27 14:53 regapi ->
../../tools/winewrapper*
-rw-r--r-- 1 chris users 32296 Jun 1 2002 regapi.c
-rw-r--r-- 1 chris users 173 Dec 27 14:53 regapi.exe.dbg.c
-rw-r--r-- 1 chris users 2092 Dec 27 14:53 regapi.exe.dbg.o
-rwxr-xr-x 1 chris users 453026 Dec 27 14:53 regapi.exe.so*
-rw-r--r-- 1 chris users 6941 Dec 27 14:53 regapi.exe.spec.c
-rw-r--r-- 1 chris users 80872 Dec 27 14:53 regapi.exe.spec.o
-rw-r--r-- 1 chris users 374880 Dec 27 14:53 regapi.o
drwxr-xr-x 2 chris users 224 Dec 20 02:30 tests/
Any help appreciated.
------- Additional Comments From hatky <at> users.sf.net 2003-05-02 09:01 -------
I downloaded the version you marked an run it with a curent wine (cvs-2.5.2003)
and it works!
btw this is a nice test case since it's an open source program
I could not get the last version on emule working but that a diffrent bug....
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1208
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:26 -------
Bug comments restored from Gmane.org:
I get the following error when running Quicken 2000 Delux release 9.0
err:keyboard:X11DRV_ToUnicode (virtKey=9,scanCode=F,keycode=17,state=13)
err:keyboard:X11DRV_ToUnicode Please report: no char for keysym FE20
(ISO_Left_Tab) :
Doesn't seem to affect operation, but may be a symptom of some other
underlying problem
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1209
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:25 -------
Bug comments restored from Gmane.org:
When I attempt to display the portfolio view to view investments, Quicken and/or
wine crash, with the message "unhandled exception".
This bug is repeatable.
Wine exits with a failure status of 5
Error messages:
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134672120
400") (2)
Admittedly, I don't have the debugger set up, as I am mainly a user as opposed
to a developer.
Another message, which could be related (doesn't appear to be but thought I
would include for completeness):
**********************
fixme:file:SetFileAttributesW Couldn't set file attributes for existing file
"/mnt/win_c/quickenw/~qw~link.qdt".
Check permissions or set VFAT "quiet" mount flag
fixme:file:SetFileAttributesW Couldn't set file attributes for existing file
"/mnt/win_c/quickenw/~qw~link.qdt".
Check permissions or set VFAT "quiet" mount flag
**************************
I get this message everytime I run Quicken. I checked the permissions on this
file, and they are "777", so should be fine (?).
As long as I don't attempt to examine the portfolio, I never have a problem. I
have successfully entered data and reconciled accounts
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.