https://bugs.winehq.org/show_bug.cgi?id=58017
Bug ID: 58017
Summary: Can no longer move windowed fullscreen window to
alternate monitor
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)mattkeenan.net
Distribution: ---
Created attachment 78279
--> https://bugs.winehq.org/attachment.cgi?id=78279
wine output
I can't move my windowed fullscreen app from the default monitor to my second
monitor. It tries to move but after one frame is drawn it reverts back to the
default monitor.
I suspect the regression is caused by 6a2e414d as this is the only relevant
change that came in 10.4 that wasn't in 10.3.
I reverted 6a2e414d and rebuilt 10.4 and now my windowed fullscreen application
won't open its main window at all.
wine output 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=43585
Bug ID: 43585
Summary: Calling PageSetupDlgA with invalid default printer
leads to an unhandled exception
Product: Wine
Version: 2.15
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kamil.hornicek(a)reactos.org
Created attachment 58997
--> https://bugs.winehq.org/attachment.cgi?id=58997
possible solution
This was tested in Windows XP with Wine's comdlg32.dll.
Steps to reproduce:
1. set Software\Microsoft\Windows NT\CurrentVersion\Windows\Device to a
non-existent printer
2. run comdlg32 printdlg test
Expected result:
PageSetupDlgA should fail with PDERR_NODEFAULTPRN
Acutal result:
test_PageSetupDlgA crashes after null pointer dereference in
GdiConvertToDevmodeW
Remarks:
If the value of the system default printer stored in Software\Microsoft\Windows
NT\CurrentVersion\Windows\Device gets corrupted or is not properly set upon
printer
removal, PageSetupDlgA called with the PSD_RETURNDEFAULT flag will cause an
unhandled exception in gdi32:GdiConvertToDevmodeW after calling it with a null
devmode.
At comdlg32:pagesetup_common@3862 get_default_printer will succeed but the
returned printer will be bogus. Then pagesetup_change_printer will fail trying
to get the default driver. When pagesetup_update_papersize is called few lines
below the devmode stored in the pagesetup_data struct passed to it will be
null, which will lead to the crash.
Solution:
Function comdlg32:pagesetup_common needs to check the return value of
comdlg32:pagesetup_change_printer and return if it fails. Attached is a
possible solution to this bug.
--
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=58015
Bug ID: 58015
Summary: Office 2007 - Incorrect character for empty Product
Key field
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 78275
--> https://bugs.winehq.org/attachment.cgi?id=78275
Wine 10.3
Office 2007 iso from
https://lecrabeinfo.net/telecharger/office-professionnel-plus-2007/
During installation an invalid character (non-null) is displayed in Product Key
field
--
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=58014
Bug ID: 58014
Summary: Different VIRTGPU / vulkan related error messages are
shown at the CLI
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Since Wine 10.3 (or possibly also Wine 10.2) I have noticed under Kubuntu 24.04
LTS and Mesa 25.0 different error messages at the CLI which seems to be Vulkan
related.
test@iMac-4:~$ winecfg
MESA: error: DRM_IOCTL_VIRTGPU_GET_CAPS failed with Keine Berechtigung
MESA: error: DRM_IOCTL_VIRTGPU_CONTEXT_INIT failed with Das Argument ist
ungültig, continuing without context...
MESA: error: DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with Keine Berechtigung
MESA: error: Failed to create virtgpu AddressSpaceStream
MESA: error: vulkan: Failed to get host connection
MESA: error: DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with Keine Berechtigung
MESA: error: Failed to create virtgpu AddressSpaceStream
MESA: error: vulkan: Failed to get host connection
MESA: error: DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with Keine Berechtigung
MESA: error: Failed to create virtgpu AddressSpaceStream
MESA: error: vulkan: Failed to get host connection
MESA: error: DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with Keine Berechtigung
MESA: error: Failed to create virtgpu AddressSpaceStream
MESA: error: vulkan: Failed to get host connection
MESA: error: DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with Keine Berechtigung
MESA: error: Failed to create virtgpu AddressSpaceStream
MESA: error: vulkan: Failed to get host connection
MESA: error: DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with Keine Berechtigung
MESA: error: Failed to create virtgpu AddressSpaceStream
MESA: error: vulkan: Failed to get host connection
MESA: error: DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with Keine Berechtigung
MESA: error: Failed to create virtgpu AddressSpaceStream
MESA: error: vulkan: Failed to get host connection
MESA: error: DRM_VIRTGPU_RESOURCE_CREATE_BLOB failed with Keine Berechtigung
MESA: error: Failed to create virtgpu AddressSpaceStream
MESA: error: vulkan: Failed to get host connection
It looks that those errors are present when no Vulkan support is avaiable. In
my case, I can confirm them for an iMac12,2 which uses the r600 Mesa driver as
well as for an even older iMac5,1 which uses the r300 one.
Otherwise Wine seems to work normally.
--
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=57904
Bug ID: 57904
Summary: OnDemand app crash on wine-10
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: kulaginds(a)gmail.com
Distribution: ---
Created attachment 78148
--> https://bugs.winehq.org/attachment.cgi?id=78148
Exception report by wine
In wine-9 no crash.
It begins at wine-10.
Wine 10 was compiled from sources with flags:
--enable-win64 --enable-archs=x86_64 --disable-win16 --disable-tests
--without-alsa --without-capi --without-coreaudio --without-cups --without-dbus
--without-ffmpeg --without-gphoto --without-gssapi --without-gstreamer
--without-krb5 --without-netapi --without-osmesa --without-oss --without-pcap
--without-pcsclite --without-pulse --without-sane --without-sdl --without-usb
--without-v4l2 --without-wayland --with-x
With packages:
libfontconfig-dev libfreetype-dev libxcursor-dev libxi-dev libxext-dev
libxxf86vm-dev libxrandr-dev libxfixes-dev libxinerama-dev libxcomposite-dev
ocl-icd-opencl-dev libudev-dev libvulkan-dev libgnutls28-dev
At ubuntu:24.04 in container.
--
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=58013
Bug ID: 58013
Summary: My "IsSingleInstance" .NET-app crashes on second
attempt to start
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.franz(a)arcor.de
Distribution: ---
Using of "IsSingleInstance" from Microsoft.VisualBasic.ApplicationServices
produce a crash on second attempt to start this app.
I've converted VB.Net-Apps to C# - on real Windows, this setting still works
fine.
On WineHQ it produces:
Unhandled Exception:
Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException:
This single-instance application could not connect to the original instance.
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[]
commandLine)
at Grid.My.MyApplication.Main(String[] Args) in
G:\NET-Programme\Sourcen\C#\Terminplan\My
Project\MyNamespace.Static.1.Designer.cs:line 118
wine: Unhandled exception 0xe0434352 in thread 4ac at address 7B646E97 (thread
04ac), starting debugger...
regards, Andy
--
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=57259
Bug ID: 57259
Summary: Keepass 2 automatic update dialog is broken
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 77175
--> https://bugs.winehq.org/attachment.cgi?id=77175
Screenshot Wine
See screenshots.
--
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=58010
Bug ID: 58010
Summary: Fallout 3 Error Wine 10.4 Failure to Launch New Game
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mdcarroll6(a)hotmail.com
Distribution: ---
Created attachment 78269
--> https://bugs.winehq.org/attachment.cgi?id=78269
Error Log
Having trouble with running Fallout 3 on Fedora 41 Linux. Used the normal
installation methods and even configured wine to use Windows 7 compatibility
instead of Windows 10. Attached an error log just in case it helps.
--
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=58009
Bug ID: 58009
Summary: Cryptbase: err:module:find_forwarded_export module not
found
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patrick+winehq.org(a)laimbock.com
Distribution: ---
10.4 on Fedora 41 x86_64 shared-WoW64 build.
Error message:
17:37:30 [Kick 3-BNQaijks] [Wine STDERR] 0024:err:module:find_forwarded_export
module not found for forward 'cryptbase.SystemFunction001' used by
L"C:\\windows\\syswow64\\advapi32.dll"
Regression since 10.3 where this issue does not occur, more specifically before
the merging of MR7580
https://gitlab.winehq.org/wine/wine/-/merge_requests/7580
Please let me know if you need more information.
--
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.