Is there a switch to bypass the steamworks4j stuff? This way this could run easily on OpenBSD and other non-standard operating systems... :D
Something like '-nosteam' would be great... Or just don't abort if Steam fails to initialize...
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.codedisaster.steamworks.SteamAPI.loadLibraries(SteamAPI.java:20)
at com.codedisaster.steamworks.SteamAPI.loadLibraries(SteamAPI.java:11)
at rtr.system.Game.launchGame(Game.java:130)
at rtr.system.Launcher.main(Launcher.java:52)
Caused by: java.lang.RuntimeException: Unknown host architecture: OpenBSD, amd64
at com.codedisaster.steamworks.SteamSharedLibraryLoader.<clinit>(SteamSharedLibraryLoader.java:43)
... 4 more