Jump to content

Hotelmariofan

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by Hotelmariofan

  1. Well, I've found that it's an issue with Remote Toolkit. For some reason, no amount of permgen will get rid of that error, but as soon as I run the server without that tool (which is incredibly useful), it works without issue. (Well, I have other issues that are irrelevant to this particular thread). I think I'll deal with the rToolkit dev (unless of course you have any ideas as to why this would happen). Thank you for your help thus far, I appreciate it.
  2. Yeah, I saw that. That's why I changed my server.bat to this: @echo off java -Xms2048m -Xmx6144m -XX:PermSize=256m -XX:MaxPermSize=1024m -jar Minecraft_RKit.jar user:pass pause Either there's a mistake somewhere in there, or we must be missing something. By the way, for testing purposes, I will be running the server on a machine with the following specs: CPU: Intel 3570K @ 3.8GHz RAM: 16GB GPU: GTX 680 2GB
  3. I recently put together a modpack for some friends and I. After testing and not running into many issues, I began getting this error message in the server log: 2014-05-18 11:36:34 [SEVERE] java.lang.NullPointerException 2014-05-18 11:36:34 [SEVERE] at powercrystals.minefactoryreloaded.modhelpers.forgemultiparts.FMP.addSubtypes(FMP.java:60) 2014-05-18 11:36:34 [SEVERE] at powercrystals.minefactoryreloaded.modhelpers.forgemultiparts.FMP.Init(FMP.java:38) 2014-05-18 11:36:34 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-05-18 11:36:34 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) 2014-05-18 11:36:34 [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-05-18 11:36:34 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) 2014-05-18 11:36:34 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 2014-05-18 11:36:34 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-05-18 11:36:34 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-05-18 11:36:34 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-05-18 11:36:34 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) 2014-05-18 11:36:34 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699) 2014-05-18 11:36:34 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) 2014-05-18 11:36:34 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355) 2014-05-18 11:36:34 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:178) 2014-05-18 11:36:34 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) 2014-05-18 11:36:34 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-05-18 11:36:40 [SEVERE] java.lang.ClassNotFoundException: twilightforest.entity.TFCreatures 2014-05-18 11:36:40 [SEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97) 2014-05-18 11:36:40 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at java.lang.Class.forName0(Native Method) 2014-05-18 11:36:40 [SEVERE] at java.lang.Class.forName(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at powercrystals.minefactoryreloaded.modhelpers.twilightforest.TwilightForest.load(TwilightForest.java:47) 2014-05-18 11:36:40 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-05-18 11:36:40 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) 2014-05-18 11:36:40 [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-05-18 11:36:40 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) 2014-05-18 11:36:40 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 2014-05-18 11:36:40 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-05-18 11:36:40 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-05-18 11:36:40 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-05-18 11:36:40 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) 2014-05-18 11:36:40 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699) 2014-05-18 11:36:40 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) 2014-05-18 11:36:40 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355) 2014-05-18 11:36:40 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:178) 2014-05-18 11:36:40 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) 2014-05-18 11:36:40 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-05-18 11:36:46 [INFO] Ore: cropPumpkin 2014-05-18 11:36:46 [INFO] Ore: cropMelon 2014-05-18 11:36:46 [INFO] Ore: cropPotato 2014-05-18 11:36:46 [INFO] Ore: cropCarrot 2014-05-18 11:36:46 [INFO] Fluid: peat 2014-05-18 11:36:46 [INFO] Fluid: vegetable 2014-05-18 11:36:49 [INFO] Fluid: molten redstone 2014-05-18 11:36:53 [INFO] [qCraft] Loading qCraft v1.1 (rev 253) 2014-05-18 11:37:03 [SEVERE] java.lang.OutOfMemoryError: PermGen space 2014-05-18 11:37:03 [SEVERE] Encountered an unexpected exception OutOfMemoryError java.lang.OutOfMemoryError: PermGen space 2014-05-18 11:37:06 [INFO] Stopping server 2014-05-18 11:37:06 [SEVERE] java.lang.NoClassDefFoundError: org/bukkit/plugin/Plugin 2014-05-18 11:37:06 [SEVERE] at org.bukkit.plugin.SimplePluginManager.getPlugins(SimplePluginManager.java:343) 2014-05-18 11:37:06 [SEVERE] at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:393) 2014-05-18 11:37:06 [SEVERE] at org.bukkit.craftbukkit.v1_6_R3.CraftServer.disablePlugins(CraftServer.java:273) 2014-05-18 11:37:06 [SEVERE] at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:566) 2014-05-18 11:37:06 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:715) 2014-05-18 11:37:06 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) 2014-05-18 11:37:06 [SEVERE] Exception in thread "Server thread" 2014-05-18 11:37:06 [SEVERE] java.lang.OutOfMemoryError: PermGen space 2014-05-18 11:39:08 [SEVERE] Exception in thread "Listen thread" 2014-05-18 11:39:08 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/network/packet/Packet44UpdateAttributes 2014-05-18 11:39:08 [SEVERE] at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:108) 2014-05-18 11:39:08 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.network.packet.Packet44UpdateAttributes 2014-05-18 11:39:08 [SEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) 2014-05-18 11:39:08 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2014-05-18 11:39:08 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2014-05-18 11:39:08 [SEVERE] ... 1 more 2014-05-18 11:39:08 [SEVERE] Caused by: java.lang.OutOfMemoryError: PermGen space Now, as far as the server's specs go, it has the following: RAM: 6GB GPU: 9800GT (2GB) CPU: Q8200 Quad-Core at 2.33GHz If you'd like to see the full server log, here it is: http://pastebin.com/5M5tWzcA At this point, I'm still not experienced enough to be able to understand server logs extensively, so any help would be greatly appreciated. Thanks.
  4. Wasn't quite sure how to word the question, but the title does a fairly decent job of getting the point across. I want all new players on my server to start with a few items, set by me. Pretty much, if you don't already have a player.dat file, I want you to begin with certain items, if you do (and say, you're just respawning after death), then you don't get the startup kit. I feel like this would be fairly simple to do, I'm just not sure how to go about it. Thanks in advanced. Edit: Without the use of plugins would be preferable.
  5. Ah, I apologize for not including that in the original post initially. I've updated it with that information. Edit: To answer your question about it being my desktop, yes, it is. I'm just doing all of my testing here, I have another dedicated machine that will be the server's permanent home once I work out these bugs. If your worried about other applications using up too much of my resources, I don't think that's an issue. I've been monitoring resource usage as I run the server and it seems to have enough RAM/CPU.
  6. Alright, I tried that and it didn't seem to fix the issue. This is exactly what I have in my .bat launch file: Here's a new copy of the server.log http://pastebin.com/SgUP1zuG Keep in mind, this only happens when I try to use MCPC+. Without it, I have no issues. I've tried many different builds with no differing results.
  7. Oh, I just realized I had the wrong log for "Server Log". I've replace it with the correct log. I apologize for that.
  8. Alright, I made a custom modpack to play with a few friends, and it works perfectly, both the server and the modpack. That is, until I try using MCPC+. I get countless errors that never showed up before when I try using MCPC+ until it finally just stops (but doesn't crash). Eventually, I can't close it, I actually have to go close the process with task manager. I will post links to the crash logs. Oddly, the forgemodloader log stops at some point, and doesn't record all of the errors, so I copy and pasted what I could from the server client (command prompt). Thanks in advance. From command prompt: http://pastebin.com/uSsvY2Ut Server log: http://pastebin.com/LNt4Pxyh These are the only logs I have, as there is no crash lag since it apparently never actually "crashed". Server Hardware: CPU: 3570K @ 4.2Ghz RAM: 16GB GPU: GTX 680
  9. Yeah, I've learned that since I started this thread, thanks for the info though. I've started a 1.5.2 server on a custom modpack and now I'm just working on conflicting mods. If this thread could be closed it would be greatly appreciated.
  10. Launcher Version: Build 253 Operating System: Windows 7 Home Premium 64bit Java Version: Version 7 Update 25 (build 1.7.0_25-b16) Antivirus Program: AVG 2014 Description of Problem: Whenever I start up minecraft through technic launcher, I receive this error. (I have attached the crash report). This is after moving immibis micro blocks to the "coremods" dir as instructed. Any help would be much appreciated. Thanks in advanced. Edit: I'm just guessing, but is this possibly caused by conflicting item IDs? Error Messages: Error Log: ---- Minecraft Crash Report ---- // I blame Dinnerbone. Time: 9/17/13 9:23 PM Description: Failed to start game java.lang.IllegalStateException: Too late to request IDs, use pre-init at mods.immibis.core.impl.IDAllocator.request(IDAllocator.java:159) at mods.immibis.core.impl.IDAllocator.requestBlock(IDAllocator.java:207) at mods.immibis.microblocks.MicroblockSystem.init(MicroblockSystem.java:260) at mods.immibis.microblocks.coremod.BridgeClass2.init(BridgeClass2.java:40) at mods.immibis.microblocks.coremod.MicroblocksModContainer.init(MicroblocksModContainer.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448) at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) at net.minecraft.client.Minecraft.run(Minecraft.java:733) at java.lang.Thread.run(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.5.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_25, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 172171512 bytes (164 MB) / 2038956032 bytes (1944 MB) up to 5726666752 bytes (5461 MB) JVM Flags: 1 total; -Xmx6144m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v7.51 FML v5.2.23.738 Minecraft Forge 7.8.1.738 Optifine OptiFine_1.5.2_HD_U_D5 65 mods loaded, 65 mods active mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{5.2.23.738} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized Forge{7.8.1.738} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized CodeChickenCore{0.8.7.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized CoFHFramework{1.5.2.5} [CoFH Framework] (coremods) Unloaded->Constructed->Pre-initialized->Initialized ImmibisCore_InstalledAsCoreMod{55.1.6} [immibis Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized ImmibisMicroblocks{55.0.7} [immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Errored NotEnoughItems{1.5.2.27} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized mod_bspkrsCore{v2.09(1.5.2)} [bspkrsCore] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized TreeCapitator{Forge 1.5.2.r14} [TreeCapitator] ([1.5.2]TreeCapitator.Forge.1.5.2.r14.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHCore{1.5.2.5} [CoFHCore] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized CoFHWorld{1.5.2.5} [CoFHWorld] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized ThermalExpansion{2.4.6.0} [Thermal Expansion] (ThermalExpansion-2.4.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized IC2{1.117.921} [industrialCraft 2] (industrialcraft-2_1.117.921.jar) Unloaded->Constructed->Pre-initialized->Initialized ImmibisCore{55.1.6} [immibis Core] (immibis-core-55.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized ImmibisMicroblocksInstallCheck{55.0.7} [immibis's Microblocks (Checks for incorrect installation, ignore this)] (immibis-microblocks-55.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_06.zip) Unloaded->Constructed->Pre-initialized->Initialized AdvancedMachines{55.0.3} [Advanced Machines] (advanced-machines-55.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized BiblioCraft{1.3.3} [biblioCraft] (BiblioCraft[v1.3.3].zip) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Core{3.7.2} [buildCraft] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Builders{3.7.2} [bC Builders] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Energy{3.7.2} [bC Energy] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Factory{3.7.2} [bC Factory] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Transport{3.7.2} [bC Transport] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized BuildCraft|Silicon{3.7.2} [bC Silicon] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized Additional-Buildcraft-Objects{1.0.6.159} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.6.159.jar) Unloaded->Constructed->Pre-initialized->Initialized ChickenChunks{1.3.2.12} [ChickenChunks] (ChickenChunks 1.3.2.12.jar) Unloaded->Constructed->Pre-initialized->Initialized CompactSolars{4.2.0.52} [Compact Solar Arrays] (compactsolars-universal-1.5.2-4.2.0.52.zip) Unloaded->Constructed->Pre-initialized->Initialized ComputerCraft{1.53} [ComputerCraft] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized EnderStorage{1.4.2.15} [EnderStorage] (EnderStorage 1.4.2.15.jar) Unloaded->Constructed->Pre-initialized->Initialized ExtrabiomesXL{3.14.1} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.2-3.14.1.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.4} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized Forestry{2.2.8.4} [Forestry for Minecraft] (forestry-A-2.2.8.4.jar) Unloaded->Constructed->Pre-initialized->Initialized inventorytweaks{1.54} [inventory Tweaks] (InventoryTweaks-1.54.jar) Unloaded->Constructed->Pre-initialized->Initialized IronChest{5.2.8.446} [iron Chest] (ironchest-universal-1.5.2-5.2.8.446.zip) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded{1.5.1R2.6.4} [MineFactory Reloaded] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatAtum{1.5.1R2.6.4} [MFR Compat: Atum] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatBackTools{1.5.1R2.6.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.6.4} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatChococraft{1.5.1R2.6.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.6.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatForestry{1.5.1R2.6.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatIC2{1.5.1R2.6.4} [MFR Compat: IC2] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.6.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized Mystcraft{0.10.5.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.5.00.zip) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatPams{1.5.1R2.6.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatRP2{1.5.1R2.6.4} [MFR Compat: RP2] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.4} [MFR Compat: SoulShards] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.6.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized Thaumcraft{3.0.5h1} [Thaumcraft] (Thaumcraft3.0.5h.zip) Unloaded->Constructed->Pre-initialized->Initialized MFReloaded|CompatThaumcraft{1.5.1R2.6.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatTwilightForest{1.5.1R2.6.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatVanilla{1.5.1R2.6.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized MineFactoryReloaded|CompatXyCraft{1.5.1R2.6.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized AdvancedSolarPanel{3.3.7} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_7.zip) Unloaded->Constructed->Pre-initialized->Initialized NEIPlugins{1.0.9.3} [NEI Plugins] (NEIPlugins-1.0.9.3.jar) Unloaded->Constructed->Pre-initialized->Initialized Railcraft{7.3.0.0} [Railcraft] (Railcraft_1.5.2-7.3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized PowerConverters{1.5.1R2.3.1} [Power Converters] (PowerConverters-2.3.1-58.jar) Unloaded->Constructed->Pre-initialized->Initialized RedLogic{55.4.1} [RedLogic] (redlogic-55.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized Tubestuff{55.0.5} [Tubestuff] (tubestuff-55.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized LWJGL: 2.4.2 OpenGL: GeForce GTX 680/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Texture Pack: Default Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  11. I have created my own modpack and I would just like to know the easiest way to play it with a small group of friends. Thanks for your time. Edit: Keep in mind I have tested this combination of mods in my 1.6.2 SP game, now I just want to play with all of these mods with some friends but I have no idea how to get to that point.
  12. Alright, I would like to run a MC 1.6.2 server with some friends, but I would really like mods such as NEI and a few others. Since they actually "mods" and not "plugins", I know I need to make some extra steps to do this other than get craftbukkit and such. So, my question is, what do I need to do? Just create a "mods" folder in the server dir and throw them in? I doubt it's that easy. Another thing, what will those connecting to the server need to do in order to see all the mods that I have installed? Thanks in advanced.
  13. My server ran perfectly fine until I installed tekkit restrict. That sucks that tekkit restrict was causing the issue, but once I un installed it, I had no issue at all. See if that is installed and see if un installing fixes your issue. Let me know how it goes.
  14. Well essentials is what gives me the power to do things like temp ban and give reasons for bans, I just want those messages to show to players that I give the permission to see it.
  15. When a player is kicked or banned, and I provide a reason, I want people server wide to see this message, but as it is, only I and the person being banned/kicked sees this message. How do I get it so that all players see this ban/kick message? thanks in advanced.
  16. Title: server crashes/freezes after other players connect Version: 3.1.2 OS: Windows Vista Home premium 64bit Java Version: 1.7.0_11-b21 Description of Problem: I run a server and now all of the sudden, about every 30 minutes, all players will get kicked and receive a "Internal exception: java.net.SocketException: Connection reset", error. What's weird is that after everyone left out of frustration, I played for about 5 hours straight with no problem. When other players connect, after about 45 minutes, the server freezes and every is kicked and receives that message. The really weird thing is that it's like the server doesn't know it has crashed because there is no errors in the cmd. I can still type list, and it will show the players that were online before it crashed as if it had never crashed. Does anyone have idea why this may be? Thanks in advanced. Error Messages: Internal exception: java.net.SocketException: Connection reset Error Log:
  17. I'm having the same problem, or at least I think i am. The server will run for a while and then everyone will get kicked and receive that message. Any one have any idea why this is? The server logs also show no sign of having crashed even though everyone was kicked. I don't mean to hi jack your thread, my problem is just very similar.
  18. Title: What does this error mean? Version: 3.1.2 OS: Windows 7 Home Premium 64bit Java Version: 1.7.0_11-b21 Description of Problem: I just get this in my server logs/cmd Error Messages: Error Log: 2013-02-14 23:53:04 [sEVERE] Could not pass event PlayerInteractEvent to Modifyw orld org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:304) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:482) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:467) at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven t(CraftEventFactory.java:177) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j ava:302) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:647) at net.minecraft.server.Packet15Place.handle(SourceFile:39) at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:8 3) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at ru.tehkode.modifyworld.ModifyworldListener.getMaterialPermission(Modi fyworldListener.java:88) at ru.tehkode.modifyworld.ModifyworldListener.getMaterialPermission(Modi fyworldListener.java:92) at ru.tehkode.modifyworld.ModifyworldListener.getBlockPermission(Modifyw orldListener.java:96) at ru.tehkode.modifyworld.ModifyworldListener.getObjectPermission(Modify worldListener.java:161) at ru.tehkode.modifyworld.ModifyworldListener.assemblePermission(Modifyw orldListener.java:146) at ru.tehkode.modifyworld.ModifyworldListener.permissionDenied(Modifywor ldListener.java:122) at ru.tehkode.modifyworld.handlers.PlayerListener.onPlayerInteract(Playe rListener.java:216) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:302) ... 13 more
  19. So I started a server and at the beginning fire wouldn't spread and water wouldn't run and everything. Well for some reason essentials was set by default to prevent all of those things. So I enabled them. Well now water flows, but fire still won't spread. Any idea why this may be? Thanks in advanced.
  20. Well, I installed that, and it works like a charm. I guess I'll just use that. Thanks for the recommendation!
  21. Hm, well this is what I have currently, but for some reason people can still use the watch of flowing time. Have I made a mistake here somewhere? I would really like to just use modifyworld to block items, but it doesn't seem to work. Also, I did set item-restriction to true in the modifyworld config. Member: prefix: '&9(Member)&f' permissions: - -modifyworld.items.have.27538:* - -modifyworld.items.craft.27538:* - -modifyworld.items.hold.27538:* - -modifyworld.items.pickup.27538:* - modifyworld.* - deathchest.signchest.use - deathchest.spawnchest.spawn - PrivateWarp.pw - choptree.chop - essentials.back - essentials.back.ondeath - essentials.me - essentials.rules - essentials.help - essentials.help.privatewarp - essentials.motd - essentials.msg options: rank: '900'
  22. What is the most effective way to block a set of of items (use, and crafting, and have), server wide without adding it to each PEX group? I especially need to get rid of the watch of flowing time.
  23. I need to search my server for a certain block, a dimensional anchor to be exact. I cannot find it in game so I need some other way. Is there some way to do this with MCEdit or worldedit perhaps? Thanks in advanced.
×
×
  • Create New...