Jump to content

xert7xainsf

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by xert7xainsf

  1. Hi, thanks for the help I figured what he said wasn't true as i use the same code for other servers. as i am kinda an idiot can you tell me which of these are client mods (these are the mods i am running) >mods 1.7.10 CodeChickenLib-1.7.10-1.1.1.99-universal.jar ForgeMultipart-1.7.10-1.1.0.314-universal.jar carpentersblocks mcheli [1.7.10] SecurityCraft 1.7.2.jar Artifice-1.7.10-1.1.4-310.jar AsieLib-1.7.10-0.3.9.jar BigReactors-0.4.1A2.jar buildcraft-6.3.6.jar Carpenter's Blocks v3.3.5 - MC 1.7.10.jar ChickenChunks-1.7.10-1.3.4.16-universal.jar Chisel-1.7.10-1.5.7.jar CodeChickenCore-1.7.10-1.0.4.29-universal.jar CoFHCore-[1.7.10]3.0.0B9-138.jar DynamicTransport-0.1.2.0.jar Flans Mod-1.7.10-4.9.0.jar LunatriusCore-1.7.10-1.1.2.21-universal.jar Mantle-1.7.10-0.3.2.jar Mekanism-1.7.10-7.1.1.127.jar MekanismGenerators-1.7.10-7.1.1.127.jar MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar MrCrayfishFurnitureModv3.4.7(1.7.10).jar OpenModularTurrets-1.7.10-1.3.4-27.jar OptiFine_1.7.10_HD_B5.jar RedstonePasteMod-1.7.10-1.6.2.jar Schematica-1.7.10-1.7.5.113-universal.jar secretroomsmod-1.7.10-4.7.1.404.jar SlimevoidLibrary-2.0.4.7.jar statues-1.7.10-2.1.4.jar TConstruct-1.7.10-1.8.2a.jar ThermalFoundation-[1.7.10]1.0.0RC1-13.jar TMechworks-1.7.10-0.2.12.95.jar Waila-1.5.9_1.7.10.jar WR-CBE-1.7.10-1.4.1.9-universal.jar Thanks -Guy
  2. Hi so I am running a forge 1.7.10 server (installer/version: forge-1.7.10-10.13.3.1355-1.7.10-installer ) I am using a .bat file to launch the server here is the code: ------------------------------------------------------------------------------- java -Xms4G -XX:MaxPermSize=4096m -jar forge-1.7.10-10.13.3.1355-1.7.10-universal.jar -o true nogui pause ------------------------------------------------------------------------------- But I keep getting this error code: ------------------------------------------------------------------------------- [17:44:02] [server thread/INFO]: Starting minecraft server version 1.7.10 [17:44:30] [server thread/INFO]: Loading properties [17:44:30] [server thread/INFO]: Default game type: SURVIVAL [17:44:30] [server thread/INFO]: Generating keypair [17:44:30] [server thread/INFO]: Starting Minecraft server on *:25565 [17:44:35] [server thread/INFO]: Preparing level "world" [17:44:36] [server thread/INFO]: Preparing start region for level 0 [17:44:37] [server thread/INFO]: Preparing spawn area: 87% [17:44:37] [server thread/INFO]: Done (2.022s)! For help, type "help" or "?" [17:44:37] [server thread/ERROR]: Encountered an unexpected exception java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException at net.minecraft.profiler.Profiler.func_76320_a(Profiler.java:64) ~[qi.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:546) ~[MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51] at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51] at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) ~[launchwrapper-1.11.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] ... 4 more [17:44:37] [server thread/INFO]: Stopping server [17:44:37] [server thread/INFO]: Saving players [17:44:37] [server thread/INFO]: Saving worlds [17:44:37] [server thread/INFO]: Saving chunks for level 'world'/Overworld [17:44:37] [server thread/INFO]: Saving chunks for level 'world'/Nether [17:44:37] [server thread/INFO]: Saving chunks for level 'world'/The End ------------------------------------------------------------------------------- Any help? thanks -Guy
  3. Hi so I have some mods on my server but I keep getting this error: ------------------------------------------------------------------------------------- [09:32:39] [main/DEBUG] [FML/]: Validating minecraft [09:32:40] [main/DEBUG] [FML/]: Minecraft validated, launching... [09:32:40] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker [09:32:40] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker [09:32:40] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.server.MinecraftServer (input size 23523), found 1 patch [09:32:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.server.MinecraftServer (new size 31998) [09:32:40] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/IBlockAccess (input size 165), found 1 patch [09:32:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/IBlockAccess (new size 540) [09:32:40] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/WorldServerMulti (input size 563), found 1 patch [09:32:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/WorldServerMulti (new size 1071) [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source) [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.getDeclaredMethods0(Native Method) [09:32:40] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.privateGetDeclaredMethods(Unknown Source) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.getMethod0(Unknown Source) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.getMethod(Unknown Source) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:132) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 6 more [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: net.minecraft.world.World [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 12 more [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassFormatError: Duplicate field name&signature in class file net/minecraft/world/World [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.defineClass1(Native Method) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.defineClass(Unknown Source) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.security.SecureClassLoader.defineClass(Unknown Source) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) [09:32:41] [main/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 14 more ------------------------------------------------------------------------------------- Forge version: forge-1.7.10-10.13.2.1291 server-start.bat code: java -Xms4G -XX:MaxPermSize=4096m -jar forge-1.7.10-10.13.2.1291-universal.jar -o true -nogui pause Any ideas?
  4. Hi, I have been making a mod-pack and have finally come to an enchantment conflict how do I fix this? (between ars magica 2 and custom NPC enchantment 100) -Guy
  5. Hi, I keep getting this error in my modded server despite me allocating 4 gb of Ram (starting it with a .bat file) heres the error: --------------------------------------------------------------------------------- Caused by: java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51] at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51] at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51] at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51] at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_51] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51] at mcp.mobius.waila.Waila.preInit(Waila.java:67) ~[Waila.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51] [19:38:09] [server thread/WARN] [FML/]: Can't revert to frozen GameData state without freezing first. [19:38:09] [server thread/INFO] [FML/]: Applying holder lookups [19:38:09] [server thread/INFO] [FML/]: Holder lookups applied [19:38:10] [server thread/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:38:45] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:38:58] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:39:17] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoClassDefFoundError: net/minecraft/command/ServerCommand [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71331_a(DedicatedServer.java:362) [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:99) [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: net.minecraft.command.ServerCommand [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source) [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source) [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 2 more [19:39:31] [server console handler/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.OutOfMemoryError: PermGen space [19:39:49] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:39:52] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:39:54] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:39:56] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:40:07] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space [19:40:09] [AWT-EventQueue-0/INFO] [sTDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.OutOfMemoryError: PermGen space --------------------------------------------------------------------------------- I was wondering if it was casued by it loads the .bat file and i get a command - prompt looking console but then I also get the vanilla console and wondered if it was also launching the vanilla console but without the extra ram? heres my .bat file code: ----------------------------------------------------------------------------------- java -Xms4G -Xmx4G -jar forge-1.7.10-10.13.2.1291-universal.jar -o true ----------------------------------------------------------------------------------- or could it be one of the mods I have installed? thx -Guy
  6. I have countless times (11 now) and even tried reinstalling minecraft alltogether
  7. I am using forge forge-1.7.10-10.13.2.1291-installer.jar on the vanilla launcher
  8. Hi, so I have been making a mod-pack but when I go to launch it, its starts launching but I get this error message: ------------------------------------------------------------------------- [18:46:15 ERROR]: Gave up trying to download http://files.minecraftforge.net/maven/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar for job 'Version & Libraries' [18:46:15 WARN]: Couldn't download http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.10-10.13.2.1291/forge-1.7.10-10.13.2.1291.jar for job 'Version & Libraries' java.lang.RuntimeException: Server responded with 404 at com.mojang.launcher.updater.download.ChecksummedDownloadable.download(ChecksummedDownloadable.java:97) ~[launcher.jar:1.6.11] at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:109) [launcher.jar:1.6.11] at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:1.6.11] at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:1.6.11] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25] ------------------------------------------------------------------------- it was suggested to me that I post the problem here, so any help? thanks -Guy
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.