https://bugs.winehq.org/show_bug.cgi?id=57370
Bug ID: 57370
Summary: The Steam systray icon does not respond to mouse
clicks.
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: logos128(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 9e09e1186b71ac31aca5bb2afe83ec9532cf814d
Distribution: ArchLinux
In addition the mouse cursor is hidden when you hover over the systray icon.
The same issue was present in all apps that use systray icons, but commit
5df574b6119423abefa923f2079a54c9ef2bfb76 seems to have fixed it for most apps.
However, Steam is still affected.
Also there are other side effects of this issue. For example, if any other app
with a systray icon is launched in the same session with Steam, both icons
become responsive and react to mouse clicks (incl. Steam's). Then, if the other
app is closed, the Steam systray icon becomes unresponsive again.
--
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=57325
Bug ID: 57325
Summary: regression in 9.20: MS Office 2007 and MS Office 2013
setup fails
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bigfoothart(a)gmail.com
Distribution: ---
regression in 9.20: MS Office 2007 and MS Office 2013 setup fails
Bisected to 9d34c44d8464722c333fdde5313b341504d3ea44 (xml2: Import upstream
release 2.12.8).
1. Run setup.exe.
2. After showing first screen "Please wait while setup prepares the necessary
files" it shows Setup Error:
"Setup cannot continue because a required file is either corrupted or not
available. Run Setup again from the original source disc or download location."
--
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=52105
Bug ID: 52105
Summary: Handle to \Device\NamedPipe\ cannot be used as the
RootDirectory for NtCreateNamedPipeFile
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 2600ecd4edfdb71097105c74312f83845305a4f2
Distribution: ---
Commit 2600ecd4edf (server: Use a separated object for each opened named pipe
device file., 2018-10-29) split the role of the named pipe device and the named
pipe file.
However, in doing so, it changed the semantics of opening \Device\NamedPipe\.
In particular, it is no longer possible to use a handle to \Device\NamedPipe\
as RootDirectory when creating a named pipe.
This bug makes Cygwin's named pipe creation
(https://github.com/cygwin/cygwin/blob/4f47e64b11ed8d47c62fa89e9b971f44b7e9a…)
loop forever.
--
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=57341
Bug ID: 57341
Summary: Heidisql don`t open
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: geralomare(a)sapo.pt
Distribution: ---
Hello,
When I updated my Ubuntu, then HeidiSql stopped opening. I noticed that Wine
changed to version 9.20.
The version I had previously installed was Wine 9.0 which worked well.
I hope you can check and resolve the issue in the next version.
Thanks
Omare Pereiras
--
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=57423
Bug ID: 57423
Summary: Active window no longer receives keyboard input after
losing and regaining focus (only in virtual desktop)
Product: Wine
Version: 9.21
Hardware: x86-64
URL: https://www.strandedonline.de/s2_download.php
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: rbernon(a)codeweavers.com
Regression SHA1: 0dc7e4046836595335cd64c92cc132791d78fba4
Distribution: ArchLinux
After alt-tabbing out of the running application then switching back to it the
application no longer receives keyboard inputs. Pressed key are appearing in
the terminal instead. Mouse keeps functioning properly. Seems to only affect
virtual desktop mode.
Reverting commit
0dc7e4046836595335cd64c92cc132791d78fba4
(winex11: Ignore focus changes during WM_STATE transitions.)
fixes the problem for me.
Tested on XFCE 4.18 using XFWM window manager.
X.Org X Server 1.21.1.14.
Stranded 2 demo can be used to reproduce the problem. Start <Adventure> from
the main menu, use WASD to move around. After alt-tabbing keyboard no longer
works.
stranded2_setup_en.exe 12 MB
md5sum: 036adad1e0047419ac1d510572f542a1
wine-9.21-138-gae6366b33c7
--
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=57388
Bug ID: 57388
Summary: Major perf loss with blocking ReadFile() & OVERLAPPED
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: nyandarknessgirl(a)gmail.com
Distribution: ---
When using usual blocking file IO & File pointer - based reads (Passing NULL to
ReadFile(lpOverlapped)), the performance is relatively similar to native
`read()` syscall on the host.
However, when passing an OVERLAPPED structure to ReadFile() on a file opened in
blocking mode (For pread-like behavior), the performance drops significantly
compared to a native pread() syscall on the host. It would be a good thing to
fix this, as positioned IO is pretty useful for a lot of apps. Some performance
measures:
Native Linux pread() test
512b reads: 1239998.666753 IOPS, 605.468099 MiB/s
4k reads: 1246816.786350 IOPS, 4870.378072 MiB/s
1M reads: 20914.414868 IOPS, 20914.414868 MiB/s
Wine 9.20 on the same host, blocking ReadFile() with OVERLAPPED file position
512b reads: 76785.134791 IOPS, 37.492742 MiB/s
4k reads: 74402.319471 IOPS, 290.634060 MiB/s
1M reads: 14141.221307 IOPS, 14141.221307 MiB/s
In both cases file fully resides in pagecache and no actual random IO is
performed, the mere fact that we specify a file position from OVERLAPPED
structure affects performance a lot
--
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=57334
Bug ID: 57334
Summary: FL Studio - Regression - huge graphical glitch
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agarplayerarlon(a)gmail.com
Distribution: ---
Created attachment 77281
--> https://bugs.winehq.org/attachment.cgi?id=77281
video of the issue
Wine 9.20 introduced this major issue where mowing the windows inside the app
doesen't make them render correctly and creates a ton of graphical glitches,
see the attachment for the video of the issue.
Wine 9.19 and below don't have this issue
--
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=57277
Bug ID: 57277
Summary: Wine 9.19 fails to compile
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonfarr87(a)gmail.com
Distribution: ---
As of 9.19 it fails to compile with several errors related to
'dlls/bluetoothapis'
Log 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=56833
Bug ID: 56833
Summary: Installer of LabOne 24.04 stops with error " ...
setup wizard ended prematurely ..."
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 76644
--> https://bugs.winehq.org/attachment.cgi?id=76644
debug log running LabOne installer
The Installer of LabOne 24.04 stops with error " ... setup wizard ended
prematurely ..."
In order to reproduce this, download and run
https://download.zhinst.com/24.04.59173/LabOne64-24.04.59173.msi
--
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=57391
Bug ID: 57391
Summary: FSCTL_DISMOUNT_VOLUME does not work on drives with
spaces in path
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: toadking(a)toadking.com
Distribution: ---
After investigating, it looks like the FSCTL_DISMOUNT_VOLUME ioctl is
implemented by manually calling `umount` on the volume's mount path, but the
program is invoked using `system` instead of via other methods. This means
spaces in the volume path are not handled correctly and the volume is never
actually unmounted.
Reproduction:
* Insert a DVD/Blu-ray and mount it at a path including a space.
* Run `wine eject <drive letter>:
Results: Drive is not ejected
Expected: Drive is rejected
Attached are strace calls on two paths (one with a space, one without) showing
the issue.
--
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.