Skip to content

Instantly share code, notes, and snippets.

@jmgrosen
jmgrosen / gist:1046895
Created June 25, 2011 21:05
An error I'm getting when i try to run minecraft on my ubuntu 11.04 machine.
when I run java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame (with the Sun (well, Oracle now) JRE):
16 achievements
148 recipes
Setting user: jmgrosen, -8622908869192837380
Loading: net.java.games.input.LinuxEnvironmentPlugin
Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)
Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)
@jmgrosen
jmgrosen / gist:984643
Created May 21, 2011 16:04
Error from smelting
java.lang.NullPointerException
at ii.b(SourceFile:73)
at av.a(SourceFile:154)
at ho.a(SourceFile:138)
at ho.a(SourceFile:62)
at oy.b(SourceFile:515)
at EntityRendererProxy.b(EntityRendererProxy.java:13)
at net.minecraft.client.Minecraft.run(SourceFile:721)
at java.lang.Thread.run(Thread.java:680)