linux minimal - dependencies and errors
Hello,
I set up a simple computer to create an "arcade-like" machine. It has an SSD running minimal ubuntu version. I understand I have to install some additional packages to get my game going but I still didn't figure it out which... Can you help me?
I built the game both to windows and to linux. In windows it plays really well. In linux I copied my simple game to the computer and runt LDD on all executable files I could find:
- game.x86_64
- game_Data/Plugins/x86_64/ScreenSelector.so
- game_Data/Mono/x86_64/libMonoPosixHelper.so
- game_Data/Mono/x86_64/libmono.so
Of these files only ScreenSelector.so made reference to libs that I didn't have:
- libgtk-x11-2.0.so.0
- libgdk-x11-2.0.so.0
So I installed:
sudo apt-get install libgtk2.0-0
but it sill didn't work... After reading some posts I decided to instal X:
sudo apt-get install xserver-xorg-video-dummy xserver-xorg-input-void xserver-xorg-core xinit x11-xserver-utils xorg
but it still didnt work...
When i say that it doesn't work I mean that when I run:
./game.x86_64
it prints:
Set current directory to /home/crx/game
Found path: /home/crx/game/game.x86_64
Mono path[0] = '/home/crx/game/game_Data/Managed'
Mono config path = '/home/crx/game/game_Data/Mono/etc'
Preloaded 'ScreenSelector.so'
Logging to /home/crx/.config/unity3d/DefaultCompany/GAME/Player.log
and it stays like that until I Ctrl+Z it.
when I open Player.log it just has inside the following: Desktop is 0 x 0 @ 0 Hz
And when I try to run directly screenselector.so it just prints
CORE DUMP!!!!!!!!
Can you help me?
BTW when i run GLXINFO it prints: Error: unable to open display
Your answer
Follow this Question
Related Questions
Linux support 3 Answers
What are the system requirements for deployed apps on Linux? 0 Answers
Standalone player giving "is not responding" dialog after first scene load on Ubuntu 2 Answers
Can I run C# scripts from Unity on an Ubuntu 19.10 macine? Huge stack of compiling errors. 0 Answers
Huge stack of compiling errors. Can C# scripts be ran through Unity on Ubuntu 19.10 systems? 0 Answers