http://bugs.winehq.org/show_bug.cgi?id=7299
------- Additional Comments From blin(a)gmx.net 2007-05-03 10:44 -------
I got a download of this, but it seems corrupt. However, I'll try and see if I
can get myself another version. Just to let you know that it's still on my list.
--
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=5865
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-05-03 10:39 -------
Unfortunatelt that patch doesn't work either? Text is gone again :(
--
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=7640
Summary: Regression: Mouse lags in Halo
Product: Wine
Version: 0.9.32.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
0.9.28 works fine, but above that version the mouse in Halo lags terribly. It
sometimes moves fast, but most of the time pretty damn slow. It jumps rather
than smooth movement.
Regression-test in progress.
--
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=5865
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-05-03 10:29 -------
ha, i'll test again, the patch from comment #31 didn't work (no text again),
hopefully this on does ...
--
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=4704
------- Additional Comments From dmitry(a)codeweavers.com 2007-05-03 10:26 -------
Great! Thanks for passing this information along. Now we just need to hear
something from an original bug reporter.
Roman?
--
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=4704
------- Additional Comments From stimming(a)tuhh.de 2007-05-03 10:15 -------
Eventually I found the suitable hint here
http://ubuntuforums.org/showpost.php?p=2160001&postcount=11 : For whatever
reason the respective environment variable is no longer being called XLOCALEDIR
but instead XLOCALELIBDIR... :-(
When setting
export XLOCALELIBDIR=/usr/lib32/X11/locale
everything works. Resolved for me. Thanks for the debugging.
--
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=5865
wjsqudtlr(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3810 is|0 |1
obsolete| |
Attachment #5231 is|0 |1
obsolete| |
------- Additional Comments From wjsqudtlr(a)gmail.com 2007-05-03 10:07 -------
Created an attachment (id=5238)
--> (http://bugs.winehq.org/attachment.cgi?id=5238&action=view)
Add/RemoveFontMemResourceEx api implementation
opps! i reattach the patch. it's a more improvement version.
--
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 florianskarten(a)web.de 2007-05-03 09:57 -------
Both sollutions (Dmitry's and Vitaliy's solutions) solves my [alt] key bug and
the [shift] key bug for me(which also appear for me without a patch).
Error Messages:
---------------------------------
1.) with shit-shit toggle
a.) without any patch
with german keyboard layout I got:
- for the first left shift press after the window got focus:
err:keyboard:X11DRV_ToUnicodeEx (virtKey=10,scanCode=2A,keycode=32,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A
(ISO_Prev_Group) :
- for any following key press:
err:keyboard:X11DRV_ToUnicodeEx (virtKey=10,scanCode=402A,keycode=32,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A
(ISO_Prev_Group) :
- for the first right shift press after the window got focus
err:keyboard:X11DRV_ToUnicodeEx (virtKey=10,scanCode=36,keycode=32,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A
(ISO_Prev_Group) :
- for every follwing right shift press:
err:keyboard:X11DRV_ToUnicodeEx (virtKey=10,scanCode=4036,keycode=32,state=1)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A
(ISO_Prev_Group) :
After a toggle to german the error messages are the same except of the state
argument which is then 2001.
b.) with patch
- if ((keysym >= XK_ISO_Lock && keysym <= XK_ISO_Last_Group_Lock) ||
- keysym == XK_Mode_switch)
+ if (keysym == XK_Mode_switch)
I got error messages too:
* with state=2001 for German keyboard layout and state=1 for English keyboard
layout.
* with scanCode=2A for the left shift key, independ of the fact if the window
got the focus before, and scanCode=36 for the right shift key.
* when I press the right shift key while holding the left shift key, I got
scanCode=4036
* when I press the left shit key while holding the right shift key, I got
scanCode=402A
2.) without any toggle shortcut:
a.) without a patch
* no error messages
b.) with patch:
* no error messages
3.) with alt-alt toggle:
a.) without a patch:
* no error messages
b.) with Vitaliy's patch:
* only left alt key: no error messages
* only right alt key:
- german (take note that the state is 2000 instead of 2001 like shift):
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE03
(ISO_Level3_Shift) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=E1,scanCode=60,keycode=71,state=2000)
- usa:
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE03
(ISO_Level3_Shift) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=E1,scanCode=60,keycode=71,state=0)
* pressing right alt while holding left:
- usa to german
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE08
(ISO_Next_Group) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=E1,scanCode=2060,keycode=71,state=8)
- german to usa:
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE08
(ISO_Next_Group) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=E1,scanCode=2060,keycode=71,state=2008)
* pressing left alt while holding right:
- german to usa:
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A
(ISO_Prev_Group) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=12,scanCode=2038,keycode=40,state=2080)
- usa to german:
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A
(ISO_Prev_Group) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=12,scanCode=2038,keycode=40,state=80)
--
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=7639
Summary: Papyrus loses focus when user clicks on font size
pulldown
Product: Wine
Version: CVS
Platform: Other
URL: http://papyrus.de
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The papyrus 10.5 demo seems to work ok at first glance,
but when I tried switching font size, I then couldn't
type because the main window had lost focus. Clicking
on the main window again changed the font size back
to what it had been before! The only way to get font
size change to work is to do it on a selection, then
click back inside the selection.
--
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.