Can't run wine with nvidia drivers loaded

Questions about Wine on Linux
Locked
wsk12
Newbie
Newbie
Posts: 1
Joined: Mon Oct 23, 2023 7:58 am

Can't run wine with nvidia drivers loaded

Post by wsk12 »

I have my monitors connected to my igpu and usually only use my nvidia gpu for games.
When I try to run anything with wine, it doesn't work and i get this output:

Code: Select all

$ wine notepad
0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:bitmap:NtGdiCreateBitmap planes = 0
0080:fixme:bitmap:NtGdiCreateBitmap planes = 0
0080:fixme:bitmap:NtGdiCreateBitmap planes = 0
<nothing happens for a long time>
011c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
011c:fixme:seh:WerSetFlags (2) stub
011c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0138:fixme:seh:WerSetFlags (2) stub
0138:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
<the process just hangs now>
However if I unload the nvidia kernel modules, wine programs run fine, but obviously without dgpu acceleration.

I am using Arch Linux (X11, KDE) with all packages up to date.
Clearing my .wine directory didn't help.
Locked