https://bugs.winehq.org/show_bug.cgi?id=55619
Bug ID: 55619
Summary: VOCALOID AI Shared Editor v.6.1.0 crashes with
System.Management.ManagementObject object construction
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: theboomtnt46(a)gmail.com
Distribution: ---
Created attachment 75156
--> https://bugs.winehq.org/attachment.cgi?id=75156
Crash log
VOCALOID AI Shared Editor v.6.1.0 crashes while initializing.
Logs attached.
wine-8.16 (Staging)
kubuntu linux 23.04
--
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=55268
Bug ID: 55268
Summary: user32:cursoricon - LoadImageA() fails in
test_monochrome_icon() on Windows 8+
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:cursoricon - LoadImageA() fails in test_monochrome_icon() on Windows 8+:
cursoricon.c:2853: monochrome, bitmap info
cursoricon.c:2917: Test failed: LoadImage() failed with 0.
See https://test.winehq.org/data/patterns.html#user32:cursoricon
The call below has been failing systematically on Windows 8+ for more than 8
months:
handle = LoadImageA(NULL, "icon.ico", IMAGE_ICON, 0, 0,
LR_LOADFROMFILE);
ok(handle != NULL ||
broken(use_core_info && handle == NULL), /* Win 8, 10 */
"LoadImage() failed with %lu.\n", GetLastError());
So on Windows 8+ we expect to get NULL only if use_core_info is true but in
fact we get NULL even if it is false. That makes this test pretty pointless.
--
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=55724
Bug ID: 55724
Summary: mfmediaengine:mfmediaengine sometimes gets a
threadpool assertion 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: ---
mfmediaengine:mfmediaengine sometimes gets a threadpool assertion in Wine:
mfmediaengine.c:147: created L"C:\\users\\winetest\\Temp\\rgb32frame.bmp"
Unhandled exception: assertion failed in 32-bit code (0x7bc24980).
[...]
Backtrace:
=>0 0x7bc24980 raise_status+0x30(status=0x80000101, rec=00000000)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/exception.c:201]
in ntdll (0x0499fd20)
1 0x7bc249a9 in ntdll (+0x249a9) (0x0499fd40)
2 0x7bc24d7b debugstr_a(str="!object->num_running_callbacks",
file="../wine/dlls/ntdll/threadpool.c", line=0x84c)
[/home/winetest/tools/testbot/var/wine-win32/../wine/include/wine/debug.h:507]
in ntdll (0x0499fd70)
3 0x7bc24d7b _assert+0x1b(str="!object->num_running_callbacks",
file="../wine/dlls/ntdll/threadpool.c", line=0x84c)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/exception.c:627]
in ntdll (0x0499fd70)
4 0x7bc5cb88 tp_object_release+0x198(object=<register EBX not accessible in
this frame>)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/threadpool.c:2123]
in ntdll (0x0499fdb0)
5 0x7bc60645 TpReleaseWait+0x35(wait=013E32C8)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/threadpool.c:2117]
in ntdll (0x0499fde0)
6 0x6b141a08 work_item_Release+0x6e(iface=<internal error>)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/rtworkq/queue.c:567]
in rtworkq (0x0499fe00)
7 0x6b141a08 work_item_Release+0x88(iface=009E7EA0)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/rtworkq/queue.c:580]
in rtworkq (0x0499fe00)
8 0x6b142f9a waiting_item_cancelable_callback+0x2a(instance=0499FE90,
context=009E7EA0, wait=013E32C8, wait_result=0)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/rtworkq/queue.c:769]
in rtworkq (0x0499fe30)
9 0x7bc5d55a tp_object_execute+0x14a(object=<register EDI not accessible in
this frame>, wait_thread=<register EBX not accessible in this frame>)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/threadpool.c:2248]
in ntdll (0x0499fed0)
10 0x7bc5daf0 threadpool_worker_proc+0x100(param=00249938)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/threadpool.c:2356]
in ntdll (0x0499ff30)
11 0x7b829770 in kernel32 (+0x29770) (0x0499ff48)
12 0x7bc5a557 in ntdll (+0x5a557) (0x0499ff5c)
13 0x7bc5ada0 RtlCreateUserThread(entry=7BC5D9F0, arg=00249938)
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/thread.c:315]
in ntdll (0x0499ffec)
0x7bc24980 raise_status+0x30
[/home/winetest/tools/testbot/var/wine-win32/../wine/dlls/ntdll/exception.c:201]
in ntdll: sub $0x04, %esp
201 for (;;) RtlRaiseException( &ExceptionRec ); /* never returns */
See https://test.winehq.org/data/patterns.html#mfmediaengine:mfmediaengine
There are only two instances so far but both are only days old and the GitLab
CI is impacted too:
2023-10-04 MR!4012 (test-linux-32)
2023-10-02 debian11-fr-32
--
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=55997
Bug ID: 55997
Summary: Dolphin Emulator crashes from 5.0-17624
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windows.gaming.input
Assignee: wine-bugs(a)winehq.org
Reporter: tinozzo123(a)tutanota.com
Distribution: ---
Created attachment 75609
--> https://bugs.winehq.org/attachment.cgi?id=75609
Wine logs when launching Dolphin
Dolphin Emulator doesn't launch on Wine starting from version 5.0-17624.
The commit is the following:
https://github.com/dolphin-emu/dolphin/commit/50550cf978f3712e333953362e5bb….
I don't know what exactly is missing on Wine, but that commit is all about
windows.gaming.input.
--
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=55765
Bug ID: 55765
Summary: The 32-bit d2d1:d2d1 frequently crashes on the GitLab
CI
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The 32-bit d2d1:d2d1 crashes on the GitLab CI:
d2d1.c:7400: Test marked todo: Figure does not match.
Unhandled exception: page fault on write access to 0x00000000 in wow64 32-bit
code (0x79d70bdf).
[...]
Backtrace:
=>0 0x79d70bdf d2d_device_context_Clear+0x7f(iface=<is not available>,
colour=<is not available>)
[/builds/wine/wine/build32/../dlls/d2d1/device.c:1864] in d2d1 (0x0068fc48)
1 0x004261e4 in d2d1_test (+0x261e4) (0x0068fd08)
2 0x0043bacb in d2d1_test (+0x3bacb) (0x0068fd78)
3 0x0043c5b3 in d2d1_test (+0x3c5b3) (0x0068fe18)
4 0x0043d680 in d2d1_test (+0x3d680) (0x0068fee8)
5 0x0043d384 in d2d1_test (+0x3d384) (0x0068ff30)
6 0x7bbf8a70 in kernel32 (+0x28a70) (0x0068ff48)
7 0x7bd89827 in ntdll (+0x59827) (0x0068ff5c)
8 0x7bd8a048 in ntdll (+0x5a048) (0x0068ffec)
0x79d70bdf d2d_device_context_Clear+0x7f
[/builds/wine/wine/build32/../dlls/d2d1/device.c:1864] in d2d1: fst (%eax)
See https://test.winehq.org/data/patterns.html#d2d1:d2d1
It's not clear where in the test the crash happens (particularly with the
parallel execution) but it always follows the trace on line 7400 so it is
likely to be in test_draw_geometry().
Based on the backtrace and current source, the crash happens on this
d2d_device_context_Clear() line, probably because ID3D11DeviceContext_Map()
silently failed:
vs_cb_data->transform_geometry._11 = 1.0f;
The first crash happened on 2023-10-03:
* 2023-10-03 gitlab-debian-32
* 2023-10-04 gitlab-debian-32
* 2023-10-04 MR!4010
* 2023-10-05 MR!3993
* 2023-10-05 MR!4018
* 2023-10-06 gitlab-debian-32
* 2023-10-06 MR!4037
* 2023-10-09 MR!4048
--
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=56243
Bug ID: 56243
Summary: regression: "ShowSystray"=false no longer works
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janbraun(a)gmx.net
Distribution: ---
commit 48e6bf3cf1aabdd2ac640f572416b9169e324f21 "winex11: Use the new
SystrayDock driver interface." removed the "ShowSystray" config key, and
show_systray variable, apparently without replacement. Having to manually close
systray windows is annoying, please reinstate that preference, or something
equivalent.
--
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=56168
Bug ID: 56168
Summary: dbghelp hits assertion in stabs_pts_read_type_def
Product: Wine
Version: 9.0-rc4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
This happened while investigating bug 56101.
Steps to reproduce are:
- download and intstall lazarus-2.2.4-fpc-3.2.2-win32.exe [1]
- download and intstall CheatEngine75.exe [2]
- download extract cheat-engine sources 7.5.tar.gz [3]
- open cheat-engine-7.5/Cheat Engine/cheatengine.lpi
- change project settings:
disable "Use external debug symbols file (-Xg)"
- build cheatengine-i386.exe and replace the version
installed by the offical installer
- run cheatengine-i386.exe from e.g. "c:/Program Files/Cheat Engine 7.5"
This produces this assertion:
Assertion failed: !*stabs_find_ref(filenr1, subnr1),
file .../dlls/dbghelp/stabs.c, line 823
[1]
https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bit…
[2] https://www.cheatengine.org/downloads.php
[3] https://codeload.github.com/cheat-engine/cheat-engine/tar.gz/refs/tags/7.5
--
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=56133
Bug ID: 56133
Summary: explorer.exe: Font leak when painting
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: m101010a(a)gmail.com
Distribution: ---
When using a virtual desktop, the function "draw_launchers" is called every
time the desktop paints. This function creates a font using
"CreateFontIndirectW", but does not delete it, which eventually causes wine to
run out of GDI object handles, causing the desktop to not repaint. This is easy
to reproduce by running a program like https://torcado.itch.io/windowkill that
causes the desktop to constantly repaint.
--
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=46070
Bug ID: 46070
Summary: Basemark Web 3.0 Desktop Launcher crashes
Product: Wine
Version: 3.19
Hardware: x86
URL: http://web.basemark.com/downloads/Basemark_web_30_laun
cher.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 62675
--> https://bugs.winehq.org/attachment.cgi?id=62675
crash log
Fatal Python error: Py_Initialize: can't initialize sys standard streams
OSError: [WinError 6] Invalid handle
sha1sum Basemark_web_30_launcher.exe
c92f5548c62f43353f2dea743854d7edb0f45d70 Basemark_web_30_launcher.exe
du -sh Basemark_web_30_launcher.exe
9.6M Basemark_web_30_launcher.exe
--
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=56582
Bug ID: 56582
Summary: vb3 combobox regression: single click scrolls twice
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Created attachment 76338
--> https://bugs.winehq.org/attachment.cgi?id=76338
example exe
The combobox used in applications created with Visual Basic 3 seems to have got
a regression. It is almost impossible for me to scroll a single line using Wine
9, while it is easy using Wine 8.
Open the application, click the Combo to drop down the list of items, Line1 to
8 is shown. Click the down arrow to scroll a single line. The delay before
further scrolling is much shorter in Wine 9 than Wine 8. Wine 8 is more true to
Windows 98.
I first noticed this in Hogia Hemekonomi but were able to create a small
example exe to avoid a long description on how to reproduce.
git bisect suggests it may be related to
[bb496ea847bb019067ea4b60b9916378ed6fc452]
--
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.