Wine 6.03/7.0 launches no programs (including its native ones) after reboot on Ubuntu 22.04

Questions about Wine on Linux
Locked
Whooser
Newbie
Newbie
Posts: 2
Joined: Tue Nov 08, 2022 10:25 am

Wine 6.03/7.0 launches no programs (including its native ones) after reboot on Ubuntu 22.04

Post by Whooser »

Hi, I have been having an issue wherein Wine 6.03 (and 7.20) works completely fine for me immediately after uninstalling it and reinstalling; all programs work as expected. However after rebooting Wine consistently stops working, and will not even launch its native apps such as winecfg. Executing wineconsole gives me the same issues. I am using an RTX 3060M and an i5-11400H for hardware reference. This is the general output which occurs every time I try to run a program, in this example winecfg itself on Wine 6.03:

Code: Select all

`ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0' from     LD_PRELOAD cannot be preloaded (wrong ELF class:  ELFCLASS64): ignored.`
`ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.`
`0174:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.`
`0174:err:winediag:nodrv_CreateWindow The explorer process failed to start.`

On wine 7.20, executing winecfg outputs these similar errors:

Code: Select all

ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
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
ERROR: ld.so: object '/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
00e0:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00e0:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."


Thank you in advance for any information.
Locked