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).