http://bugs.winehq.org/show_bug.cgi?id=5534
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |blin(a)gmx.net
------- Additional Comments From blin(a)gmx.net 2006-27-11 04:49 -------
There's two issues I can see in the trace. The first is the "Unknown SOL_SOCKET
optname 0xfffffffb", which is caused by winsock2.h contains this:
#define SO_DONTLINGER (int)(~SO_LINGER)
and there's no unix equivalent to SO_DONTLINGER, so it's not converted.
It just seems to unset SO_LINGER, though. unfortunately it's not possible to
handle this in convert_sockopt, at least not the way it's designed right now.
convert_sockopt also can't handle #define SO_MAX_MSG_SIZE 0x2003, which also
has no direct equivalent, but from
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/wi…
I gather that this is not an actual socket option but a query command.
Another issue looks harmless, but I suspect it's also an error:
warn:winsock:WSAIoctl unsupported WS_IOCTL cmd (48000016)
WSAIoctl doesn't know this command for two reasons. First, 48000016 is
SIO_ADDRESS_LIST_QUERY, which the current wine code does not handle. Second, the
value that is checked for if SIO_ADDRESS_LIST_QUERY is expanded by the
preprocessor is 88000016, because it's constructed from IOC_OUT|IOC_WS2|22, and
IOC_OUT in Linux is 80000000, in windows it's 40000000.
I'm not sure what the correct way to fix this would be.
--
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=6789
Summary: ISS crashes on opening any form
Product: Wine
Version: 0.9.26.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
ISS (see Appdb) crashes on opening any form. With WINE versions of 2005, there
has not been such a problem. Since the Vitalyi dosen't like useless debug
information, please tell me, what log should I provide. On the console, this
text appears:
X Error of failed request: BadPixmap (invalid Pixmap parameter)
Major opcode of failed request: 54 (X_FreePixmap)
Resource id in failed request: 0x380099e
Serial number of failed request: 31949
Current serial number in output stream: 32166
--
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=6788
Summary: midi sysex buffer errors
Product: Wine
Version: 0.9.25.
Platform: PC
URL: http://www4.airnet.ne.jp/k_take/fs1r_editor_english.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mihalw(a)gmail.com
There is a problem with MIDI I/O with the FS1r editor.
The editor doesn't correctly read synth state, due to problems with reading
sysex messages. Wine complains with
fixme:midi:midRecThread Sysex received but no buffer to store it!
Since you need some extra hardware (the FS1r synth) to test it I will try to
explain the error.
When a larger sysex message gets received it is divided into smaller chunks (at
least it seems so in alsa). I think these chunks should be put together in wine
library (before notifying the application). Sysex messages are of the form
F0-several-bytes-F7, and only the last chunk contains F7 byte.
I have attached a sequencer dump illustrating the above (in this particular
situation there where two fixme:midi messages).
--
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=5924
------- Additional Comments From glajchs(a)wpi.edu 2006-27-11 02:00 -------
I am using alsa w/dmixer to play sound from all my applications at once. I also
couldn't hear a second person talking in ventrilo until I went into setup and
enabled "Use DirectSound". Now I hear multiple people when they talk at once,
even though the quality is not quite as good. This may not be the same bug
since I was not getting an error message before, just the lack of second person
talking, but in case this helps as a possible workaround.
--
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=6761
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |huw(a)codeweavers.com
------- Additional Comments From mike(a)codeweavers.com 2006-27-11 01:58 -------
The problem is possibly that Chemsketch can now use msxml3 where as last week it
could not. Reverting the commit and preventing a regression in your application
may cause regressions in other applications that depend on the functionality.
If that's the case, we should fix msxml3 to work with Chemsketch, not revert the
patch.
--
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=6780
------- Additional Comments From thestig(a)google.com 2006-27-11 00:54 -------
I ran into this error last week. Turned out I had an older version of
git-describe that did not output the version number. I upgraded to git 1.4 and
that fixed the problem.
--
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=6761
------- Additional Comments From cheaterjs(a)gmx.de 2006-27-11 00:44 -------
After bisecting the git tree I found the bad commit:
46964179419f312afe43ed844f40136a5783fa4f is first bad commit
commit 46964179419f312afe43ed844f40136a5783fa4f
Author: Huw Davies <huw(a)codeweavers.com>
Date: Mon Nov 13 15:49:49 2006 +0000
msxml3: Support both v 2.x and 3.0 version independent clsids as well as the
v 3.0 version dependent clsid.
:040000 040000 a4b0506f5aaf28969dfbd70974c8575c8e5963cc
adcc8e609261379e1a51c1d71cd96115de7b304d M dlls
The exception seems to happen because of: domelem_getElementsByTagName
Please revert the commit.
Eventually have a look at the +relay- and +msmxl-traces.
And please and fix your patch!
Hint: In the relay trace you won't find msxml calls at the end of the file
because after the program crashes another program of the chemsketch toolkit pops
up and asks me if I want to reload chemsketch.
Thank you very much!!! :)
--
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.