Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sky Rogue

A fwooshy, intense, procedurally generated fly-em-up · By Fractal Phase

Unable to run on kubuntu 20.04

A topic by dbiton created Jun 14, 2020 Views: 360 Replies: 4
Viewing posts 1 to 4

error messege:

Unable to preload the following plugins:
       ScreenSelector.so

log file:

Desktop is 0 x 0 @ 0 Hz

Developer

Could you please try running the game in the itch desktop app? This resolved the issue for this player, also on kubuntu:
https://itch.io/t/833763/cant-get-linux-version-to-run-kubuntu-2004

I've tried to do that, but it doesn't launch from the app.

You dont seem to have a 64bit build vs a 32bit build for Linux?

Sky Rogue is made in Unity 3D, which can occasionally run into a quirk with the resolution.  Here's a fix that I've used on other games that either get that error or run into a blank screen.

Go to ~/.config/unity3d/Fractal Phase/Sky Rogue/ and then edit the prefs file.  The first few lines will be the Screen Manager settings.  Edit them to look like this:


    <pref name="Screenmanager Fullscreen mode" type="int">1</pref>
    <pref name="Screenmanager Resolution Height" type="int">1080</pref>
    <pref name="Screenmanager Resolution Use Native" type="int">1</pref>
    <pref name="Screenmanager Resolution Width" type="int">1920</pref>

Of course, change out the 1080 and 1920 lines for the resolution of your dekstop, and that might get you working.