-
Bug
-
Resolution: Incomplete
-
None
-
Minecraft 1.7.9, Minecraft 1.7.10, Minecraft 1.8.1
-
None
-
{code}[22:07:08 INFO]: System.getProperty('os.name') == 'OpenBSD'
[22:07:08 INFO]: System.getProperty('os.version') == '5.5'
[22:07:08 INFO]: System.getProperty('os.arch') == 'amd64'
[22:07:08 INFO]: System.getProperty('java.version') == '1.7.0_21'
[22:07:08 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[22:07:08 INFO]: System.getProperty('sun.arch.data.model') == '64'{code}
java -version
{code}openjdk version "1.7.0_21"
OpenJDK Runtime Environment (build 1.7.0_21-b11)
OpenJDK 64-Bit Server VM (build 23.21-b01, mixed mode){code}{code}[22:07:08 INFO]: System.getProperty('os.name') == 'OpenBSD' [22:07:08 INFO]: System.getProperty('os.version') == '5.5' [22:07:08 INFO]: System.getProperty('os.arch') == 'amd64' [22:07:08 INFO]: System.getProperty('java.version') == '1.7.0_21' [22:07:08 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation' [22:07:08 INFO]: System.getProperty('sun.arch.data.model') == '64'{code} java -version {code}openjdk version "1.7.0_21" OpenJDK Runtime Environment (build 1.7.0_21-b11) OpenJDK 64-Bit Server VM (build 23.21-b01, mixed mode){code}
-
Unconfirmed
[22:11:19 INFO]: Client> Exception in thread "main" java.lang.LinkageError: Unknown platform: OpenBSD
[22:11:19 INFO]: Client> at org.lwjgl.LWJGLUtil.<clinit>(LWJGLUtil.java:280)
[22:11:19 INFO]: Client> at org.lwjgl.Sys.createImplementation(Sys.java:124)
[22:11:19 INFO]: Client> at org.lwjgl.Sys.<clinit>(Sys.java:111)
[22:11:19 INFO]: Client> at ban.K(SourceFile:2173)
[22:11:19 INFO]: Client> at net.minecraft.client.main.Main.main(SourceFile:72)
[22:11:19 ERROR]: Game ended with bad state (exit code 1)
I get this error when I try to launch the minecraft client. The launcher work fine but this one is systematic when I press the big "play" button.
I assume it has something to do with LWJGL not being compiled with OpenBSD support or something like that.