http://bugs.winehq.org/show_bug.cgi?id=2271
mike(a)tashcorp.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
--
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=2273
Summary: X error
Product: Wine
Version: 20031118
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: givaldo.oliveira(a)unimix.com.br
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 44788
Current serial number in output stream: 44788
--
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=2176
------- Additional Comments From R.J.Shearman(a)warwick.ac.uk 2004-09-06 06:46 -------
Robin Laing: Your bug looks like the TypeLib ref count bug that should be fixed
in CVS. Is there a freely downloadable demo that shows the same bug?
--
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=2272
------- Additional Comments From reif(a)earthlink.net 2004-08-06 06:06 -------
Please try again to generate a trace file. Sound problems are
highly hardware and os dependent so they ofen can't be duplicated
by someone else unless they have the EXACT same hardware and software
configurations. A trace file is the only practical way to see what
is happening on your system. Please try:
WINEDEBUG="+wave,+dsound,+dsound3d" wine sof.exe
which should print tons of stuff to the screen. If that works,
redirect the output to a file by appending >& trace to the above
command.
Another thing you could try to see if wine is configured correctly
is to run the sound tests in interactive mode. You can do this by
going to the wine/dlls/winmm/tests directory and running:
WINETEST_INTERACTIVE=1 wine winmm_test.exe.so wave
and listen for the tones. You can also go to wine/dlls/dsound/tests
and run:
WINETEST_INTERACTIVE=1 wine dsound_test.exe.so dsound
to check Direct Sound.
--
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=1374
------- Additional Comments From david_costanzo(a)yahoo.com 2004-08-06 05:04 -------
I got in touch with the guys who wrote Hammer. They are quite nice and are
eager to help. They sent me a build of Hammer 3.4 that set the DCX_CLIPSIBLINGS
flag. Unfortunately, this did not fix the problem. I hacked wine such that all
calls to GetDCEx() assumed the DCX_CLIPSIBLINGS flag. This did not help, either.
Then I tried hacking GetDCEx() to always or-in "DCX_CACHE | DCX_CLIPSIBLINGS",
which are the flags that Lionel's patch uses, and *that* fixed the problem. At
least, it fixed the problem to the extent that Lionel's patch fixed the problem.
That is, the stand-alone OpenGL windows now render, but OpenGL does not render
when the window is a child of a 4-way splitter.
Lionel, do have any ideas why the window in the four-way splitter is blank while
stand-alone windows render properly? Can you think of something that the
application could do to convince wine to render OpenGL in the splitter window?
--
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=2272
------- Additional Comments From brettholcomb(a)charter.net 2004-07-06 20:52 -------
Another note. During the Intro movie I should be able to hit space or esc to
end it. This doesn't work but when I alt-tab to the xterm window it started in
and then ctl-c I see the characters such as esc or space on the terminal window
as if they had been typed in.
--
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=2272
------- Additional Comments From brettholcomb(a)charter.net 2004-07-06 18:06 -------
Running the commnad given produces an empty file called trace. Some things I
did notice.
1. If I ALT-TAB to the xterm window I started SOF in I can hear the phrase of
music repeated over and over. For example, if John says Good Luck when I
ALT-TAB the I hear Good Luck over and over and over until I alt-tab back.
2. My keys such as esc, etc do not work. I can not get to in game menus nor
kill any intro movies.
--
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=2210
griffon+winehq(a)snurgle.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |griffon+winehq(a)snurgle.org
------- Additional Comments From griffon+winehq(a)snurgle.org 2004-23-05 09:23 -------
*** Bug 2245 has been marked as a duplicate of this bug. ***
------- Additional Comments From R.J.Shearman(a)warwick.ac.uk 2004-07-06 13:24 -------
Patch submitted to wine-patches:
http://www.winehq.org/hypermail/wine-patches/2004/06/0068.html
--
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=2222
------- Additional Comments From traxtopel(a)fastmail.fm 2004-07-06 11:57 -------
Patches submitted, Jun 07 2004 .... These fix the problem :)
Make ShellExecuteA(0, NULL, "file.html", NULL, NULL, SW_SHOW) work again: #1
Make ShellExecuteA(0, NULL, "file.html", NULL, NULL, SW_SHOW) work again: #2
--
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.