http://bugs.winehq.org/show_bug.cgi?id=7609
------- Additional Comments From vladimirkadlec(a)gmail.com 2007-04-03 12:36 -------
I don't use single shift to toggle groups. I use both shift together to toggle.
It's quite common configuration, I think. Maybe, could you try to add
grp:shift_toggle to "XkbOptions" in your xorg.conf (with some keyboard layout)?
--
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=7609
------- Additional Comments From vitaliy(a)kievinfo.com 2007-04-03 12:22 -------
You configuration is invalid. If you using "shift" to toggle between groups,
then you can't use it ... as a standard shift! Well not exactly, but close.
ISO_Prev_Group indicates the group change and not the actual [shift] key. Wine
doesn't handle these.
I can not reproduce your problem here - it works perfectly with either shift
pressed and released numerous times.
--
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=7609
------- Additional Comments From vladimirkadlec(a)gmail.com 2007-04-03 11:59 -------
Yes, it is. I did the regression test:
ac3646cc08dcb56cff8988b52987acea6c474d02 is first bad commit
commit ac3646cc08dcb56cff8988b52987acea6c474d02
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Mon Feb 19 16:19:44 2007 +0800
winex11.drv: Clients should pass only KeyPress events to XmbLookupString.
:040000 040000 478c8fb452f016034e861d967b6ae39f481e854e
80aef00311e364c7f20ee5e671a6b3b5c26b20ba M dlls
--
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=7616
gojulgarbmail(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--
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=7616
------- Additional Comments From gojulgarbmail(a)yahoo.fr 2007-04-03 11:54 -------
It seems that my old configuration was actually the problem. With removing this
old config everything became fine.
The workaround consisted in removing the old .wine directory and letting the
tool create a new one.
Rgds.
--
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=7584
------- Additional Comments From a.hurst(a)shef.ac.uk 2007-04-03 11:47 -------
Is there anything which should call BeginScene if you forgot to, and then you
begin e.g. processing vertices?
--
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=7584
------- Additional Comments From a.hurst(a)shef.ac.uk 2007-04-03 11:40 -------
Ah, oops!
Where's the ddraw2 documentation, or is that a silly question?!
The workaround also works if you just remove the line
- return WINED3DERR_INVALIDCALL;
Strange looking through the trace, the 'Not in scene' condition only occurs once.
Perhaps something is done which should reset the state of this->InScene, but
doesn't yet, or resets it when it shouldn't?
--
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=6531
------- Additional Comments From wine(a)ibboard.co.uk 2007-04-03 11:30 -------
Created an attachment (id=5223)
--> (http://bugs.winehq.org/attachment.cgi?id=5223&action=view)
Full winedbg output from running "winedbg DarkCrusade 2>
~/darkcrusade_fulldebuglog.txt"
Output copied from the console. Most errors were given "next", although some in
the middle seemed to be repeating more than before and so were given "cont" for
a while.
The initial kernel32 movl errors are from the main game loading screen, after
which the main menu appears without a problem (although a little sluggish in
debug mode). The errors from starting the campaign begin around the
"GetStreamMode@ByteStreamConverter" ones with the page faults.
Hopefully that's all useful log output.
--
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.