wine 9.22 not working with xfce

Questions about Wine on Linux
Post Reply
Zheka
Level 1
Level 1
Posts: 6
Joined: Fri Mar 29, 2024 6:14 am

wine 9.22 not working with xfce

Post by Zheka »

Release notes for 9.22 state that Wayland is now used by default.

I am on Debian with XFCE, and upon upgrade to wine-devel 9.22 all wine apps are no longer launching. All worked fine under 9.21.

Is there a way to fall back to using X11 (if that's the reason), or are there any other ways ?

When launching the apps via terminal, i now also suddenly get:

wine: '/home/username/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.

-----------------------------------------------------------------------------------------
BTW,
here is the output in terminal trying to launch winecfg:
/opt/wine-devel/bin$ sudo winecfg
wine: created the configuration directory '/root/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
Authorization required, but no authorization protocol specified

Authorization required, but no authorization protocol specified

error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
0054:err:vulkan:vulkan_init_once Failed to load libvulkan.so.1
004c:err:vulkan:vulkan_init_once Failed to load libvulkan.so.1
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:fixme:bitmap:NtGdiCreateBitmap planes = 0
0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002
002c:err:vulkan:vulkan_init_once Failed to load libvulkan.so.1
0044:err:vulkan:vulkan_init_once Failed to load libvulkan.so.1
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
004c:fixme:bitmap:NtGdiCreateBitmap planes = 0
0044:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0044:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0098:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0098:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
00a0:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00a0:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
00fc:err:setupapi:do_file_copyW Unsupported style(s) 0x10
002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
00fc:err:setupapi:do_file_copyW Unsupported style(s) 0x10
012c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
012c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
Zheka
Level 1
Level 1
Posts: 6
Joined: Fri Mar 29, 2024 6:14 am

Re: wine 9.22 not working with xfce

Post by Zheka »

Somehow, wine-devel was only installed as :i386.
Reinstalling wine-devel installed amd64 (and removed :i386) - and that fixed the issues.
Post Reply