Question:
minecraft server problems?
Saintsfan43
2014-06-11 18:40:31 UTC
alright so my friend and i just tried to create a server for just the two of us to play together and have a modded survival series to play though.... just created the server and kept getting this crash....

does any of this make sense to anyone?


---- Minecraft Crash Report ----
// Oops.

Time: 6/11/14 6:37 PM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
at net.minecraft.server.management.PlayerManager.(PlayerManager.java:55)
at net.minecraft.world.WorldServer.(WorldServer.java:113)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:246)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:102)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClas
Three answers:
efflandt
2014-06-11 21:28:45 UTC
Are you running 32-bit or 64-bit Windows? For 64-bit Windows you might specifically need to manually download/install 64-bit Java, because the default Internet Explorer is 32-bit, so by default only 32-bit Java is installed from that.



Looks like an lwjgl error which should not even matter for a server unless trying to launch it with gui without proper GL support or something. Maybe try launching it with nogui at the end of the line that launches the minecraft_server.jar (or if a modpack whatever .jar launches that).
Bryan
2014-06-11 18:46:29 UTC
Making a server with mods is a huge pain! Go to bukkit.org and download their latest server if you havent already, makes it much easier. As for the error report, I have no idea what any of that means. In my own experience with vanilla server running, the one thing to be wary of is port forwarding. If you need help with port forwarding, go here :http://portforward.com/english/routers/port_forwarding/routerindex.htm

Good luck!
Saintsfan43
2014-06-11 19:02:13 UTC
any help that the server is in 1.6.4?


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...