http://bugs.winehq.org/show_bug.cgi?id=2832
Summary: Japanese Keyboard layout not correct
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Aric.Cyr(a)gmail.com
I was having a mysterious problem with my Japanese 106 keyboard in World of
Warcraft. The keyboard worked just fine when logging into the game or typing
messages in game, etc. However, using the macro keys for the quickbar (1 2 3
... 0) each of the keys was off by one. The keys were mapped as:
1 = 1
2 = 1
3 = 2
4 = 3
5 = 4
...
Notice that the 1 and 2 key both mapped to one, and every key after that maps to
the previous key. This only occured for the top keyboard row and text input
fields all worked correctly (which was the mysterious part).
Anyways, I tracked down the problem to the keyboard layout for jp106 in the
x11drv/keyboard.c. For Japanese keyboards, the first printable character on the
keyboard is '1' (as the shown in the main_key_JA_jp106[MAIN_LEN][4] array).
However, the jp106 keyboard is defined to use the regular qwerty scan and vkey
maps, which seem to define the first key as OEM, not '1'. I believe this was
causing my off-by-one key problem, so created a new jp106 qwerty scan and vkey
map to fix the problem. I have tested the patch with World of Warcraft, and
indeed my keys are now all mapped correctly. I am not familiar with the
keyboard stuff too much, so let me know if there are any problems with the
patch, otherwise please commit it.
--
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=2831
Summary: Unhandled exception in MS Office 2000 install
Product: Wine
Version: 20050111
Platform: PC
URL: http://www.winehq.org/appview.php?appId=31
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
I'm getting this when I try to run the MS Office 2000 installer from the CD-ROM:
[/media/cdrw_dvdrw]$ wine SETUP.EXE
wine: Unhandled exception (thread 0026), starting debugger...
WineDbg starting on pid 0xa
Unhandled exception: page fault on read access to 0x00000018 in 32-bit code
(0x7797a5b2).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:7797a5b2 ESP:7e9fb988 EBP:7e9fb9bc EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:7798d578 ECX:7e601690 EDX:00000000
ESI:7e6018b0 EDI:00000000
Stack dump:
0x7e9fb988: 7797454f 00000000 00000000 7e9fb9ac
0x7e9fb998: 77974257 77ec6fbd 7e6014e8 77ec70c7
0x7e9fb9a8: 00000002 00000005 7798d578 7e611b40
0x7e9fb9b8: 00000000 7e9fb9cc 77977daf 7e601900
0x7e9fb9c8: 00000000 7e9fb9ec 77977e27 7e611b40
0x7e9fb9d8: 00000000 00000002 00000002 000000f5
Backtrace:
=>1 0x7797a5b2 MSI_RecordGetFieldCount+0x7 in msi (0x7e9fb9bc)
2 0x77977daf MSI_ViewExecute+0x36 in msi (0x7e9fb9cc)
3 0x77977e27 MsiViewExecute+0x6d in msi (0x7e9fb9ec)
4 0x10002f9a AddLocalAlwaysInstalledCA+0xbda in customactiondll (0x00000000)
0x7797a5b2 MSI_RecordGetFieldCount+0x7 in msi: movl 0x18(%eax),%eax
Wine-dbg>WineDbg terminated on pid 0xa
[/media/cdrw_dvdrw]$
This doesn't happen immediately (it drops back to a shell prompt beforehand),
but it happens before any dialog comes up.
--
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=2068
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-28-03 11:16 -------
no feedback, assuming fixed
--
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=1912
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-28-03 11:12 -------
marking fixed ... as suggested ;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.