Wine not working after update
wine --version 53 ✘
wine-10.9
winecfg ✔
002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc0daff
wine: could not load kernel32.dll, status c0000135
rm -rf ~/.wine
does not help
2 Likes
Works here but i had these errors at first startup :
00d4:err:hid:udev_bus_init UDEV monitor creation failed
0148:err:environ:init_peb starting L"C:\\windows\\syswow64\\rundll32.exe" in experimental wow64 mode
0150:err:environ:init_peb starting L"C:\\windows\\syswow64\\iexplore.exe" in experimental wow64 mode
Wine update broke the update process the first time, i could not boot back to Manjaro and i had to restore the previous save point with timeshift and update from another mirror.
Seems there is issues with the last wine update…
All my wine apps are dead…
With my old ~./wine
directory, winecfg
throw:
wine: '/home/h2/.wine' is a 32-bit installation, it cannot support 64-bit applications.
When I rename ~./wine
as ~./wine.old
, winecfg
create à new ~./wine
directory and throw:
002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc0daff
wine: could not load kernel32.dll, status c0000135
I have the same error message when I try to reinstall one of my Windows apps. What can I do?
Edit: I have temporarily downgraded wine
to 10.7.1 with:
yay -S downgrade
sudo downgrade wine
(https://www.reddit.com/r/archlinux/comments/1leronq/wine_kernel32dll_status_c0000135_is_not_working/ )
1 Like
BG405
25 June 2025 01:10
4
Posts moved into a dedicated topic, hopefully this will result in more specific attention to the issue.
1 Like
→ [Stable Update] 2025-06-23 - Kernels, KDE, NVIDIA, Pamac, Wine, VirtualBox, PipeWire, Qt6 - #2 by discobot
2025-06-16
We are transitioning the wine and wine-staging package to a pure wow64 build. This change removes the dependency on the multilib repository for wine and wine-staging.
The main reason for this is to align with upstream Wine development, which simplifies packaging and the dependency chain.
Potential Issues:
OpenGL Performance: A known limitation of the new WoW64 mode is reduced performance for 32-bit applications that use OpenGL directly
Breaking Changes: Existing 32-bit prefixes needs to be recreated
If you are facing issues with 32 bit prefixes, please recreate these and reinstall the application.
1 Like
@solypse @Armag67
… can’t replicate
here is what I see when I do the same
wine --version
wine-10.9
winecfg
wine: created the configuration directory '/home/jo/.wine'
002c: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)
0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.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
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
004c:err:ole:start_rpcss Failed to open RpcSs service
0094:fixme:file:NtLockFile I/O completion on lock not implemented yet
0094:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
009c:err:environ:init_peb starting L"Z:\\usr\\share\\wine\\mono\\wine-mono-10.0.0\\support\\removeuserinstalls-x86.exe" in experimental wow64 mode
00a4:err:environ:init_peb starting L"Z:\\usr\\share\\wine\\mono\\wine-mono-10.0.0\\support\\installinf-x86.exe" in experimental wow64 mode
0094:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0094:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
00fc:err:environ:init_peb starting L"C:\\windows\\syswow64\\rundll32.exe" in experimental wow64 mode
00fc:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
0104:err:environ:init_peb starting L"C:\\windows\\syswow64\\iexplore.exe" in experimental wow64 mode
002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
0128:err:setupapi:do_file_copyW Unsupported style(s) 0x10
002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
0128:err:setupapi:do_file_copyW Unsupported style(s) 0x10
I do have wine-mono and wine-gecko installed
and for the app below also vb6run via:
winetricks vb6run
Freshly installing an app (MyPhoneExplorer) into it’s own dedicated WINEPREFIX
(not into ~/.wine
)
also works.
1 Like