You are not logged in.

#1 2022-01-12 13:35:30

ruther
Member
Registered: 2021-02-24
Posts: 11

[SOLVED] Wine stopped working after version 6.19

After an update (still trying to catch which one specifically), wine stopped working. All I get using a fresh winepfx is this output:

wine: created the configuration directory '/home/user/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled page fault on execute access to 0000000061DEC930 at address 0000000061DEC930 (thread 002c), starting debugger...
002c:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 40 124" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: could not load kernel32.dll, status c0000135
 0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0048:err:ole:start_rpcss Failed to open RpcSs service

Since it's a bit faster to try, I'm trying the proton-ge builds to find in which version it stops working. For now this error happens between proton-ge build 6.3 and 6.20.
Will update if I can find the exact version where it stops working.

I've seen similar errors on system that have two graphics cards but it's not my case, it happens on both my Lenovo T420 and my desktop with a Ryzen 5 5600 and a Nvidia GTX 960.

Last edited by ruther (2022-01-25 14:42:46)

Offline

#2 2022-01-12 17:38:43

Maniaxx
Member
Registered: 2014-05-14
Posts: 732

Re: [SOLVED] Wine stopped working after version 6.19

Looks like the prefix hasn't been properly initiated/updated. Check the output carefully on initialization.

rm -rf ~/.wine
wineboot -i

Last edited by Maniaxx (2022-01-12 17:39:49)


sys2064

Offline

#3 2022-01-13 01:35:23

ruther
Member
Registered: 2021-02-24
Posts: 11

Re: [SOLVED] Wine stopped working after version 6.19

I've already tried making a new pfx. And still get the same result, for now I went with Wine-6.16 that seems to be working. But I don't wanna keep stuck with that.

wine: created the configuration directory '/home/user/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled page fault on execute access to 0000000061AB924D at address 0000000061AB924D (thread 002c), starting debugger...
002c:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 40 92" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: could not load kernel32.dll, status c0000135
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0048:err:ole:start_rpcss Failed to open RpcSs service

Offline

#4 2022-01-13 10:31:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,422

Re: [SOLVED] Wine stopped working after version 6.19

IIRC the last time I've seen this there was some integration bug with lib32-gstreamer. Can you try removing that if installed?

Online

#5 2022-01-14 01:46:10

ruther
Member
Registered: 2021-02-24
Posts: 11

Re: [SOLVED] Wine stopped working after version 6.19

I've just tried removing it, even tried removing all gstreamer related packages, didn't help sad.
For now I'm using wine 6.4 that seems to work ok, but I don't wanna get stuck on this version forever

Offline

#6 2022-01-14 15:19:01

Kaot1223
Member
Registered: 2022-01-14
Posts: 3

Re: [SOLVED] Wine stopped working after version 6.19

My wine stop working recently also and none of the wine versions I had cached worked even though they were all working completely fine before. This leads me to believe that something else updated and broke wine somehow as it was working before, im just not sure what it is.
My output when trying any wine command (in this case winecfg):

 wine: created the configuration directory '/home/user/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
002c:fixme:winediag:LdrInitializeThunk wine-staging 7.0-rc5 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
wine: Unhandled page fault on execute access to 0000000061E15672 at address 0000000061E15672 (thread 002c), starting debugger...
002c:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 40 128" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: could not load kernel32.dll, status c0000135
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)                                                                                                                     
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002                                                                                                                               
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
006c:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
006c:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgkrnl.sys"
006c:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgmms1.sys" 

Tested on linux-lts 5.15.14-1 and linux 5.16.arch1-1 with wine-7.0-rc5 (Staging).
Works completely fine on wine-6.4-1.

Offline

#7 2022-01-19 23:31:52

ruther
Member
Registered: 2021-02-24
Posts: 11

Re: [SOLVED] Wine stopped working after version 6.19

Hmm, I don't have those last error messages

06c:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
006c:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgkrnl.sys"
006c:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgmms1.sys" 

Though  the rest is still the same, I still can't figure it out how to solve it. Just now I'm compiling wine 7.0 from source to see if I can run it.

Offline

#8 2022-01-20 00:06:50

ruther
Member
Registered: 2021-02-24
Posts: 11

Re: [SOLVED] Wine stopped working after version 6.19

Ok, compiling from source didn't help at all.

I've just tried all wine versions until it breaks and it seems that from 6.19 (included) it stops working and gives the shown error

Offline

#9 2022-01-21 16:05:27

Kaot1223
Member
Registered: 2022-01-14
Posts: 3

Re: [SOLVED] Wine stopped working after version 6.19

I have figured out that if I switch to a new user to use wine it works completely fine. This made me think something in my home directory broke wine completely so I deleted my home directory in frustration and now it works again. This is in no way a fix and I would like to try to figure out how to fix this issue but I no longer have a home directory. I will use another home directory and walk through everything I did to figure out just what exactly broke it. I see the error in deleting my home directory as I won't be able to solve this issue for others but hopefully this gives a place to start looking.

