https://bugs.winehq.org/show_bug.cgi?id=55510
Bug ID: 55510
Summary: Wine incorrectly sets TRANSIENT_FOR/skip_taskbar for
unmapped windows
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: patrick+winehq.org(a)laimbock.com
Distribution: ---
Created attachment 75074
--> https://bugs.winehq.org/attachment.cgi?id=75074
Gnome-shell log
Based on feedback in
https://gitlab.gnome.org/GNOME/mutter/-/issues/2867#note_1822417 filing the bug
here.
Platform: Fedora 38 x86_64 (up-to-date) with wine-8.15.
Steps to reproduce:
1. wine ./EssencePlusVST3_Setup.exe
2. click on '_' in the windows top-right corner
3. window does not minimize
4. click 'X' in the windows top-right corner
5. observe gnome-shell journal messages
See the screencast for live performance.
Maybe related: https://bugs.winehq.org/show_bug.cgi?id=37052 ?
--
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=55450
Bug ID: 55450
Summary: Softerra LDAP Browser needs LDAP_OPT_AUTO_RECONNECT
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Run `docker run --detach -p1389:1389 bitnami/openldap`
2. Run `wine ldapbrowser-4.5.19808.0-x64-eng.msi`
3. Run `wine 'C:\Program Files\Softerra\LDAP Browser 4\ldapbrowser.exe'`
3. Click File > New > New Profile
4. Connect to localhost port 1389 anonymously
"COM Error" is displayed in the main window and "fixme:wldap32:ldap_set_optionA
Unsupported option: 0x91" is spammed to the terminal. 0x91 is
LDAP_OPT_AUTO_RECONNECT.
$ sha256sum ldapbrowser-4.5.19808.0-x64-eng.msi
22fdae1fe8320043e8e9c50e3b4f5bd4d7f6a4b50c4680cc4216a1a65284083d
--
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=54566
Bug ID: 54566
Summary: Speed Busters: not clickable buttons in main menu
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stabilergriller(a)gmail.com
Distribution: ---
Created attachment 74107
--> https://bugs.winehq.org/attachment.cgi?id=74107
Wine Output running programm
Hello,
The game "Speed Busters: American Highways"
[https://appdb.winehq.org/objectManager.php?sClass=application&iId=2832],
bought on GOG [https://www.gog.com/game/speed_busters] installs just fine, but
it's not possible to progress beyond the main menu.
The main menu is fully visible, the mouse cursor itself too, but it's not
actually possible to click on any of the buttons (or other interactive
elements). Nothing seems to happen, when clicking on anything.
Note: In winecfg, it's necessary to "Emulate a virtual desktop". Otherwise the
game will start in full screen mode, and due to that described
non-interactivity, it becomes impossible to leave the game anymore, so you will
get perpetually stuck unless rebooting the computer.
When alt tabbing the game running in full screen mode, it can be seen that an
error window from wine is produced in the background, which is not readable,
because the game always immediately commands control back.
--
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=54609
Bug ID: 54609
Summary: 32-bit LDAP Administrator crashes in internal Wine
function proxy_manager_destroy
Product: Wine
Version: 8.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 74138
--> https://bugs.winehq.org/attachment.cgi?id=74138
WINEDEBUG=+ole
If I am reading the OLE trace correctly, the application:
1. Creates a proxy interface:
0110:trace:ole:proxy_manager_construct 01505048 created for OXID
2000000100, OID 3e
2. Sends the pointer to that interface to another thread:
0110:trace:ole:NdrBaseTypeMarshall value: 1505048
3. Releases and frees the interface:
0110:trace:ole:NdrInterfacePointerFree (04D4F594,01505048,1025B69C)
4. Receives the interface pointer on the other thread:
0100:trace:ole:NdrBaseTypeUnmarshall value: 1505048
5. Uses the interface on the other thread, despite it being freed:
0100:trace:ole:ClientIdentity_AddRef 01505048 - before 0
6. Releases and frees the interface again, which crashes:
0100:trace:ole:ClientIdentity_Release 01505048 - after 0
I don't understand how this works without crashing on Windows.
Here are all the traces that mention that interface pointer:
0110:trace:ole:proxy_manager_construct 01505048 created for OXID 2000000100,
OID 3e
0110:trace:ole:ClientIdentity_AddRef 01505048 - before 1
0110:trace:ole:ClientIdentity_Release 01505048 - after 1
0110:trace:ole:std_unmarshal_interface Successfully created proxy 01505048
0110:trace:ole:NdrBaseTypeMarshall value: 1505048
0110:trace:ole:NdrInterfacePointerFree (04D4F594,01505048,1025B69C)
0110:trace:ole:ClientIdentity_Release 01505048 - after 0
0100:trace:ole:NdrBaseTypeUnmarshall value: 1505048
0100:trace:ole:ClientIdentity_AddRef 01505048 - before 0
0100:trace:ole:ClientIdentity_Release 01505048 - after 0
The 64-bit version also crashes, but in a different way, see Bug 54606.
$ sha256sum ldapadmin-4.21.24429.0-x86-eng.msi
9d3e062b9c30d4bd73630b969414f65f969f0eafc5a3835f1ebb246c5c657d2a
--
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=54166
Bug ID: 54166
Summary: Compilation fails with gcc 4.8.4 (error:
‘HTTP_STATUS_CONTINUE’ undeclared)
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 73692
--> https://bugs.winehq.org/attachment.cgi?id=73692
log.txt
Compiling in 32 bit distro with:
compiler version 4.8.4
# gcc --version
glibc 2.19
# ldd --version
config line:
configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-x
--libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compile error in wine-8.0-rc1
In function ‘cups_write_doc’
error: ‘HTTP_STATUS_CONTINUE’ undeclared (first use in this function)
--
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=55471
Bug ID: 55471
Summary: nGlide wrapper produces black screen in games using
the D3D backend
Product: Wine
Version: 8.4
Hardware: x86-64
URL: https://archive.org/download/Wiz8b/Wiz8NetDemoEB.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 46c8a637525d0f1cf67830295fb460c819b800b6
Distribution: ArchLinux
Created attachment 75029
--> https://bugs.winehq.org/attachment.cgi?id=75029
terminal output
I'm using nGlide wrapper v2.10 for old games from the Win95/Win98 era that
support the 3Dfx Glide renderer.
The problem is that most (but not all) of the games just produce a black screen
after startup if <Video backend> is set to <Auto> or <Directx> in the nGlide
configurator. Vulkan backend is working properly.
Some affected games are Descent 3, Die by the Sword, Ultima IX, Wizardry 8,
Tachyon The Fringe, Powerslide.
The problem is present since Wine 8.4 and regression testing points to
commit 46c8a637525d0f1cf67830295fb460c819b800b6
winex11: Separately store the internal pixel format set by
WGL_WINE_pixel_format_passthrough.
To reproduce the problem in Wizardry 8 demo:
1. download and install the nGlide v2.10 wrapper:
https://www.zeus-software.com/downloads/nglide/d-1.html
Configuration is done by running nglide_config.exe. Video backend should be
either <Auto> or <DirectX>.
2. download and install Wizardry 8 demo.
First run 3Dsetup.exe from the game directory. If nGlide v2.10 is installed
then you have the option to select 'Glide2x' as the renderer.
3. start the demo with Wiz8.exe. After a short intro the screen remains black.
nGlide210_setup.exe (3.2 M)
md5sum: cd30d314c3f1470cef1a35300fda1a20
Wiz8NetDemoEB.exe (143 M)
md5sum: 728f87e9768102c71017675a1bb06425
Wine 8.14
X.Org X Server 1.21.1.8
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 535.43.08
--
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=54718
Bug ID: 54718
Summary: msvcr90:msvcr90 - test__get_current_locale() sometimes
gets an unexpected refcount on w10pro64
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
msvcr90:msvcr90 - test__get_current_locale() sometimes gets an unexpected
refcount on w10pro64:
msvcr90.c:2382: Test failed: refcount = 4
See https://test.winehq.org/data/patterns.html#msvcr90:msvcr90
This only happens in 64-bit tests, and only on w10pro64. Yet it has the same
msvcr90 version as the other Windows 10 2004+ VMs:
w10pro64v2004 msvcr90=9.0.30729.9625
w1064v2009 msvcr90=9.0.30729.9625
w10pro64 (21H1) msvcr90=9.0.30729.9625
w1064 (22H2) msvcr90=9.0.30729.9625
w11pro64 msvcr90=9.0.30729.9635
The test already considers a refcount of 2 to be broken (without indicating
why, commit f71f16319816) so maybe the same should be done for a value of 4?
--
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=45273
Bug ID: 45273
Summary: Chessbase 11 cannot draw arrows
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Similar issue to
https://bugs.winehq.org/show_bug.cgi?id=42809
but with slightly differing unimplemented requirements from GdipWidenPath.
Originally mentioned on https://bugs.winehq.org/show_bug.cgi?id=37275
In this case:
0064:fixme:gdiplus:brush_fill_pixels path gradient blend not implemented
0064:fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
0064:fixme:gdiplus:GdipSetCustomLineCapStrokeCaps not implemented
0064:fixme:gdiplus:GdipWidenPath unimplemented end cap ff
0064:fixme:gdiplus:GdipWidenPath unimplemented end cap ff
The first two error messages have been around a long while so are probably
unrelated.
The last two (same) messages are multiplied for each extra arrow drawn, which
probably indicates only the last needs to be implemented.
--
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=55333
Bug ID: 55333
Summary: ws2_32:sock - test_connect_events() sometimes fails in
Wine
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source, testcase
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
It seems to get FD_WRITE *after* FD_CONNECT, resulting in the following failure
messages:
sock.c:6408: Test failed: got events 0x10
sock.c:6409: Test failed: expected timeout
sock.c:6409: Test failed: got events 0x2
I don't immediately know how this can happen. I'm pretty sure we depend on
POLLOUT to trigger both.
--
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=55286
Bug ID: 55286
Summary: msvcrt:file - The 64-bit test_invalid_stdin_child()
sometimes gets a bad stdin handle on Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
msvcrt:file - The 64-bit test_invalid_stdin_child() sometimes gets a bad stdin
handle on Windows 10:
file.c:1762: Test failed: handle = 0000000000000048
file.c:1766: Test failed: info->handle = 0000000000000048
file.c:1769: Test failed: stdin->_file = 0
file.c:1774: Test failed: errno = 22
file.c:1784: Test failed: errno = 22
file.c:1804: Test failed: errno = 22
file.c:1808: Test failed: fclose(stdin) returned 0
file.c:1809: Test failed: errno = -559038737
1dd4:file: 25 tests executed (0 marked as todo, 0 as flaky, 8 failures), 0
skipped.
See https://test.winehq.org/data/patterns.html#msvcrt:file
This failure has only happened in he 64-bit tests on Windows 10 so far but it
is pretty rare so this may not be significant. There are only three known
instances to date:
* 2023-02-06 win21H1_newtb-w10pro64-64 (handle = 4C)
* 2023-02-09 win21H1_newtb-w10pro64-64 (handle = 48)
* 2023-07-19 win22H2_newtb-w1064-64 (handle = 48)
--
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.