Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I tried on my Raspi 400 with bullseye arm64, unfortunately microstudio doesn't start. The error is error while loading shared libraries: libasound.so.2: cannot open shared object file: no such file or directory.

Linking the library in /usr/lib/microstudio says wrong ELF class.

Maybe there is a way to compile this software to arm64?

Hi! I guess this is because I am building the app on a Pi OS 32. You might want to try my recipe for building a microStudio standalone app on your setup: https://microstudio.dev/community/articles/recipe-standalone-microstudio-app/243...

Let me know how it went!

Thank you for your help. I have no idea, what I have done, but it works! \o/

After struggling with npm and yarn, I finally made it.

I even made a deb-Package for an installation on arm64 and it worked!

I am glad it worked! I will try to set-up a Pi OS 64 sometime here too, so that I can provide the 64bits package too.