Offline

#10 2022-01-22 18:53:47

ruther
Member
Registered: 2021-02-24
Posts: 11

Re: [SOLVED] Wine stopped working after version 6.19

That could make sense since it happens in both computers that have  (most of) my dotfiles synced. I will look into that tho it will be a lot of trial an error

Offline

#11 2022-01-24 12:48:16

ruther
Member
Registered: 2021-02-24
Posts: 11

Re: [SOLVED] Wine stopped working after version 6.19

OF COURSE IT HAD TO BE SOME OBSCURE PROBLEM WITH FONTS.
I'm still unable to find the exact problem but, after renaming my fontconfig folder, wine 7.0 it works fine again, I'll still need to do some research to find a more precise problem (I don't really wanna kill my whole fontconfig)

mv ~/.config/fontconfig ~/.config/fontconfig_

If I rename back the fontconfig folder an run `winecfg` I get:

wine: Unhandled page fault on execute access to 0000000000000000 at address 0000000000000000 (thread 002c), starting debugger...
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-chm.desktop"
0034:err:menubuilder:write_freedesktop_mime_type_entry error writing file L"\\\\?\\unix\\home\\user\\.local\\share\\\\mime\\packages\\x-wine-extension-cpl.xml"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-gif.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-hlp.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\C06E_winhlp32.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\C06E_winhlp32.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\C06E_winhlp32.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\C06E_winhlp32.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\text-x-component.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\text-x-component.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\text-x-component.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\text-x-component.png"
0034:err:menubuilder:write_freedesktop_mime_type_entry error writing file L"\\\\?\\unix\\home\\user\\.local\\share\\\\mime\\packages\\x-wine-extension-htc.xml"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-htm.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-ini.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\2E40_notepad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\2E40_notepad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\2E40_notepad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\2E40_notepad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\application-x-wine-extension-its.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\application-x-wine-extension-its.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\application-x-wine-extension-its.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\application-x-wine-extension-its.png"
0034:err:menubuilder:write_freedesktop_mime_type_entry error writing file L"\\\\?\\unix\\home\\user\\.local\\share\\\\mime\\packages\\x-wine-extension-its.xml"
0034:err:menubuilder:write_freedesktop_mime_type_entry error writing file L"\\\\?\\unix\\home\\user\\.local\\share\\\\mime\\packages\\x-wine-extension-jfif.xml"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-jfif.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-jpe.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:write_freedesktop_mime_type_entry error writing file L"\\\\?\\unix\\home\\user\\.local\\share\\\\mime\\packages\\x-wine-extension-lnk.xml"
00c8:fixme:imm:ImeSetActiveContext (0x254780, 1): stub
00c8:fixme:imm:ImmReleaseContext (000000000001005E, 0000000000254780): stub
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\application-x-wine-extension-msp.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\application-x-wine-extension-msp.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\application-x-wine-extension-msp.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\application-x-wine-extension-msp.png"
0034:err:menubuilder:write_freedesktop_mime_type_entry error writing file L"\\\\?\\unix\\home\\user\\.local\\share\\\\mime\\packages\\x-wine-extension-msp.xml"
0080:fixme:imm:ImeSetActiveContext (0x25caa0, 0): stub
0080:fixme:imm:ImmReleaseContext (0000000000010020, 000000000025CAA0): stub
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-msp.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\D23E_msiexec.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\D23E_msiexec.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\D23E_msiexec.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\D23E_msiexec.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-pdf.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-png.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\ECB7_iexplore.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-rtf.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\3365_wordpad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\3365_wordpad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\3365_wordpad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\3365_wordpad.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-txt.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\2E40_notepad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\2E40_notepad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\2E40_notepad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\2E40_notepad.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-url.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\5742_rundll32.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\5742_rundll32.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\5742_rundll32.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\5742_rundll32.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-vbs.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\2905_wscript.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\2905_wscript.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\2905_wscript.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\2905_wscript.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-wri.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\3365_wordpad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\3365_wordpad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\3365_wordpad.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\3365_wordpad.0.png"
0034:err:menubuilder:write_freedesktop_association_entry error writing association file L"\\\\?\\unix\\home\\user\\.local\\share\\\\applications\\wine-extension-xml.desktop"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\16x16\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\32x32\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\256x256\\apps\\81F5_winebrowser.0.png"
0034:err:menubuilder:convert_to_native_icon error 0x8007007B creating output file L"\\\\?\\unix\\home\\user\\.local\\share\\\\icons\\hicolor\\48x48\\apps\\81F5_winebrowser.0.png"

Offline

#12 2022-01-25 14:36:08

ruther
Member
Registered: 2021-02-24
Posts: 11

Re: [SOLVED] Wine stopped working after version 6.19

Welp, it seems it was something related to the files I had on ~/.config/fontconfig/conf.d. Removing all of them fixed it, didn't really lose functionality so I consider it solved.

Offline

Board footer

Powered by FluxBB