Hello,
Ive been trying to make this server function for the past hour or two now, and im getting some frustrating errors. I got the server to run the first time I used the launch.bat, and now its not working anymore. I have tried fresh installs mutiple times and I get the same thing. I have also tried taking out nether_ore mod files too.
I have uninstalled/reinstalled Java 64 bit with most recent update.
I have 4 GB ram
Any help would be appreciated.
Whenever I launch the .bat file It prepares spawn then after it gives me some errors.
I linked the error message it gives me.
2012-08-09 14:47:44 [iNFO] Preparing spawn area: 8%
2012-08-09 14:47:45 [iNFO] Preparing spawn area: 20%
2012-08-09 14:47:46 [iNFO] Preparing spawn area: 32%
2012-08-09 14:47:47 [iNFO] Preparing spawn area: 44%
2012-08-09 14:47:48 [iNFO] Preparing spawn area: 61%
2012-08-09 14:47:49 [iNFO] Preparing spawn area: 65%
2012-08-09 14:47:50 [iNFO] Preparing spawn area: 77%
2012-08-09 14:47:51 [iNFO] Preparing spawn area: 89%
2012-08-09 14:47:52 [iNFO] Preparing start region for level 1 (Seed: -3591289607908806339)
2012-08-09 14:47:52 [iNFO] Preparing spawn area: 20%
2012-08-09 14:47:53 [iNFO] Preparing spawn area: 69%
2012-08-09 14:47:54 [iNFO] Preparing start region for level 2 (Seed: -3591289607908806339)
2012-08-09 14:47:54 [iNFO] Preparing spawn area: 12%
2012-08-09 14:47:55 [iNFO] Preparing spawn area: 36%
2012-08-09 14:47:56 [iNFO] Preparing spawn area: 57%
2012-08-09 14:47:57 [iNFO] Preparing spawn area: 77%
2012-08-09 14:47:58 [iNFO] Preparing spawn area: 89%
2012-08-09 14:47:59 [iNFO] Server permissions file permissions.yml is empty, ignoring it
2012-08-09 14:47:59 [iNFO] Done (15.872s)! For help, type "help" or "?"
2012-08-09 14:47:59 [sEVERE] java.lang.UnsatisfiedLinkError: no awt in java.library.path
2012-08-09 14:47:59 [sEVERE]at java.lang.ClassLoader.loadLibrary(Unknown Source)
2012-08-09 14:47:59 [sEVERE]at java.lang.Runtime.loadLibrary0(Unknown Source)
2012-08-09 14:47:59 [sEVERE]at java.lang.System.loadLibrary(Unknown Source)
2012-08-09 14:47:59 [sEVERE]at sun.security.action.LoadLibraryAction.run(Unknown Source)
2012-08-09 14:47:59 [sEVERE]at sun.security.action.LoadLibraryAction.run(Unknown Source)
2012-08-09 14:47:59 [sEVERE]at java.security.AccessController.doPrivileged(Native Method)
2012-08-09 14:47:59 [sEVERE]at java.awt.Toolkit.loadLibraries(Unknown Source)
2012-08-09 14:47:59 [sEVERE]at java.awt.Toolkit.<clinit>(Unknown Source)
2012-08-09 14:47:59 [sEVERE]at java.awt.Component.<clinit>(Unknown Source)
2012-08-09 14:47:59 [sEVERE]at net.minecraft.server.mod_WirelessRedstoneCore.onTickInGame(mod_WirelessRedstoneCore.java:23)
2012-08-09 14:47:59 [sEVERE]at net.minecraft.server.BaseMod.doTickInGame(BaseMod.java:34)
2012-08-09 14:47:59 [sEVERE]at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:95)
2012-08-09 14:47:59 [sEVERE]at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:83)
2012-08-09 14:47:59 [sEVERE]at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:55)
2012-08-09 14:47:59 [sEVERE]at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
2012-08-09 14:47:59 [sEVERE]at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:185)
2012-08-09 14:47:59 [sEVERE]at cpw.mods.fml.server.FMLBukkitHandler.onServerPostTick(FMLBukkitHandler.java:631)
2012-08-09 14:47:59 [sEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:607)
2012-08-09 14:47:59 [sEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
2012-08-09 14:47:59 [sEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-08-09 14:47:59 [sEVERE] Unexpected exception
java.lang.UnsatisfiedLinkError: no awt in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Unknown Source)
at java.awt.Toolkit.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
at net.minecraft.server.mod_WirelessRedstoneCore.onTickInGame(mod_WirelessRedstoneCore.java:23)
at net.minecraft.server.BaseMod.doTickInGame(BaseMod.java:34)
at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:95)
at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:83)
at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:55)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:185)
at cpw.mods.fml.server.FMLBukkitHandler.onServerPostTick(FMLBukkitHandler.java:631)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:607)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Does anyone have any idea what the errors mean?
Thank you for your time!