https://bugs.winehq.org/show_bug.cgi?id=55726
Bug ID: 55726
Summary: user32:menu - test_menu_input()'s tests 28 and 29
fails on Windows (and Linux)
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:menu - test_menu_input()'s tests 28 and 29 fails on Windows (and Linux).
This is pretty rare though:
2023-02-21 fg-deb64-t32 Test failed: test 28
2023-05-22 w1064v1709-64 Test failed: test 29
2023-07-14 w1064v1709-64 Test failed: test 29
2023-10-02 w1064v1709-64 Test failed: test 28
See https://test.winehq.org/data/patterns.html#user32:menu
This is similar to bug 53187 except that bug only happens in non-English
locales and happens a lot more frequently (daily), whereas this one only
happens in English locales and is quite rare.
--
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=55687
Bug ID: 55687
Summary: dmime:dmime - test_performance_pmsg() sometimes gets a
bad type on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dmime:dmime - test_performance_pmsg() sometimes gets a bad type on Windows:
dmime.c:2458: Test failed: got dwType 0xb
dmime.c:2458: Test failed: got guidNotificationType
{2437d6f8-d552-0802-0000-0000d0ea0d00}
dmime.c:2458: Test failed: got dwNotificationOption 0x38
dmime.c:2467: Test failed: got 0x3
dmime.c:2526: Test failed: got guidNotificationType
{81f75bc5-4e5d-11d2-bcc7-00a0c922e6eb}
dmime.c:2526: Test failed: got dwNotificationOption 0x1
dmime.c:2535: Test failed: got guidNotificationType
{d2ac2899-b39b-11d1-8704-00600893b1bd}
dmime.c:2535: Test failed: got dwNotificationOption 0x2
See https://test.winehq.org/data/patterns.html#dmime:dmime
The first instance happened on 2023-09-25:
* 2023-09-26 win21H1_newtb-w10pro64-en-AE-u8-32
* 2023-09-25 win1809_newtb-w1064v1809-32
* 2023-09-25 win7_newtb-w7u-2qxl
--
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=55711
Bug ID: 55711
Summary: elf_search_auxv can't find symbol in module
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: weiliangcdt(a)gmail.com
Distribution: ---
Using wine 8.17 to run sqlyog 64bit 12.08, when connect to database, app will
force close with error "0118:fixme:dbghelp:elf_search_auxv can't find symbol in
module".
After downgrade back to wine 8.16, everything back to normal
my OS is ubuntu 22.04.3
--
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=55353
Bug ID: 55353
Summary: D2D Rendering glitches in QSpice
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: ln(a)calcifer.ee
Distribution: ---
Created attachment 74937
--> https://bugs.winehq.org/attachment.cgi?id=74937
Minimal log from application startup
When starting QSpice, it first displays the main canvas properly, but already
the one in the lower left corner has a black background.
When loading in an example or simply adding a component, the main canvas also
goes black. Symbols, text, etc. seem to be rendered properly, but only the
background glitches out and becomes solid black.
The application installer is available from
https://getqspice.com/InstallQSPICE.exe
Unfortunately the application checks for wine, but wine-staging with "Hide wine
version from applications" enabled works.
--
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=55707
Bug ID: 55707
Summary: Wine seems to not be sending TVN_ITEMCHANGING and
TVN_ITEMCHANGED notifications when a panel uses
TVM_SELECTITEM to select a single item on a treeview
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cadbusca(a)gmail.com
Distribution: ---
There is a very important component for the music player Foobar2000 (V2.0
32bits) called 'Album list panel' that was working fine until its version 1.0.
Since version 2.0, a new feature was implemented which is:
"The ability to select multiple items using Ctrl and Shift keys was added. This
includes Shift-clicking, Ctrl-clicking, and holding Shift when pressing
navigation keys." [on a treeview] and selecting a single or multiple items from
the component treeview stopped working.
I opened a PR on the component github repository at:
https://github.com/reupen/album_list_panel/issues/179 and the developer pointed
out that the issue may be caused by some issue with Wine not be sending
TVN_ITEMCHANGING and TVN_ITEMCHANGED notifications when a panel uses
TVM_SELECTITEM to select a single item of a treeview
How to reproduce:
1) Install foobar2000 V2.0 32bits from https://www.foobar2000.org/download
2) Install the latest version of the following Foobar2000 components:
https://yuo.be/columns-ui
and
https://yuo.be/album-list-panel
3) Insert a album-list-panel to foobar
4) Selecting one or more items on the treeview have no effect
5) More details including a small video of the issue can be seen here:
https://github.com/reupen/album_list_panel/issues/179
I'm willing to test when a fix is available.
--
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=55704
Bug ID: 55704
Summary: Installer of SteuerSparErklärung 2023 (german tax
program) fails to copy created license file (new
WOW64)
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Created attachment 75216
--> https://bugs.winehq.org/attachment.cgi?id=75216
Log file with +file
The installer of the "SteuerSparErklärung 2023" fails to copy the (correctly
created) license file to the destination directory. This happened in the new
WOW Mode (cannot test in 32 Bit compile). A workaround is to copy the
file manually.
The license file is created in the installers temp directory
"./drive_c/users/work/Temp/Win-SteuerSparErklaerung_28.32.67/Data/SteuerprogrammSetup/License/"
as License.aavdrm (version number in the path may be different)
and should be copied in the program directory
"/drive_c/Program Files (x86)/Akademische
Arbeitsgemeinschaft/SteuerSparErklaerung 2023/license".
In the destination directory exists a file with the same name but
different (useless) content.
A log file with +file is attached.
--
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=46941
Bug ID: 46941
Summary: Canon EOS Utility doesn't start
Product: Wine
Version: 4.4
Hardware: x86-64
URL: https://www.canon.it/support/consumer_products/product
s/cameras/digital_slr/eos_700d.html?type=software&lang
uage=it&os=windows%207%20(64-bit)&softwaredescriptioni
d=tcm:80-1330031
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: Mint
Created attachment 64064
--> https://bugs.winehq.org/attachment.cgi?id=64064
console output
I downloaded Canon EOS Utility 2.14.20a from here
https://www.canon.it/support/consumer_products/products/cameras/digital_slr…
but the .exe doesn't start. I get an error saying "The file is damaged.
Re-obtain a valid file". I attched my log file.
--
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=55642
Bug ID: 55642
Summary: Diablo 2 mods: Connectivity issues
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mysteryx93(a)protonmail.com
Distribution: ---
Diablo 2, Project Diablo 2 mod
https://www.projectdiablo2.com
If launched via Lutris, it fails to connect at all: "Cannot connect to
Battle.Net".
If launched via Bottles, it connects, but I get 1000ms lag spikes.
Either way, the game is unplayable. Running it in a VM works fine.
OS: Garuda Linux
--
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=49602
Bug ID: 49602
Summary: Missing functionality for Sumatra PDF 3.2
Product: Wine
Version: 5.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I have tried the software “Wine 5.13-1186.1” out again because I would like to
check the collaboration of another well-known PDF tool here.
Print tries succeeded for a few documents.
I got the following log during my test attempt.
elfring@Sonne:~> wine /home/elfring/geladen/Freeware/SumatraPDF-3.2-64.exe
0378:fixme:process:SetProcessDEPPolicy (1): stub
0378:err:ole:CoGetClassObject class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:err:ole:CoGetClassObject class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:err:ole:create_server class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
…
0378:fixme:commdlg:PrintDlgExW (000000000021DC10) semi-stub
0378:fixme:commdlg:PRINTDLG_UpdatePrintDlgW Collate lppd not yet implemented as
output
0394:fixme:winspool:SetJobW Ignoring everything other than document title
0378:err:ntdll:RtlLeaveCriticalSection section 0000000000912720 is not acquired
…
How are the chances to complete the mentioned function implementations?
--
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=55698
Bug ID: 55698
Summary: secur32:negotiate & secur32:ntlm fail on macOS due to
lack of NTLM support
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
secur32:negotiate & secur32:ntlm fail on macOS due to lack of NTLM support.
secur32:negotiate:
negotiate.c:136: Test failed: AcquireCredentialsHandleA returned c0000001
negotiate.c:246: Tests skipped: setup_client returned c0000001, skipping test
secur32:ntlm:
ntlm.c:1358: Test failed: NTLM package not installed, skipping test
ntlm.c:1282: Test failed: NTLM package not installed, skipping test
See https://test.winehq.org/data/patterns.html#secur32:negotiatehttps://test.winehq.org/data/patterns.html#secur32:ntlm
Where 0xc0000001 == STATUS_UNSUCCESSFUL
This may be happening because of missing libraries (or rather ntlm_auth?) on
Remi's macOS test machines (see rbernon-macos-*).
--
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.