You are not logged in.
First of all, before posting here, I've read a lot on this issue and went through all the steps that had been already advised. But nothing worked so far. I've installed minecraft AUR package.
So I want to play this game offline, upon starting it up via "minecraft" or "java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame", I get into a login screen, where I do not type my name or pass, just click login and when it fails I have an option to play offline. Which I choose, right after that the screen with loading appears and freezes into black screen. I can see the following message in terminal:
Exception in thread "Minecraft main thread" java.lang.UnsatisfiedLinkError: org.lwjgl.DefaultSysImplementation.getPointerSize()I
at org.lwjgl.DefaultSysImplementation.getPointerSize(Native Method)
at org.lwjgl.Sys.<clinit>(Sys.java:113)
at org.lwjgl.opengl.Display.<clinit>(Display.java:132)
at net.minecraft.client.Minecraft.a(SourceFile:184)
at net.minecraft.client.Minecraft.run(SourceFile:657)
at java.lang.Thread.run(Unknown Source)This seems like a lwjgl problem and it has been solved everywhere by overwriting old lwjgl files in .minecraft/bin/ by the fresh ones, which I did. Only in my case that did not solve the problem. I did install it manually over .minecraft/bin from offsite and tried AUR package, nothing works. I have java installed from AUR (build 1.7.0_05-b06) so all should work just fine. Minecraft dir is in $USER/.minecraft/
Need help
Last edited by tasty_minerals (2012-07-29 10:54:32)
lenovo thinkpad EDGE 13'
Offline
Solved, it appears that I incorrectly copied linux lwjgl libs to .minecraft/bin/native/)))
lenovo thinkpad EDGE 13'
Offline