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