You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game will play normally if Wine is not present on the Pi at the time of installation.
But I have wine from the Pi-Apps store. And when I try to install StarCraft after that, an error occurs:
pi@raspberrypi:~ $ /home/pi/games/starcraft/starcraft.sh
Box86 with Dynarec v0.2.5 f79e16f4 built on Nov 22 2021 22:36:18
Box86 with Dynarec v0.2.5 f79e16f4 built on Nov 22 2021 22:36:18
Box86 with Dynarec v0.2.5 f79e16f4 built on Nov 22 2021 22:36:18
0024:err:module:__wine_process_init L"C:\\windows\\system32\\libscr_sa_arm.exe.so" not found
pi@raspberrypi:~ $ /home/pi/games/starcraft/starcraft.sh
Box86 with Dynarec v0.2.5 f79e16f4 built on Nov 22 2021 22:36:18
Box86 with Dynarec v0.2.5 f79e16f4 built on Nov 22 2021 22:36:18
Box86 with Dynarec v0.2.5 f79e16f4 built on Nov 22 2021 22:36:18
0024:err:module:__wine_process_init L"C:\\windows\\system32\\libscr_sa_arm.exe.so" not supported on this system
Why is this happening?
The text was updated successfully, but these errors were encountered:
When you install it, it tells you the reason: This game uses Wine from the repo
You have a conflict with wine versions installed: One is used for x86 binaries and the other for arm compiled apps. You can only have installed one of them.
The game will play normally if Wine is not present on the Pi at the time of installation.
But I have wine from the Pi-Apps store. And when I try to install StarCraft after that, an error occurs:
Why is this happening?
The text was updated successfully, but these errors were encountered: