I typically only use linux machines for work, they tend to be older under powered machines. I actually have arch linux on a beefer machine and decided to try my hand at running a game on it. I downloaded the office management 101 demo to see if I could get it to run. I unzipped it, got into the folder and ran $ chmod a+x OfficeManagement101 and then:
$ ./OfficeManagement101
config file: /home/me/Downloads/om101-linux/config.json
jar: /home/me/Downloads/om101-linux/om101_drm_free.jar
mainClass: eu/tulevik/officemanagement101/desktop/DesktopLauncher
vmArg 0: -Xmx1G
jre: /home/me/Downloads/om101-linux/jre/lib/amd64/server/libjvm.so
Exception in thread "LWJGL Application" java.lang.ExceptionInInitializerError at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setVSync(LwjglGraphics.java:555) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:122)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:954) at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738) at org.lwjgl.opengl.Display.<clinit>(Display.java:138) ... 2 more
AL lib: (EE) alc_cleanup: 1 device not closedSome digging around the internet has me do $ sudo pacman -S xorg-xrandr, the screen fades to black but then I get a new error:
$ ./OfficeManagement101
config file: /home/me/Downloads/om101-linux/config.json
jar: /home/me/Downloads/om101-linux/om101_drm_free.jar
mainClass: eu/tulevik/officemanagement101/desktop/DesktopLauncher
vmArg 0: -Xmx1G
jre: /home/me/Downloads/om101-linux/jre/lib/amd64/server/libjvm.so
terminate called after throwing an instance of 'std::system_error' what(): Enable multithreading to use std::thread: Operation not permitted
Aborted (core dumped)Which leaves me without a real good idea of what to do next, is this something I need to fix in linux is this a c++ issue a little from both, any help?
3 Reset to default