http://bugs.winehq.org/show_bug.cgi?id=4341
Summary: Conquer Online 2 fails with X error BadMatch on
glXMakeCurrent (in d3d8)
Product: Wine
Version: 0.9.5.
Platform: PC
URL: http://www.conqueronline.com/downloads/client.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.wine(a)zerebecki.de
It calls glXMakeCurrent with win==0 (and ctx!=NULL) in
dlls/d3d8/directx.c:IDirect3D8Impl_CreateDevice . That fails with "X Error of
failed request: BadMatch (invalid parameter attributes)" (correct, at least
according to
http://www.opengl.org/documentation/specs/man_pages/hardcopy/GL/html/glx/xm…
).
So i guess the problem is that GetPropA( whichHWND, "__wine_x11_whole_window" );
(earlier in the same function) returns 0 . But i have no idea what to do now to
find or fix the problem.
The game can be freely downloaded at
http://www.conqueronline.com/downloads/client.htm .
--
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=4093
------- Additional Comments From luizluca(a)gmail.com 2006-18-01 18:54 -------
Yes, using OSS fix the problem. So, it's a problem in wine's alsa driver...
--
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=4180
------- Additional Comments From vitaliy(a)kievinfo.com 2006-18-01 18:34 -------
Hm so if you type your serial number (and I mean all 3 figits + other fields)
does it work? You might not see it, but it might work.
--
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=4283
------- Additional Comments From vitaliy(a)kievinfo.com 2006-18-01 18:13 -------
Eric we need more information to help.
How did you installed Wine? What packages have you installed? What distro?
Where do all the links point to?
--
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=4332
------- Additional Comments From vitaliy(a)kievinfo.com 2006-18-01 18:07 -------
These are the standard "*nix development" things that you should know from othre
sources. Like why do you need *-devel | *-dev packagees. You can actually read
information contained in those packages that say what they are for.
Also it is impossible to account for each distribution out there. Some have 1
package some have 10. And all called something different. And it makes no sence
to include all the possible dependancies in the user manual. Website is more
complicated to change then README files included in the source tree.
As far as requirements go, Wine tries not to make _hard_ dependancies on
libraries that might not exist on all systems.
I personally don't see anything here that needs to be fixed.
And last thing, users should not compile Wine from source but rather use
packages provided by maintainers.
--
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=4335
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-18-01 17:57 -------
Patch commited.
--
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=4340
------- Additional Comments From vitaliy(a)kievinfo.com 2006-18-01 17:56 -------
can you disale sound and try again?
Also run it under debugger to get some meaningfull backtrace.
--
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.