https://bugs.winehq.org/show_bug.cgi?id=9221
John <john(a)johnandelizabeth.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |john(a)johnandelizabeth.com
--- Comment #57 from John <john(a)johnandelizabeth.com> ---
Hi. I am also trying to get get FFB working with RichardBurnsRally.
I am testing using winehq-staging and using the debug settings mentioned above.
I have a Logitech Driving Force GT which works well in Steam FFB games.
I will attach a log using joy.cpl. Joy.cpl did not trigger any force feedback
in my testing.
Thanks, John
--
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=51764
Bug ID: 51764
Summary: Can't enter non-US symbols in IrfanView's Image Editor
-> Add Text
Product: Wine
Version: 6.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1) Run IrfanView
2) Open any picture or create it
3) Press F12
4) Click A (Text tool) on the panel
5) Click anywhere on your image
6) Try to enter any non-US text - it will not work
My locale is set to en_US.UTF-8.
My keyboard is:
localectl set-x11-keymap "us,ru" pc105 ""
grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp
--
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=54607
Bug ID: 54607
Summary: user32:clipboard - test_string_data() fails on Windows
in mixed locales
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:clipboard - test_string_data() fails on Windows in mixed locales:
clipboard.c:2351: Test failed: 7: wrong size 2 / 3
clipboard.c:2352: Test failed: 7: wrong data "a\x00", expected "\x83\xbf\x00"
025c:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 8: wrong size 3 / 5
clipboard.c:2352: Test failed: 8: wrong data "a\xdf\x00", expected
"\x83\xbf\x83\xc0\x00"
1d98:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 9: wrong size 3 / 5
clipboard.c:2352: Test failed: 9: wrong data "a\xdf\x00", expected
"\x83\xbf\x83\xc0\x00"
1e40:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 10: wrong size 4 / 7
clipboard.c:2352: Test failed: 10: wrong data "a\xdf?\x00", expected
"\x83\xbf\x83\xc0\x83\xc1\x00"
0234:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 11: wrong size 4 / 7
clipboard.c:2352: Test failed: 11: wrong data "a\xdf?\x00", expected
"\x83\xbf\x83\xc0\x83\xc1\x00"
0578:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
See https://test.winehq.org/data/patterns.html#user32:clipboard
A bisect shows that this failure started with the commit below:
commit 605ecafa67a4e034328b69396581e2f9b60d7af3
Author: François Gouget <fgouget(a)codeweavers.com>
AuthorDate: Wed Dec 21 18:48:29 2022 +0100
user32: Fix a SetClipboardData() buffer overflow.
Wine would append a correctly aligned NUL Unicode character to
terminate the string but overflow the buffer by one byte for odd-sized
strings.
Windows instead overwrites the last two buffer bytes with a NUL Unicode
character which ends up being misaligned for odd-sized strings.
The clipboard data has a size field anyway so match the Windows
behavior.
Tweak the tests to show that SetClipboardData() can overwrite half of
the Unicode string's last character.
--
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=54600
Bug ID: 54600
Summary: mfplay:mfplay - test_media_language() sometimes gets a
NULL value in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
mfplay:mfplay - test_media_language() sometimes gets a NULL value in Wine:
mfplay.c:502: Test failed: Unexpected value (null).
See https://test.winehq.org/data/patterns.html#mfplay:mfplay
This would indicate an issue with Wine's GetStreamAttribute(MF_SD_LANGUAGE)
support.
The test was introduced on 2023-01-24 and the first failure happened on
2023-01-25 with a bit over one failure per week since.
--
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.