Wine mono not detected but it's showing in wine uninstaller
Problem
When trying to run any .NET Framework apps on on Hangover 10.6.1, I got below error, but I already installed wine-mono-9.4.0-x86.msi and it's showing on wine uninstaller.
$ wine test.exe
00a4:err:nsi:poll netlink bind failed, errno 13
00c0:err:hid:sdl bus init could not init SDL: Could not initialize UDEV
00c0:err:sync:RtlpWaitForCriticalSection section 0000007FFFFCA278 "dlls/ntdll/lo
ader.c: loader_ section" wait timed out in thread 00c0, blocked by 00bc, retrying
(60 sec)
00c4:err:sync:RtlpWaitForCriticalSection section 0000007FFFFCA278 "dlls/ntdll/lo
ader.c: loader section" wait timed out in thread 00c4, blocked by 00bc, retrying
(60 sec)
00c4:err:hid:udev bus init UDEV monitor creation failed
00f8:err:wineusb:usb init Failed to initialize libusb: Other error
00b4:err:ntoskrnl:ZwLoadDriver failed to create driver L"I\Registry\\Machine\\System\\CurrentControlSet\\Services\\winebth": c00000e5
003c:fixme:service:scmdatabase autostart services Auto-start service L"winebth"
failed to start: 1359
0024:err:mscoree:CLRRuntimeInfo GetRuntimeHost Wine Mono is not installed
Wine uninstaller
What I tried
- Uninstall wine mono and installed it again.
- Go to old Hangover version
10.0. - Set
HODLLandHODLL64.
System Info
- Ubuntu 24.04.2 LTS arm64 (proot-distro via Termux)
See: https://github.com/termux-user-repository/tur/issues/1309#issuecomment-2496165973
@AndreRH I managed to run .NET apps without any problems following this steps:
- Install
wine-10.0-amd64-wow64from Kron4ek wine builds - Install box64-android
- Run wine via box64
- Install wine-mono
wine-mono-9.4.0-x86.msi - Run any .NET app via
box64 wine test.exe
But it's slower then Hangover. So what the problem here?
@AndreRH I managed to run .NET apps without any problems following this steps:
- Install
wine-10.0-amd64-wow64from Kron4ek wine builds- Install box64-android
- Run wine via box64
- Install wine-mono
wine-mono-9.4.0-x86.msi- Run any .NET app via
box64 wine test.exeBut it's slower then Hangover. So what the problem here?
That's the opposite of how hangover works
That's the opposite of how hangover works
Could you please explain to me what's the difference?
Hangover isn't running wine in an emulator, check the readme