https://bugs.winehq.org/show_bug.cgi?id=56244
Bug ID: 56244
Summary: SplashTop RMM client for Atera fails after upgrade to
Wine 9.0
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patm(a)ait.cx
Distribution: ---
Created attachment 75950
--> https://bugs.winehq.org/attachment.cgi?id=75950
Wine debugger backtrace
The program has been stable on all of the version 8 releases. After upgrading
to version 9.0 the SplashTop RMM client fails to load and Wine Debugger posts
this error: "The program strwincltt.exe has encountered a serious problem and
needs to close.
--
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=55897
Bug ID: 55897
Summary: cpython 3.12.0 crashes due to unimplemented CopyFile2
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: tobias-winehq(a)23.gs
Distribution: ---
Newer Python versions (starting with 3.12.0) contain an optimized
implementation of shutil.copy2
(https://devdocs.io/python~3.11/library/shutil#shutil.copy2), which uses
kernel32.CopyFile2 in the background (Implementation:
https://github.com/python/cpython/pull/105086/files#diff-db8ac5932616071392…).
This leads to crashes if this method is used. Unfortunatly, this method is used
by pip in some cases, so a random `wine pip install pysftp` leads to a crash...
To reproduce:
1. Install Python 3.12.0 from https://www.python.org/
2. Run `wine python -c 'import shutil; shutil.copy2("a", "b")'`
--
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=52642
Bug ID: 52642
Summary: game with avi video as opening will freeze when
started
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
Created attachment 71963
--> https://bugs.winehq.org/attachment.cgi?id=71963
wine console log
seems something error with avi codec
Affect game: VirtualLife2
--
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=37676
Bug ID: 37676
Summary: The Settlers II: 10th Anniversary 2.0 (GOG.com)
doesn't work out of the box
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bog_dan_ro(a)yahoo.com
Distribution: ---
GOG.com version http://www.gog.com/game/the_settlers_2_10th_anniversary it
needs directx9 to be installed, otherwise S2DNG.exe it just exits and
S2DNGEditor.exe crashed with the attached backtrace.
I'm pretty sure that GOG will give any developer a copy of the game, if not
please mail me and I'll buy one for you (or share my own one).
--
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=56093
Bug ID: 56093
Summary: msys/pacman: fails with "fixup_mmaps_after_fork:
VirtualQueryEx failed"
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Updating a msys2 installation via "pacman -Suy" fails in below way.
This is a result of the parent process doing a DuplicateHandle with
PROCESS_QUERY_LIMITED_INFORMATION and inheriting this to the forked process.
This fork tries to recreate the mappings of the parent but fails
the VirtualQueryEx call with this inherited handle of the parent process.
It does fail because in wine it leads to a call to get_process_from_handle
with PROCESS_QUERY_INFORMATION which the handle was not created with.
msys2 does intentionally use PROCESS_QUERY_LIMITED_INFORMATION instead
of PROCESS_QUERY_INFORMATION with DuplicateHandle on windows 8.1 and up.
wine bash.exe --login
pacman -Suy
0 [main] pacman 1051 fixup_mmaps_after_fork: VirtualQueryEx failed for
MAP_PRIVATE address 0x6FFFFFFF0000, Win32 error 5
562 [main] pacman 1051 C:\msys64\usr\bin\pacman.exe: *** fatal error in
forked process - recreate_mmaps_after_fork_failed
In the parent process:
https://github.com/msys2/msys2-runtime/blob/msys2-3.4.10/winsup/cygwin/sigp…
In the child process:
https://github.com/msys2/msys2-runtime/blob/msys2-3.4.10/winsup/cygwin/mm/m…
--
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=46074
Bug ID: 46074
Summary: Visio 2013 crashes with unimplemented function
msvcr100.dll.??0_ReaderWriterLock@details@Concurrency@
@QAE@XZ
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Continuation of bug 41419
wine: Call from 0x7b43d18b to unimplemented function
msvcr100.dll.??0_ReaderWriterLock@details@Concurrency@@QAE@XZ
--
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=56195
Bug ID: 56195
Summary: Device name inconsistent casing between
GetRawInputDeviceInfo and PnP
Product: Wine
Version: 9.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: pnpmgr
Assignee: wine-bugs(a)winehq.org
Reporter: nick(a)windblume.net
Distribution: ---
Created attachment 75905
--> https://bugs.winehq.org/attachment.cgi?id=75905
Sample application with bug
(Fedora 39, wine 9.0-rc5 from official rpm repo)
This seems to affect hotplug detection in some games, where the program is
keying on the device name to manage the joystick/joypad devices.
I have attached a sample application exhibiting the behaviour. To test, have
e.g. a DualSense controller attached, then reconnect it. It is then clear that
the hash returned initially is upper case, whilst the name in the
DEV_BROADCAST_DEVICEINTERFACE struct later is lower case.
On Windows 10, the two strings end up to be the same.
--
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=56054
Bug ID: 56054
Summary: Microsoft Safety Scanner crashes on exit on
unimplemented function tbs.dll.GetDeviceIDString
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 75710
--> https://bugs.winehq.org/attachment.cgi?id=75710
Terminal output
All you have to do to reproduce the crash is open the program and immediately
close it.
$ sha256sum MSERT.exe
8a885021b8c41fb8578cfa50a0c3a706c6b1b7fb7fd3faddcc48bd8eb7f8f091
--
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.