hangover icon indicating copy to clipboard operation
hangover copied to clipboard

Wine mono not detected but it's showing in wine uninstaller

Open motazalnuweiri opened this issue 7 months ago • 5 comments

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

Image

What I tried

  • Uninstall wine mono and installed it again.
  • Go to old Hangover version 10.0.
  • Set HODLL and HODLL64.

System Info

  • Ubuntu 24.04.2 LTS arm64 (proot-distro via Termux)

motazalnuweiri avatar May 17 '25 14:05 motazalnuweiri

See: https://github.com/termux-user-repository/tur/issues/1309#issuecomment-2496165973

AndreRH avatar May 20 '25 16:05 AndreRH

@AndreRH I managed to run .NET apps without any problems following this steps:

  1. Install wine-10.0-amd64-wow64 from Kron4ek wine builds
  2. Install box64-android
  3. Run wine via box64
  4. Install wine-mono wine-mono-9.4.0-x86.msi
  5. Run any .NET app via box64 wine test.exe

But it's slower then Hangover. So what the problem here?

motazalnuweiri avatar May 21 '25 20:05 motazalnuweiri

@AndreRH I managed to run .NET apps without any problems following this steps:

  1. Install wine-10.0-amd64-wow64 from Kron4ek wine builds
  2. Install box64-android
  3. Run wine via box64
  4. Install wine-mono wine-mono-9.4.0-x86.msi
  5. Run any .NET app via box64 wine test.exe

But it's slower then Hangover. So what the problem here?

That's the opposite of how hangover works

AndreRH avatar May 21 '25 20:05 AndreRH

That's the opposite of how hangover works

Could you please explain to me what's the difference?

motazalnuweiri avatar May 21 '25 20:05 motazalnuweiri

Hangover isn't running wine in an emulator, check the readme

AndreRH avatar May 21 '25 21:05 AndreRH