-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run on linux? #23
Comments
I am not an expert on Linux, but Mono is already integrated into the build so you just need to execute the .x86. Also some Linux users say they need to install libgtk in order to make it work properly. I will keep investigating to see if I can find something. |
@Zaphyk Thanks - I will try that later today. It could be that simple... Dunno why I didn't try that. For future reference: we're talking about doing |
I can play the game with my current installed libgtk but there is many to choose from and I do get a couple of warnings in the terminal.
Here is the log: A couple of GTK libs from apt:
|
I got the game to open after installing
But
Seems like the game is incompatible with the Mesa drivers @dotnetCarpenter what driver are you using ? |
@Zaphyk one difficulty is that basically all Linux distros nowadays are x86-64, and the Linux build available is 32-bit. (Windows and Mac usually have an easier time running legacy 32-bit binaries but for Linux you'd have to install a bunch of extra stuff for that because on Linux distros basically migrated every app, so there's no large base of legacy apps like on Windows). An x86-64 build for Linux would go a long way on making it easier to play the game on Linux! |
@hishamhm Oh I see, I'll build a x64 version then. Thanks for the info! |
I've downloaded the zip file and get
Neon_Data
andNeon.x86
. I'm using Ubuntu Mate and double click opens PyPar2. I guess Neon Skylines is suppose to run via Mono since it's mostly written in C# but doingmono Neon.x86
gives me Cannot open assembly 'Neon.x86': File does not contain a valid CIL image..How am I suppose to run the game on linux?
The text was updated successfully, but these errors were encountered: