Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Im trying to run Khronos on Ubuntu zesty:

$ mono DualityLauncher.exe

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies. File name: 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a

to fix this i had to:

$ apt install -t artful mono-devel

now i see the main menu but when i try to start a level it fails with:

https://gist.github.com/enthus1ast/e4e4b6fe77cd38e0cea209d35c31a32a

(1 edit)

Hmm... I don't have a Ubuntu install around, but it should work.  Looks like it isn't finding that game content correctly.  I'll see what I can do, thanks!

Ah!  Filenames are case-insensitive on Windows.  I corrected the filename case for linux and pushed a linux channel build.  It should be identical to the Windows:2 build, except with file cases corrected for linux based OS's.


The original Windows:2 build still exists, as that was what was officially submitted for the Jam.  Not sure what the rules are there.