https://bugs.winehq.org/show_bug.cgi?id=46851
Bug ID: 46851
Summary: Can't input Japanese text after updating to 4.4.
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: imm32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: fd7cda93a33c9f65a6c1d1d530738c9fe4b9edf4
Distribution: Ubuntu
I can't input Japanese text to notepad.exe after updating to 4.4. I use Fcitx
to input Japanese text.
In Wine 4.3, it works fine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53557
Bug ID: 53557
Summary: Cursor not locking roblox wayland
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: logantorres000(a)gmail.com
Distribution: ---
On roblox on windows and X, the cursor locks like it normally should when you
right click to move camera. but on Wine with wayland, it doesn't lock on right
click
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53555
Bug ID: 53555
Summary: zello
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benkei2469samurai(a)gmail.com
Distribution: ---
Created attachment 72916
--> https://bugs.winehq.org/attachment.cgi?id=72916
zello- tool- options crash
click option tub then 100% clash
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53364
Bug ID: 53364
Summary: mouse does not move scroll bar in document window of
Framemaker 8
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Moving the scroll bar with the mouse in a document window
of Framemaker 8 does no longer work: The scroll bar does
not move when dragging with the mouse. This works fine in
previous versions of wine.
A bisect gives this commit:
commit 419893519c0660a765ebb9898b5ccf64c273b0cf
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Jun 30 17:12:46 2022 +0200
win32u: Move scroll tracking implementation from user32.
Unfortunately it seems to be no longer possible to download
a demo version of Framemaker. Maybe you have one from earlier
bugs reports?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53487
Bug ID: 53487
Summary: Witcher 3 input keyboard don't work
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iroalexis(a)outlook.fr
Distribution: ---
With Wine 7.14 on The Witcher 3, the keyboard input isn't recognized/capture
(not sure) by the game but alt+atb and alt+f4 works.
Maybe there may be other games affected but on those I own it isn't case. If
this is the case, feel free to change the title.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53495
Bug ID: 53495
Summary: Wine d2d doesn't render "HP" text in Vestaria Saga
Non-Visual Battles
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: rjtulloh(a)gmail.com
Distribution: ---
Created attachment 72850
--> https://bugs.winehq.org/attachment.cgi?id=72850
direct2d trace log
When battles occur with the "Visual Battles" option disabled in Vestaria Saga,
an "HP" label is drawn next to the remaining HP of both units. This text does
not render correctly when using Wine to run the English Version published by
Dangen Entertainment on Steam. Instead, two boxes with X marks are shown.
This issue is peculiar to the English version. The text correctly renders in
the original Jaapanese release, as well as in the sequel (also published by
Dangen). The difference appears to be due to the use of different encoding -
Dangen's version of Vestaria Saga uses glyphs from the Full Width Latin
Capital Letter Unicode block (U+FF28, U+FF30) for the HP label, while other
versions and games use a simple ASCII string.
I've attached a log captured with WINEDEBUG=+d2d.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53366
Bug ID: 53366
Summary: Can't compile AES-CCM support prior to GNUTLS version
3.4.0
Product: Wine
Version: 7.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 72752
--> https://bugs.winehq.org/attachment.cgi?id=72752
Patch makes AES-CCM conditional to GNUTLS version >= 3.4.0
Hello,
AES-CCM support was added in GNUTLS version 3.4.0 [1]
Since commit 99e2f4caca474d14efd55e6a008bd57c720e0fd7, compiling on GNUTLS
3.3.30 (shipped with Debian 8) fails with undefined GNUTLS_CIPHER_AES_128_CCM
and GNUTLS_CIPHER_AES_256_CCM in dlls/secur32/schannel_gnutls.c.
The attached patch fixes the compilation error by adding conditional
pre-processor statements around them.
[1] https://www.gnutls.org/abi-tracker/changelog/gnutls/3.4.4/log.html
Regards.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52957
Bug ID: 52957
Summary: Invisible pop-ups text in SeaMonkey 2.53.12
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 72328
--> https://bugs.winehq.org/attachment.cgi?id=72328
SeaMonkey 2.53.12 popup menu
Steps to reproduce: none, just install and run. Right mouse click anywhere.
Text will be invisible (painted black) on the black background.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52610
Bug ID: 52610
Summary: Memory corruption in PE build, when using FIXME in
krnl386.exe __wine_vxd_open() function
Product: Wine
Version: 7.3
Hardware: x86-64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
In the PE build (only), calling FIXME("anything\n") in the krnl386.exe
__wine_vxd_open() function causes the contents of the filename parameter to get
overwritten with "l.dll".
This is a recent regression, bisected to:
6ebcc54a5c2c4b5724571f37ab41e99ee9e49acb is the first bad commit
commit 6ebcc54a5c2c4b5724571f37ab41e99ee9e49acb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Nov 11 11:38:31 2021 +0100
makefiles: Explicitly import all the needed libraries.
Don't rely on winegcc adding any default libraries.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/krnl386.exe16/Makefile.in | 3 +-
tools/makedep.c | 162 +++++++++++++++++++++--------------------
tools/winegcc/winegcc.c | 4 -
3 files changed, 85 insertions(+), 84 deletions(-)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52601
Bug ID: 52601
Summary: The Settlers V: crashes when starting
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: svgr(a)posteo.de
Distribution: ---
Created attachment 71930
--> https://bugs.winehq.org/attachment.cgi?id=71930
Console Output
The Settlers V Gold Edition crashes when starting. The game will crash even if
you start it from the autorun program on the disc.
I think this problem is a regression in Wine. There are Wine 5.X versions were
the game seems to work. The game also works fine on Windows 7.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.