While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- Here's the most played Steam Deck games for February 2026
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
The developer seems to not believe in my report. Looks like he didn't want to check if something is wrong or do not have a Linux machine to test the builds.
I have erased and reinstalled the game twice (is less than 200 MB). But the Linux executable is still missing.
Is anybody having the same issue?
Things you could check is if the executable file has the executable attribute set. There could also be a problem with the letter cases of the file name. Had this problem with an other game once. Often, windows developer don't pay attention how there write the file names.
The demo has to executables: MegaSphereDemo.x86 and MegaSphereDemo.x86_64
I guess the full version has the same without the 'Demo' part. Maybe only one is missing and you can play the game by starting the other one?
Anyway, Steam didn't let me install the demo, probably because I already have the full game.
I tried to launch the game in the console, and it cannot find the libXcursor.so.1 library, but I have it installed and other Unity games launch and play just fine.
https://steamdb.info/app/386340/config/
As Dax Tailor said, check out if it has the same name in your folder.
Also launch it in console with ldd to check out all dependencies:
ldd ./MegaSphereAlpha.x86_64you'll see if someting is missing.
Looks like another case of a developer supporting Linux knowing nothing about it, just because Unity have a button to export to Linux.