Problem: wine successfully runs on my system after fresh installation. Once I log out and log back in. Wine hangs. Switching to intel2 eliminates this problem, but I cannot use the nvidia card.
Info:
I’m using openSUSE with XFCE as desktop environment.
prime-select
is set to offload
.
Output of my zypper se -si nvidia
:
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+-------------------------------+---------+------------------------+--------+------------------------
i | kernel-firmware-nvidia | package | 20230125-1.1 | noarch | openSUSE-Tumbleweed-Oss
i | libnvidia-egl-wayland1 | package | 1.1.11-1.1 | x86_64 | openSUSE-Tumbleweed-Oss
i | nvidia-compute-G06 | package | 525.85.05-6.1 | x86_64 | NVIDIA
i | nvidia-compute-G06-32bit | package | 525.85.05-6.1 | x86_64 | NVIDIA
i | nvidia-driver-G06-kmp-default | package | 525.85.05_k6.1.6_1-6.1 | x86_64 | NVIDIA
i+ | nvidia-gl-G06 | package | 525.85.05-6.1 | x86_64 | NVIDIA
i | nvidia-gl-G06-32bit | package | 525.85.05-6.1 | x86_64 | NVIDIA
i | nvidia-video-G06 | package | 525.85.05-6.1 | x86_64 | NVIDIA
i | nvidia-video-G06-32bit | package | 525.85.05-6.1 | x86_64 | NVIDIA
The output of the command after the problem occurs depends on the application I try to run:
Example:
002c:err:winediag:getaddrinfo Failed to resolve your host name IP
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
006c:err:seh:KiUserCallbackDispatcher ignoring exception
wine: Unhandled page fault on execute access to 00007F815039F530 at address 00007F815039F530 (thread 006c), starting debugger...
Sometimes Wine hangs with no output.
I wasn’t able to kill the command by sending Ctrl+C, and had to use task manager to kill each running process.
I’m able to have wine run once by deleting the ~/.wine
folder, after that, the problem persists.
Is there anything I can do?