https://bugs.winehq.org/show_bug.cgi?id=53591
Bug ID: 53591 Summary: Raspberry Pi OS Bullseye arm64 running 32-bit windows app (AirMail) Product: Wine Version: unspecified Hardware: aarch64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mgrushinskiy@gmail.com Distribution: ---
Created attachment 72975 --> https://bugs.winehq.org/attachment.cgi?id=72975 install script for everything
I'm installing box86 and wine on Raspberry Pi Bullseye arm64 using attached script.
I get the following error trying to run the app (AirMail):
WINEPREFIX=${HOME}/wine-air wine/bin/wine wine-air/drive_c/Program\ Files/Airmail/Airmail3.exe Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 0024:err:winediag:nodrv_CreateWindow The explorer process failed to start. 0024:err:secur32:process_attach Failed to load gnutls_session_channel_binding 0024:err:secur32:SECUR32_initSchannelSP no schannel support, expect problems wine: Unhandled exception 0x0eedfade in thread 24 at address 7B0110D6 (thread 0024), starting debugger... Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 winedbg detected, not launching it! 0024:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 32 140" (1359) Read the Wine Developers Guide on how to set up winedbg or another debugger
What did I do wrong? I've seen reports from other people that that app works on Raspberry Pi Buster with box86.
Thanks
https://bugs.winehq.org/show_bug.cgi?id=53591
--- Comment #1 from Austin English austinenglish@gmail.com --- (In reply to mgrushinskiy from comment #0)
Created attachment 72975 [details] install script for everything
I'm installing box86 and wine on Raspberry Pi Bullseye arm64 using attached script.
You may need to ask box86, as that's an external project and we don't know it/support it.
I get the following error trying to run the app (AirMail):
WINEPREFIX=${HOME}/wine-air wine/bin/wine wine-air/drive_c/Program\ Files/Airmail/Airmail3.exe
cd to the directory then run the exe from there (many windows apps expect the current working directory to be the same directory where they are located).
Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 Box86 with Dynarec v0.2.3 3a7cc57f built on Jul 9 2021 17:31:35 0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 0024:err:winediag:nodrv_CreateWindow The explorer process failed to start.
You're either not running in an X (GUI) session, or somehow your DISPLAY is messed up.
0024:err:secur32:process_attach Failed to load gnutls_session_channel_binding 0024:err:secur32:SECUR32_initSchannelSP no schannel support, expect problems
Additionally, the secur32 error indicates something wrong with gnutls, so SSL won't work for your app (and the app may not work at all).
https://bugs.winehq.org/show_bug.cgi?id=53591
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- (In reply to mgrushinskiy from comment #0)
0024:err:secur32:process_attach Failed to load gnutls_session_channel_binding 0024:err:secur32:SECUR32_initSchannelSP no schannel support, expect problems
gnutls_session_channel_binding() was added in GnuTLS 2.12.0.
https://bugs.winehq.org/show_bug.cgi?id=53591
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #3 from Austin English austinenglish@gmail.com --- There doesn't seem to be a Wine bug here.
https://bugs.winehq.org/show_bug.cgi?id=53591
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Gijs Vermeulen gijsvrm@gmail.com --- Closing.