AndreRH / hangover

Hangover runs simple Win32 applications on arm64 Linux
GNU Lesser General Public License v2.1
1.24k stars 91 forks source link

WINEPREFIX doesn't contain any DLLs #133

Closed kevmuko closed 8 months ago

kevmuko commented 1 year ago

Following the instructions in the README for running on arm64, I get an error about not being able to load kernel32.dll for any wine operation:

wine: created the configuration directory '/home/ubuntu/.wine-arm'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled illegal instruction at address 0000000140002B00 (thread 0040), starting debugger...
0040:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 60 76" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled illegal instruction at address 000000014000E11C (thread 0048), starting debugger...
0048:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 68 88" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
wine: Unhandled illegal instruction at address 0000000140002B00 (thread 0050), starting debugger...
0050:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 76 80" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
0058:err:environ:init_peb starting L"C:\\windows\\syswow64\\rundll32.exe" in experimental wow64 mode
0058:err:module:init_wow64 could not load L"C:\\windows\\system32\\wow64.dll", status c0000135
wine: failed to open L"C:\\windows\\sysarm32\\rundll32.exe": c0000135
wine: configuration in L"/home/ubuntu/.wine-arm" has been updated.
wine: could not load kernel32.dll, status c0000135

Is there a step that I'm missing here?

AndreRH commented 1 year ago

This looks odd. Did you use configuration parameters different from those in the readme? Does a vanilla wine build run?