https://bugs.winehq.org/show_bug.cgi?id=48085
Bug ID: 48085
Summary: Wine error trying to install Mono after a version
update
Product: Wine
Version: 4.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ronen.rozner(a)gmail.com
Distribution: ---
Created attachment 65637
--> https://bugs.winehq.org/attachment.cgi?id=65637
Backtrace file
It started after an update a few versions ago (4.xx branch, currently running
4.19).
When launching an application, wineconfig will initially run, prompting to
update Mono. Then it will prompt an error (see trace).
The Win application runs normally, so I guess it might not be a severe 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=40613
Bug ID: 40613
Summary: WhatsApp Desktop application not working
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sh.yaron(a)gmail.com
Distribution: ---
Created attachment 54470
--> https://bugs.winehq.org/attachment.cgi?id=54470
Stack trace as appears on cli
WhatsApp for Windows Desktop was released and I tried to install it.
Apparently it requires Windows 8 and greater, I've set it correctly in Winecfg.
Trying to run the WhatsApp installation (ver 0.2.684) renders the error in the
attached 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=56458
Bug ID: 56458
Summary: ntdll tests skipped on win7 & win8: missing entry
point kernel32.RtlPcToFileHeader
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: fgouget(a)codeweavers.com, gijsvrm(a)gmail.com,
julliard(a)winehq.org
Regression SHA1: 38fb2f41ad1347b6e35dc87f6dc358a13d8905cb
Distribution: ---
ntdll_test.exe imports kernel32.RtlPcToFileHeader, which does not exist on
Windows 7 and 8.
The culprit is the direct import, which resolves to kernel32's forwarder. It
should use pRtlPcToFileHeader variable (which stores GetProcAddress result)
instead.
This causes all ntdll tests to be skipped on win7 & win8 VMs:
info.c:0: Tests skipped: missing entry point (details below)
| ntdll_test.exe - Entry Point Not Found
| The procedure entry point RtlPcToFileHeader could not be located in the
dynamic link library C:\Users\winetest\Documents\ntdll_test.exe.
0adc:info: 0 tests executed (0 marked as todo, 0 as flaky, 0 failures), 1
skipped.
ntdll:info:0adc done (0) in 0s
https://test.winehq.org/data/4860fbe7b5355bfa4a5e98bb2446f69d1c484666/win81…https://test.winehq.org/data/4860fbe7b5355bfa4a5e98bb2446f69d1c484666/win7_…
Originally reported by Gijs Vermeulen.
--
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=56450
Bug ID: 56450
Summary: Non-input USB HID devices stopped working in 9.1
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla-wine(a)opinsys.fi
Regression SHA1: 814d2c176d23c581353ba5679977415d2218d0c5
Distribution: Debian
Non-input USB HID devices stopped working in 9.1.
Wine 9.0 + LoggerPro 3.16.2 + USB HID thermometer (08f7:0002 Vernier
EasyTemp/Go!Temp): LoggerPro detects the device and starts collecting
temperature measurements automatically.
Wine 9.1 + LoggerPro 3.16.2 + USB HID thermometer (08f7:0002 Vernier
EasyTemp/Go!Temp):
LoggerPro does not detect the device.
Host system detects the device and assigns hid-generic driver to it and a
hidraw device is created. The device is not an input device and hence input
subsystem is not used for this device (event devices are not created).
My understanding is that commit 814d2c176d23c581353ba5679977415d2218d0c5 causes
the regression, because it changes the policy to not use hidraw by default and
requires devices to be explicitly listed in EnableHidraw bus option to be used
by hidraw backend.
Further changes to winebus.sys have been made to allow hidraw to be used in
certain scenarios (some gamepads and when evdev and SDL is disabled), but these
do not cover the case when non-input HID device is used in default environment.
This bug still exists in 9.4.
I am working on a patch set which fixes the bug. I'll create a merge request.
--
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=56406
Bug ID: 56406
Summary: wineserver crashes in set_input_desktop()
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The wineserver crashes when running the Wine test suite on my Debian 12 PC. The
crash happens during the dxgi:dxgi test.
Here is some information collected by attaching gdb to wineserver while running
the tests:
Program received signal SIGSEGV, Segmentation fault.
0x56683005 in set_input_desktop (winstation=0x576aea90, new_desktop=0x576af890)
at /home/fgouget/wine/wt23/src/server/winstation.c:246
246 set_rawinput_process( thread->process, 0 );
(gdb) p thread
$1 = (struct thread *) 0x52fff4
(gdb) p thread->process
Cannot access memory at address 0x530034
(gdb) bt
#0 0x56683005 in set_input_desktop (winstation=0x576aea90,
new_desktop=0x576af890)
at /home/fgouget/wine/wt23/src/server/winstation.c:246
#1 0x5664afac in req_send_hardware_message (req=0x577995c0, reply=0xff829300)
at /home/fgouget/wine/wt23/src/server/queue.c:2808
#2 0x566561c9 in call_req_handler (thread=thread@entry=0x577994d0)
at /home/fgouget/wine/wt23/src/server/request.c:305
#3 0x5665720c in read_request (thread=0x577994d0) at
/home/fgouget/wine/wt23/src/server/request.c:339
#4 0x566627a1 in thread_poll_event (fd=0x5778c070, event=1) at
/home/fgouget/wine/wt23/src/server/thread.c:388
#5 0x5662faf6 in fd_poll_event (event=<optimized out>, fd=<optimized out>)
at /home/fgouget/wine/wt23/src/server/fd.c:505
#6 main_loop_epoll () at /home/fgouget/wine/wt23/src/server/fd.c:599
#7 0x5662fd9f in main_loop () at /home/fgouget/wine/wt23/src/server/fd.c:955
#8 0x5661fa80 in main (argc=1, argv=0xff829b04) at
/home/fgouget/wine/wt23/src/server/main.c:238
(gdb) info registers
eax 0x5fae9a2c 1605278252
ecx 0x576aea90 1466624656
edx 0x53002c 5439532
ebx 0x566c0ff4 1449922548
esp 0xff8291e4 0xff8291e4
ebp 0x52fff4 0x52fff4
esi 0x576eedb0 1466887600
edi 0x576af890 1466628240
eip 0x56683005 0x56683005 <set_input_desktop+101>
eflags 0x10296 [ PF AF SF IF RF ]
cs 0x23 35
ss 0x2b 43
ds 0x2b 43
es 0x2b 43
fs 0x0 0
gs 0x63 99
(gdb) p *winstation->input_desktop
$23 = {obj = {refcount = 1466843598, handle_count = 2691322373, ops = 0x73006f,
wait_queue = {next = 0x66006f,
prev = 0x200074}, name = 0x68004a, sd = 0x6e0065, is_permanent = 1,
obj_list = {next = 0x690065,
prev = 0x550020}}, flags = 5439561, winstation = 0x470045, input_time =
20548038376620111, entry = {
next = 0x54002e, prev = 0x460054}, threads = {next = 0x53002c, prev =
0x670065}, top_window = 0x65006f,
msg_window = 0x550020, global_hooks = 0x49, hotkeys = {next = 0x49004d, prev
= 0x47004e},
close_timeout = 0x49004c, foreground_input = 0x2e0055, users = 5505108,
cursor = {x = 2883651, y = 6881357,
clip = {left = 6750318, top = 6881356, right = 85, bottom = 5439565},
last_change = 4718681, win = 5505070},
keystate = "T\000C\000,\000M\000i\000c\000r\000o\000s\000o\000f\000t\000
\000Y\000a\000H\000e\000i\000
\000U\000I\000\000\000M\000E\000I\000R\000Y\000O\000.\000T\000T\000C\000,\000M\000e\000i\000r\000y\000o\000
\000U\000I\000\000\000M\000A\000L\000G\000U\000N\000.\000T\000T\000F\000,\000M\000a\000l\000g\000u\000n\000
\000G\000o\000t\000h\000i\000c\000\000\000Y\000U\000G\000O\000T\000H\000M\000.\000T\000T\000C\000,\000Y\000u\000
\000G\000o\000t\000h\000i\000c\000
\000U\000I\000\000\000S\000E\000G\000U\000I\000S\000Y\000"...}
So it looks like it is the first input_desktop->threads entry which is wrong.
The crashes started on 2024-02-28 and they happen most clearly when running the
tests in a pure 32-bit environment[1]. Furthermore a bisect shows that the
crashes started with the commit below:
commit c43b1ecbc3e8509b1f4778d799f9759eb64dda40 (HEAD)
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Sun Feb 25 09:53:09 2024 +0100
server: Keep a list of processes that can receive rawinput messages.
[1] When run in a 64-bit environment the tests succeed, and the 64-bit tests
get stuck but there is no 'wineserver crashed' message in the logs.
--
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=56435
Bug ID: 56435
Summary: capture mouse dont work in virtual desktop (work on
wine 9.3)
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
using wine 9.3 mouse capture in virtual desktop work but in wine 9.4 dont work
and compiling git, mouse capture work until this commit
https://gitlab.winehq.org/wine/wine/-/commit/ad921b3c561c428ce36a2a3e0f44de…
in my case after this dont work
at simple seek i think about lastest patchs of Rémi Bernon about input can be
related with this issue
maybe this bug could be stay affected for lastest input patchs:
https://bugs.winehq.org/show_bug.cgi?id=56429
--
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=56411
Bug ID: 56411
Summary: Failure to build wine 9.4 due to EGL 64-bit
development files not found
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: timo.gurr(a)gmail.com
Distribution: ---
Trying to update our distribution package to the latest release configure fails
for me on Exherbo Linux with:
[...]
checking for -lGL... libGL.so.1
checking for wayland-client.h... yes
checking for wl_display_connect in -lwayland-client... yes
checking for wayland-scanner... /usr/bin/wayland-scanner
checking for xkbcommon/xkbcommon.h... yes
checking for xkb_context_new in -lxkbcommon... yes
checking for xkbcommon/xkbregistry.h... yes
checking for rxkb_context_new in -lxkbregistry... yes
checking for EGL/egl.h... (cached) yes
checking for -lEGL... libEGL.so.1
checking for wayland-egl.h... yes
checking for wl_egl_window_create in -lwayland-egl... yes
configure: error: EGL 64-bit development files not found, the Wayland driver
won't support OpenGL
This is an error since --with-opengl was requested.
despite the checks reporting "yes" and having (lib)wayland-egl installed
--- [ignor] /usr/x86_64-pc-linux-gnu/lib/libwayland-egl.so.1.22.0
--- [ignor] /usr/x86_64-pc-linux-gnu/lib/libwayland-egl.so.1
--- [ignor] /usr/x86_64-pc-linux-gnu/lib/libwayland-egl.so
cat /usr/x86_64-pc-linux-gnu/lib/pkgconfig/wayland-egl.pc
prefix=/usr
includedir=${prefix}/x86_64-pc-linux-gnu/include
libdir=${prefix}/x86_64-pc-linux-gnu/lib
Name: wayland-egl
Description: Frontend wayland-egl library
Version: 18.1.0
Requires: wayland-client
Libs: -L${libdir} -lwayland-egl
Cflags: -I${includedir}
Gentoo suffers the same issue and they just apply a patch removing the
additional
WINE_NOTICE_WITH(opengl, [test -z "$ac_cv_lib_soname_EGL" -o -z
"$HAVE_LIBWAYLAND_EGL"],
check:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfba238cc0b1ab4056f6d…
--
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=56380
Bug ID: 56380
Summary: Rocket League crashes with Wine 9.3 after BakkesMod
(trainer app) injects into the game
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: oguilherme(a)protonmail.com
Distribution: ---
Created attachment 76126
--> https://bugs.winehq.org/attachment.cgi?id=76126
Wine 9.3 output (where Rocket League crashes if BakkesMod is running)
As of Wine 9.3, I can not use BakkesMod[1] (a Rocket League[2] trainer
), to inject into the game anymore.
git bisect indicates commit bb872831deb48382e4733979e00243e5122385d0 is the
culprit.
Without BakkesMod running, the game runs just fine.
---
Steps to reproduce:
1. Launch BakkesMod
2. Launch Rocket League
3. Wait
4. Rocket League crashes
---
System information:
Wine v9.3
NVIDIA driver 470.239.06 (GPU: NVIDIA GTX 660)
DXVK 1.10.3
BakkesMod v190 (Injector version 31)
Rocket League (from Epic, version BC2_Update48+441123)
---
Ref:
[1] https://github.com/bakkesmodorg/BakkesModInjectorCpp
[2] https://store.epicgames.com/en-US/p/rocket-league
--
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=56379
Bug ID: 56379
Summary: d2d1 regression unable to build after:
https://gitlab.winehq.org/wine/wine/-/commit/167103114
389c7f487f7d6aa398f56abf9cc5572
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dofficialgman(a)gmail.com
Distribution: ---
Regression after
https://gitlab.winehq.org/wine/wine/-/commit/167103114389c7f487f7d6aa398f56…
unable to build with the following errors:
i686-w64-mingw32-gcc -c -o dlls/d2d1/i386-windows/effect.o
../wine-9.3/dlls/d2d1/effect.c -Idlls/d2d1 -I../wine-9.3/dlls/d2d1 -Iinclude \
-I../wine-9.3/include -I../wine-9.3/include/msvcrt -D_UCRT -D__WINESRC__
-D__WINE_PE_BUILD -Wall \
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers -Winit-self \
-Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
-Wunused-but-set-parameter -Wvla \
-Wwrite-strings -Wpointer-arith -Wlogical-op -fno-omit-frame-pointer
-mpreferred-stack-boundary=2 \
-gdwarf-4 -g -O2
../wine-9.3/dlls/d2d1/effect.c: In function 'd2d_effects_init_builtins':
../wine-9.3/dlls/d2d1/effect.c:296:41: error: initializer element is not
constant
{ &CLSID_D2D12DAffineTransform, _2d_affine_transform_description },
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../wine-9.3/dlls/d2d1/effect.c:296:41: note: (near initialization for
'builtin_effects[0].description')
../wine-9.3/dlls/d2d1/effect.c:297:46: error: initializer element is not
constant
{ &CLSID_D2D13DPerspectiveTransform,
_3d_perspective_transform_description},
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../wine-9.3/dlls/d2d1/effect.c:297:46: note: (near initialization for
'builtin_effects[1].description')
../wine-9.3/dlls/d2d1/effect.c:298:33: error: initializer element is not
constant
{ &CLSID_D2D1Composite, composite_description },
^~~~~~~~~~~~~~~~~~~~~
../wine-9.3/dlls/d2d1/effect.c:298:33: note: (near initialization for
'builtin_effects[2].description')
../wine-9.3/dlls/d2d1/effect.c:299:28: error: initializer element is not
constant
{ &CLSID_D2D1Crop, crop_description },
^~~~~~~~~~~~~~~~
../wine-9.3/dlls/d2d1/effect.c:299:28: note: (near initialization for
'builtin_effects[3].description')
../wine-9.3/dlls/d2d1/effect.c:300:30: error: initializer element is not
constant
{ &CLSID_D2D1Shadow, shadow_description },
^~~~~~~~~~~~~~~~~~
../wine-9.3/dlls/d2d1/effect.c:300:30: note: (near initialization for
'builtin_effects[4].description')
../wine-9.3/dlls/d2d1/effect.c:301:33: error: initializer element is not
constant
{ &CLSID_D2D1Grayscale, grayscale_description },
^~~~~~~~~~~~~~~~~~~~~
../wine-9.3/dlls/d2d1/effect.c:301:33: note: (near initialization for
'builtin_effects[5].description')
Makefile:27950: recipe for target 'dlls/d2d1/i386-windows/effect.o' failed
make: *** [dlls/d2d1/i386-windows/effect.o] Error 1
--
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.
http://bugs.winehq.org/show_bug.cgi?id=29523
Bug #: 29523
Summary: CDBurnerXP hangs on right-clicking empty space in the
file browser
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 38233
--> http://bugs.winehq.org/attachment.cgi?id=38233
Terminal output
Right-clicking in an empty section of the file browser causes CDBurnerXP to
become unresponsive. On Windows, this brings up a context menu.
Steps to reproduce:
1. winetricks dotnet20
2. Install and run CDBurnerXP
3. Choose "data disc" from the main menu
4. Right-click in some empty space within the file browser (top-right section)
The problem is also present in 1.2.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.