Hello! I have a fresh install of Arch Linux on my P35K gaming laptop. I have installed minecraft from the AUR using Yaourt, and the launcher works perfectly. Unfortunately, I cannot launch the game client (and because of the error I would assume this will happen to all java games).
I keep getting this error:
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 6/24/14 6:33 PM
Description: Initializing game
org.lwjgl.LWJGLException: Could not init GLX
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:818)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at ban.ag(SourceFile:340)
at ban.f(SourceFile:713)
at net.minecraft.client.main.Main.main(SourceFile:148)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:818)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:846)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at ban.ag(SourceFile:340)
-- Initialization --
Details:
Stacktrace:
at ban.f(SourceFile:713)
at net.minecraft.client.main.Main.main(SourceFile:148)
-- System Details --
Details:
Minecraft Version: 1.7.9
Operating System: Linux (amd64) version 3.15.1-1-ARCH
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 221849320 bytes (211 MB) / 251133952 bytes (239 MB) up to 954728448 bytes (910 MB)
JVM Flags: 1 total; -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.7.9
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
I think it may be due to a missing package.
Currently, I use the "nvidia" driver that I installed via
sudo pacman -S nvidia
for graphics, if that is relevant. Also, here some of my specs (I would think that at least some of them are relevant):
Since no one has replied to this yet I will assume it is because nobody knows what the heck I am talking about. Does anyone know a better place to put this? Maybe a Java forum or something?
I keep getting this error:
I think it may be due to a missing package.
Currently, I use the "nvidia" driver that I installed via for graphics, if that is relevant. Also, here some of my specs (I would think that at least some of them are relevant):
try "sudo pacman -Syu xorg-xrandr"