When launching I see
Having a poke around in the info I am given, I find the all important stack trace with the lines:"Unexpected exception: java.lang.reflect.InvocationTargetException"
and below that:Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
What this means is that when it tries to use OpenGL it can't find it. Which implies my graphics card doesn't support it. What to do about that (apart from upgrade) I'm not sure, but if you get the InvocationTargetException with those lines in the stack trace, you probably haven't got it either.at org.lwjgl.opengl.Display.<clinit>(Display.java:104)
Luckily for me I have occasional access to a newer computer so I might be around occasionally, but not half as often as I would be if my old computer was a little less old.