https://bugs.winehq.org/show_bug.cgi?id=53523
Bug ID: 53523
Summary: imm32:imm32 - test_default_ime_window_creation() fails
frequently on Windows 10 2004+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: imm32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
imm32:imm32 - test_default_ime_window_creation() fails frequently on Windows
10:
imm32.c:1351: Test failed: Expected no IME windows
https://test.winehq.org/data/patterns.html#imm32:imm32
The failures happen most frequently on Windows 10 2004 to 2009, but still
happen all the way up to 21H2 where they sometimes combine with the failure
from bug 53521.
--
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=53514
Bug ID: 53514
Summary: Characters and objects are black in Jack Keane
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
Created attachment 72871
--> https://bugs.winehq.org/attachment.cgi?id=72871
splash screen
wine-7.14-106-gbfc73b0b80a
ubuntu 22.04
GTX560M + nvidia driver 390.151
--
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=53509
Bug ID: 53509
Summary: mshtml:script - The xhr.js / 10 tests sometimes fail
on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mshtml:script - The xhr.js / 11 tests sometimes fail on Windows:
script.c:3715: Running xhr.js script in 10 mode...
script.c:3288: Abort(80004004 0)
script.c:3119: Test failed: ReportResult failed: 80ef0001
...
script.c:3715: Running navigation.js script in quirks mode...
script.c:3288: Abort(80004004 0)
script.c:3119: Test failed: ReportResult failed: 80ef0001
https://test.winehq.org/data/patterns.html#mshtml:script
I did not find the 80ef0001 error code.
The failures happen in about 3.2% of the runs on:
* w7u 32-bit Windows 7
* w8 32-bit Windows 8.1
* w10pro64 64-bit Windows 10 21H1
--
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=53507
Bug ID: 53507
Summary: riched20:editor - test_WM_PASTE() sometimes fails on
Windows 10 and in KDE
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
riched20:editor - test_WM_PASTE() sometimes fails on Windows 10 and in KDE:
editor.c:5608: Test failed: test paste: strcmp = -1, actual = ''
https://test.winehq.org/data/patterns.html#riched20:editor
This is most likely because some other process interferes with the clipboard
such that it is empty by the time the test attempts a paste.
--
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=53475
Bug ID: 53475
Summary: Hang: underrun of data / failed to create thread
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dsound
Assignee: wine-bugs(a)winehq.org
Reporter: ilkka.prusi(a)gmail.com
Distribution: ---
Playing Alansya Chronicles in some situations the game will hang and needs to
be forcibly closed. This happens on all Wine 7.x versions and I haven't tested
with older versions of Wine.
There are specific log entries to note when this hang occurs:
(wine:3413): GStreamer-WARNING **: 22:20:23.968: failed to create thread: Error
creating thread: Resource temporarily unavailable
028c:fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!
Game uses many short audio samples during playback so perhaps thread pool is
exhausted? Second entry would indicate that there is synchronization issue in
the playback.
But there is another indication that the dsound code is iffy:
01a0:err:quartz:DSoundRender_SendSampleData WaitForSingleObject() returned 0.
This log entry is triggered when This->flush_event is signalled and the code is
expecting timeout. This by itself is already strange looking code (from
Win32-style standpoint), but what the code does next is even stranger.
Flush event looks like it is meant as signal that code trying to write should
exit, the comment says that much:
/* Signaled when a flush or state change occurs, i.e. anything that needs
* to immediately unblock the streaming thread. */
But when DSoundRender_SendSampleData() gets the signalled event it goes back
and tries to continue the loop instead of exiting.
I suspect the code expects that This->sink.flushing would have been set already
when the event is signalled but apparently it isn't.
However, having DSoundRender_SendSampleData() bail out on the event does not
fix the hang, which would indicate there is more to the issue than just one
part.
So, maybe DSoundRender_SendSampleData() could check that if
WaitForSingleObject() returns 0 (event signalled) it could just exit and log
that instead of trying to repeat? It seems to be normal occurrence instead of
error?
The state management seems oddly complicated and like it was added later than
by design initially? I suspect this could be made much simpler to avoid the
issue.
If there is race condition in state management, is it possible the code will
hang indefinitely in DSoundRender_HandleEndOfStream()? That looks like a
possible place that would explain the hang I'm seeing.
--
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=53506
Bug ID: 53506
Summary: ddraw:ddraw2 - test_coop_level_mode_set() sometimes
loses the surface on the w8 VM and crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ddraw:ddraw2 - test_coop_level_mode_set() sometimes (~7%) loses the surface on
the w8 VM and crashes:
ddraw2.c:3708: Test failed: Failed to create surface, hr 0x887601c2.
ddraw2.c:3708: this is the last test seen before the exception
0c54:ddraw2: unhandled exception c0000005 at 00493225
https://test.winehq.org/data/patterns.html#ddraw:ddraw2
Where 0x887601c2 == DDERR_SURFACELOST.
Strangely enough this does not happen on the w864 VM.
--
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=53145
Bug ID: 53145
Summary: kernel32:loader - map_image_section() sometimes fails
on Windows 10 2004+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:loader - map_image_section() sometimes fails on Windows 10 2004+:
loader.c:720: Test failed: 1219: wrong status c000011b/c0000130
loader.c:720: Test failed: 1224: wrong status c000011b/c000007b
[...]
loader.c:720: Test failed: 1260: wrong status c000011b/0
loader.c:720: Test failed: 1264: wrong status c000011b/0
[...]
loader.c:724: Test failed: 1444: failed with c000011b expected fallback
loader.c:720: Test failed: 1450: wrong status c000011b/0
loader.c:724: Test failed: 1450: failed with c000011b expected fallback
loader.c:720: Test failed: 1456: wrong status c000011b/0
[...]
loader.c:720: Test failed: 1494: wrong status c000011b/0
https://test.winehq.org/data/patterns.html#kernel32:loader
The exact number of failures changes with each run but at least the status
values don't change much.
--
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=53481
Bug ID: 53481
Summary: Scrollbars in Visio 2003 can't be interacted with the
mouse in Wine 7.14
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: winebugs(a)copysoft.org
Distribution: ---
The latest version of Wine 7.14 breaks the scroll bars in Visio 2003, the
scroll bars can't be interacted with the mouse, you can not drag the bar and
you can't click in the arrow buttons either.
The bars resize and slide properly when you zoom over the document in Visio, is
just the mouse interaction that doesn't work.
I've run a bisect and this appears to be the culprit commit:
419893519c0660a765ebb9898b5ccf64c273b0cf is the first bad 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.
--
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=53436
Bug ID: 53436
Summary: Can't recognize ')' as an internal or external
command, or batch script.
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Wine when running the following command file:
------------
if "x"=="x" echo A & (if exist z (echo B) else (echo C))& echo D
------------
On Windows the output is:
------------
c:\workspace>test.cmd
c:\workspace>if "x" == "x" echo A & (if exist z (echo B ) else (echo C ) )
& echo D
A
C
D
------------
On Wine 7.13, the output is:
------------
$ wine64 test.cmd
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
Z:\home\user\workspace>if "x"=="x" echo A & (if exist z (echo B) else (echo
C))& echo D
A
C
Can't recognise ')' as an internal or external command, or batch script.
D
------------
Similar syntax is used in Msys2's msys2_shell.cmd file causing it to get stuck
in an infinite loop.
--
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=53416
Bug ID: 53416
Summary: Scrollbars don't work in multiple applications
Product: Wine
Version: 7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
E.g. in Audacity 2.4.2.
Open any audio file, zoom in (Ctrl + Mouse Up/Down), try to use the lower
horizontal bar. It doesn't react to mouse clicks at all.
--
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.