Jump to content

BossX

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by BossX

  1. That solved the issue! Along with using an earlier version of COFH Core, Thermal Expansion, Thermal Foundation, and Tinker's Construct.
  2. I have created a custom modpack, and now I want to make a server for it. I have all the files (I think), yet I get this weird error when i start the cauldron server file. Adding Accesstransformer map: CoFH_at.cfg A problem occurred running the Server launcher.java.lang.reflect.InvocationTarge tException 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 cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.j ava:43) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper. java:12) Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.getMethod0(Unknown Source) at java.lang.Class.getMethod(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more Caused by: java.lang.ClassNotFoundException: net.minecraft.world.World at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo ader.java:188) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.tree.MethodInsnNode.<i nit>(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V at cofh.asm.ASMCore.writeWorld(ASMCore.java:662) at cofh.asm.ASMCore.transform(ASMCore.java:168) at cofh.asm.PCCASMTransformer.transform(PCCASMTransformer.java:41) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchC lassLoader.java:276) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo ader.java:174) ... 14 more I got the cauldron installer, server, and cauldronbukkit file from here. Here are a list of my mods: The files in the 1.7.10 directory are: And the file inside the ic2 directory is ejml-0.23.jar Thanks in advance!
  3. I've tried using Optifine (I'll try again), but it didn't load correctly. So I'm going to try FPSPlus as an alternative.
  4. My modpack is pretty laggy, so I decided I wanted to install the FPSPlus mod. To do this, I have to change the startup parameters. Only issue, I have no idea how to do this. I have to add these flags: -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true
  5. I went through and put in about 5-10 mods at a time, and found the mod causing the issue. Thanks for the help!
  6. Ok, thanks. I'll go through and add a few mods at a time. I recently updated my java version, so I don't think that'll be the issue. I am also using some 1.7.10 modpack as a base, and thenonce I get everything working, I'm gonna pack it up and host it somewhere.
  7. I'm trying to make a pack for just me and my friends, and when I try to launch the pack, I come across this weird error. ---- Minecraft Crash Report ---- // I feel sad now Time: 8/27/14 12:09 AM Description: Initializing game java.lang.NoClassDefFoundError: net/minecraft/block/BlockHalfSlab at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) 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.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) at net.minecraft.client.main.Main.main(SourceFile:148) 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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockHalfSlab at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 34 more Caused by: java.lang.NullPointerException A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) 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.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) at net.minecraft.client.main.Main.main(SourceFile:148) 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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 238657928 bytes (227 MB) / 874381312 bytes (833 MB) up to 1908932608 bytes (1820 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 88 mods loaded, 88 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML{7.10.25.1208} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed Forge{10.13.0.1208} [Minecraft Forge] (modpack.jar) Unloaded->Constructed AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed <CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded->Constructed Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed coloredlightscore{1.1.2} [Colored Lights Core] (minecraft.jar) Unloaded->Constructed bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar) Unloaded->Constructed DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed IC2{2.2.621-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.621-experimental.jar) Unloaded->Constructed ImmibisCore{59.0.1} [Immibis Core] (immibis-core-59.0.1.jar) Unloaded->Constructed AdvancedRepulsionSystems{59.0.1} [Advanced Repulsion Systems] (adv-repulsion-systems-59.0.1.jar) Unloaded->Constructed AdvancedMachines{59.0.1} [Advanced Machines] (advanced-machines-59.0.1.jar) Unloaded->Constructed AnimationAPI{1.2.2} [AnimationAPI] (AnimationAPI-1.7.2-1.2.2.jar) Unloaded->Constructed BuildCraft|Core{6.0.17} [BuildCraft] (buildcraft-6.0.17.jar) Unloaded->Constructed CoFHCore{1.7.10R3.0.0B5} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B5-30.jar) Unloaded->Constructed ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed ForgeMultipart{1.1.0.297} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded->Constructed ExtraUtilities{1.1.0i} [Extra Utilities] (extrautilities-1.1.0i.jar) Unloaded->Constructed MetallurgyCore{4.0.3} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.3.11.jar) Unloaded->Constructed BuildCraft|Builders{6.0.17} [BC Builders] (buildcraft-6.0.17.jar) Unloaded->Constructed BuildCraft|Energy{6.0.17} [BC Energy] (buildcraft-6.0.17.jar) Unloaded->Constructed BuildCraft|Factory{6.0.17} [BC Factory] (buildcraft-6.0.17.jar) Unloaded->Constructed Railcraft{9.2.2.0} [Railcraft] (Railcraft_1.7.10-9.2.2.0.jar) Unloaded->Constructed GalacticraftCore{3.0.1} [Galacticraft Core] (GalacticraftCore-BETA-1.7-3.0.1.170.jar) Unloaded->Constructed Mekanism{7.1.0} [Mekanism] (Mekanism-1.7.10-7.1.0.91.jar) Unloaded->Constructed ThermalExpansion{1.7.10R4.0.0B5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B5-13.jar) Unloaded->Constructed appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed Mantle{1.7.10-165.4bc3343} [Mantle] (Mantle_mc1.7.10_0.3.0 (1).jar) Unloaded->Constructed Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0-b1.jar) Unloaded->Constructed BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.977-universal.jar) Unloaded->Constructed BiblioWoodsBoP{1.7} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.7].jar) Unloaded->Constructed BiblioWoodsNatura{1.3} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.3].jar) Unloaded->Constructed blocklings{1.2.0} [Blocklings] (Blocklings-v1.2.0-MC1.7.10.jar) Unloaded->Constructed BuildCraft|Transport{6.0.17} [BC Transport] (buildcraft-6.0.17.jar) Unloaded->Constructed BuildCraft|Silicon{6.0.17} [BC Silicon] (buildcraft-6.0.17.jar) Unloaded->Constructed easycoloredlights{1.7.2.} [Easy Colored Lights] (ColoredLightsCore-1.7.10.01.jar) Unloaded->Constructed DimensionalAnchors{59.0.2} [Dimensional Anchors] (dimensional-anchor-59.0.2.jar) Unloaded->Constructed Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed Waila{1.5.3a} [Waila] (Waila-1.5.3a_1.7.10.jar) Unloaded->Constructed TConstruct{1.7.10-1.6.0.build591} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d39 (1).jar) Unloaded->Constructed Metallurgy{4.0.4} [Metallurgy 4] (Metallurgy-1.7.10-4.0.4.43.jar) Unloaded->Constructed ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed GalacticraftMars{3.0.1} [Galacticraft Planets] (Galacticraft-Planets-BETA-1.7-3.0.1.170.jar) Unloaded->Constructed IronChest{6.0.51.734} [Iron Chest] (ironchest-1.7.10-6.0.51.734-universal.jar) Unloaded->Constructed journeymap{4.0.4} [JourneyMap] (JourneyMap4.0.4_Unlimited_MC1.7.10.jar) Unloaded->Constructed LiquidXP{59.0.0} [Liquid XP] (liquid-xp-59.0.0.jar) Unloaded->Constructed magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed Mariculture{1.2.3b} [Mariculture] (Mariculture-1.7.10-1.2.3b.jar) Unloaded->Constructed MekanismGenerators{7.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-7.1.0.91.jar) Unloaded->Constructed MekanismTools{7.1.0} [MekanismTools] (MekanismTools-1.7.10-7.1.0.91.jar) Unloaded->Constructed meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar) Unloaded->Constructed AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.X-1.1.jar) Unloaded->Constructed me{1.1} [More Enchantments] (MoreEnchantments-1.7.X-1.1.jar) Unloaded->Constructed MutantCreatures{1.4.5} [Mutant Creatures] (MutantCreatures-1.7.2-1.4.5.jar) Unloaded->Constructed NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar) Unloaded->Constructed ProjRed|Core{4.4.5.44} [ProjectRed] (ProjectRed-Base-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Transmission{4.4.5.44} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Transportation{4.4.5.44} [ProjectRed-Transportation] (ProjectRed-Mechanical-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Exploration{4.4.5.44} [ProjectRed-Exploration] (ProjectRed-World-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Compatibility{4.4.5.44} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Integration{4.4.5.44} [ProjectRed-Integration] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Illumination{4.4.5.44} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Expansion{4.4.5.44} [ProjectRed-Expansion] (ProjectRed-Mechanical-1.7.10-4.4.5.44.jar) Unloaded->Constructed RedstoneArsenal{1.7.10R1.1.0B4} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0B4-10.jar) Unloaded->Constructed ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar) Unloaded->Constructed StevesCarts{2.0.0.b16} [Steve's Carts 2] (StevesCarts2.0.0.b16.jar) Unloaded->Constructed telepads{1.6.4 v5} [Teleportation Pads] (Telepads-1.7.2_1.7.jar) Unloaded->Constructed TiCTooltips{1.1.9} [TiC Tooltips] (TiC-Tooltips-mc1.7.10-1.1.9.jar) Unloaded->Constructed TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar) Unloaded->Constructed TorchLevers{1.3.3} [Torch Levers] (TorchLeversV1.3.3.jar) Unloaded McMultipart{1.1.0.297} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded aobd{2.2.3} [Another One Bites The Dust] (AOBD-2.2.3.jar) Unloaded IguanaTweaksTConstruct{1.7.10-2.0.1.DEV.84b0c6f} [Iguana Tweaks for Tinkers Construct] (IguanaTinkerTweaks-1.7.10-2.0.1B2.jar) Unloaded ForgeMicroblock{1.1.0.297} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152 Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. Launched Version: 1.7.10-Forge10.13.0.1208 LWJGL: 2.9.1 OpenGL: ATI Radeon HD 4350 GL version 3.3.10765 Compatibility Profile Context, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)
  8. Need help still. This one is stumping me.
  9. I am trying to make a modpack for my brother and I to play, but I'm running into this weird error. I doesn't appear to have anything to do with any mods, but it just crashes. I know it has something to do with Half Slab Blocks, but that's as far as I could get. ---- Minecraft Crash Report ---- // Why is it breaking Time: 8/26/14 10:21 PM Description: Initializing game java.lang.NoClassDefFoundError: net/minecraft/block/BlockHalfSlab at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) 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.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) at net.minecraft.client.main.Main.main(SourceFile:148) 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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockHalfSlab at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 34 more Caused by: java.lang.NullPointerException A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) 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.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) at net.minecraft.client.main.Main.main(SourceFile:148) 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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 251747216 bytes (240 MB) / 874446848 bytes (833 MB) up to 1908932608 bytes (1820 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 88 mods loaded, 88 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML{7.10.25.1208} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed Forge{10.13.0.1208} [Minecraft Forge] (modpack.jar) Unloaded->Constructed AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed <CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded->Constructed Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed coloredlightscore{1.1.2} [Colored Lights Core] (minecraft.jar) Unloaded->Constructed bspkrsCore{6.12} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.12.jar) Unloaded->Constructed ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar) Unloaded->Constructed DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed IC2{2.2.621-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.621-experimental.jar) Unloaded->Constructed ImmibisCore{59.0.1} [Immibis Core] (immibis-core-59.0.1.jar) Unloaded->Constructed AdvancedRepulsionSystems{59.0.1} [Advanced Repulsion Systems] (adv-repulsion-systems-59.0.1.jar) Unloaded->Constructed AdvancedMachines{59.0.1} [Advanced Machines] (advanced-machines-59.0.1.jar) Unloaded->Constructed AnimationAPI{1.2.2} [AnimationAPI] (AnimationAPI-1.7.2-1.2.2.jar) Unloaded->Constructed BuildCraft|Core{6.0.17} [BuildCraft] (buildcraft-6.0.17.jar) Unloaded->Constructed CoFHCore{1.7.10R3.0.0B5} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B5-30.jar) Unloaded->Constructed ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed ForgeMultipart{1.1.0.297} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded->Constructed ExtraUtilities{1.1.0i} [Extra Utilities] (extrautilities-1.1.0i.jar) Unloaded->Constructed MetallurgyCore{4.0.3} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.3.11.jar) Unloaded->Constructed BuildCraft|Builders{6.0.17} [BC Builders] (buildcraft-6.0.17.jar) Unloaded->Constructed BuildCraft|Energy{6.0.17} [BC Energy] (buildcraft-6.0.17.jar) Unloaded->Constructed BuildCraft|Factory{6.0.17} [BC Factory] (buildcraft-6.0.17.jar) Unloaded->Constructed Railcraft{9.2.2.0} [Railcraft] (Railcraft_1.7.10-9.2.2.0.jar) Unloaded->Constructed GalacticraftCore{3.0.1} [Galacticraft Core] (GalacticraftCore-BETA-1.7-3.0.1.170.jar) Unloaded->Constructed Mekanism{7.1.0} [Mekanism] (Mekanism-1.7.10-7.1.0.91.jar) Unloaded->Constructed ThermalExpansion{1.7.10R4.0.0B5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B5-13.jar) Unloaded->Constructed appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed Mantle{1.7.10-165.4bc3343} [Mantle] (Mantle_mc1.7.10_0.3.0 (1).jar) Unloaded->Constructed Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0-b1.jar) Unloaded->Constructed BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.977-universal.jar) Unloaded->Constructed BiblioWoodsBoP{1.7} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.7].jar) Unloaded->Constructed BiblioWoodsNatura{1.3} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.3].jar) Unloaded->Constructed blocklings{1.2.0} [Blocklings] (Blocklings-v1.2.0-MC1.7.10.jar) Unloaded->Constructed BuildCraft|Transport{6.0.17} [BC Transport] (buildcraft-6.0.17.jar) Unloaded->Constructed BuildCraft|Silicon{6.0.17} [BC Silicon] (buildcraft-6.0.17.jar) Unloaded->Constructed easycoloredlights{1.7.2.} [Easy Colored Lights] (ColoredLightsCore-1.7.10.01.jar) Unloaded->Constructed DimensionalAnchors{59.0.2} [Dimensional Anchors] (dimensional-anchor-59.0.2.jar) Unloaded->Constructed Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed Waila{1.5.3a} [Waila] (Waila-1.5.3a_1.7.10.jar) Unloaded->Constructed TConstruct{1.7.10-1.6.0.build591} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d39 (1).jar) Unloaded->Constructed Metallurgy{4.0.4} [Metallurgy 4] (Metallurgy-1.7.10-4.0.4.43.jar) Unloaded->Constructed ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed GalacticraftMars{3.0.1} [Galacticraft Planets] (Galacticraft-Planets-BETA-1.7-3.0.1.170.jar) Unloaded->Constructed IronChest{6.0.51.734} [Iron Chest] (ironchest-1.7.10-6.0.51.734-universal.jar) Unloaded->Constructed journeymap{4.0.4} [JourneyMap] (JourneyMap4.0.4_Unlimited_MC1.7.10.jar) Unloaded->Constructed LiquidXP{59.0.0} [Liquid XP] (liquid-xp-59.0.0.jar) Unloaded->Constructed magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed Mariculture{1.2.3b} [Mariculture] (Mariculture-1.7.10-1.2.3b.jar) Unloaded->Constructed MekanismGenerators{7.1.0} [MekanismGenerators] (MekanismGenerators-1.7.10-7.1.0.91.jar) Unloaded->Constructed MekanismTools{7.1.0} [MekanismTools] (MekanismTools-1.7.10-7.1.0.91.jar) Unloaded->Constructed meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar) Unloaded->Constructed AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.X-1.1.jar) Unloaded->Constructed me{1.1} [More Enchantments] (MoreEnchantments-1.7.X-1.1.jar) Unloaded->Constructed MutantCreatures{1.4.5} [Mutant Creatures] (MutantCreatures-1.7.2-1.4.5.jar) Unloaded->Constructed NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar) Unloaded->Constructed ProjRed|Core{4.4.5.44} [ProjectRed] (ProjectRed-Base-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Transmission{4.4.5.44} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Transportation{4.4.5.44} [ProjectRed-Transportation] (ProjectRed-Mechanical-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Exploration{4.4.5.44} [ProjectRed-Exploration] (ProjectRed-World-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Compatibility{4.4.5.44} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Integration{4.4.5.44} [ProjectRed-Integration] (ProjectRed-Integration-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Illumination{4.4.5.44} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.10-4.4.5.44.jar) Unloaded->Constructed ProjRed|Expansion{4.4.5.44} [ProjectRed-Expansion] (ProjectRed-Mechanical-1.7.10-4.4.5.44.jar) Unloaded->Constructed RedstoneArsenal{1.7.10R1.1.0B4} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0B4-10.jar) Unloaded->Constructed ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar) Unloaded->Constructed StevesCarts{2.0.0.b16} [Steve's Carts 2] (StevesCarts2.0.0.b16.jar) Unloaded->Constructed telepads{1.6.4 v5} [Teleportation Pads] (Telepads-1.7.2_1.7.jar) Unloaded->Constructed TiCTooltips{1.1.9} [TiC Tooltips] (TiC-Tooltips-mc1.7.10-1.1.9.jar) Unloaded->Constructed TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar) Unloaded->Constructed TorchLevers{1.3.3} [Torch Levers] (TorchLeversV1.3.3.jar) Unloaded McMultipart{1.1.0.297} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded aobd{2.2.3} [Another One Bites The Dust] (AOBD-2.2.3.jar) Unloaded IguanaTweaksTConstruct{1.7.10-2.0.1.DEV.84b0c6f} [Iguana Tweaks for Tinkers Construct] (IguanaTinkerTweaks-1.7.10-2.0.1B2.jar) Unloaded ForgeMicroblock{1.1.0.297} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.297-universal.jar) Unloaded AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152 Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. Launched Version: 1.7.10-Forge10.13.0.1208 LWJGL: 2.9.1 OpenGL: ATI Radeon HD 4350 GL version 3.3.10765 Compatibility Profile Context, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)
  10. I've used it on both Bukkit and Spigot. The weirdest part here is that there's no errors from CityWorld in the console.
  11. I'm making a server with a generator called CityWorld. As the name might indicate, it generates a world full of cities. I've used it a few times before, with great success. However I have never used it with any Technic modpacks, I just tried it, and I can tell it is working, but not fully. It generates a world with a bunch of staircases, sort-of arranged in a grid. It looks as though the buildings were just removed, leaving the stairs. Could it be that the vanilla generation is taking higher priority over the plugin? Please help with my plight.
  12. Ok thanks, I'll do that right now.
  13. I've put together a modpack (it's pretty big) with the goal of creating the ultimate survival experience. I have a variety of mods adding mobs, dungeons, dimensions, machines, vehicles, and much more. I've launched it successfully, tested it out in a new world, but all of a sudden it crashed. I looked at the error log, but I couldn't make sense of it. I think it's some error when spawning a mob with a mod. ---- Minecraft Crash Report ---- // You're mean. Time: 6/12/14 4:04 PM Description: Unexpected error java.lang.NullPointerException at net.minecraft.client.multiplayer.NetClientHandler.func_72519_a(NetClientHandler.java:956) at net.minecraft.network.packet.Packet24MobSpawn.func_73279_a(SourceFile:87) at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1967) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838) at net.minecraft.client.main.Main.main(SourceFile:101) 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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.client.multiplayer.NetClientHandler.func_72519_a(NetClientHandler.java:956) at net.minecraft.network.packet.Packet24MobSpawn.func_73279_a(SourceFile:87) at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['bossomeness'/459, l='MpServer', x=236.39, y=79.31, z=-599.13]] Chunk stats: MultiplayerChunkCache: 120 Level seed: 0 Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false Level generator options: Level spawn location: World: (56,64,252), Chunk: (at 8,4,12 in 3,15; contains blocks 48,0,240 to 63,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 18649 game time, 18649 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 119 total; [EntityBat['Bat'/821, l='MpServer', x=284.13, y=12.03, z=-599.97], Entity_SpecialCreeper['Creeper'/820, l='MpServer', x=279.47, y=67.00, z=-621.03], Entity_SpecialZombie['Zombie'/823, l='MpServer', x=276.50, y=78.00, z=-549.50], Entity_SpecialSkeleton['Skeleton'/822, l='MpServer', x=284.50, y=64.00, z=-604.50], EntityItem['item.tile.bop.stoneFormations.stalagmite'/817, l='MpServer', x=285.16, y=11.13, z=-634.88], EntityPig['Pig'/816, l='MpServer', x=287.50, y=70.00, z=-654.50], Entity_SpecialSkeleton['Skeleton'/819, l='MpServer', x=282.34, y=75.00, z=-636.69], EntityItem['item.tile.bop.stoneFormations.stalagmite'/818, l='MpServer', x=284.34, y=11.13, z=-634.84], EntityMinecartChest['entity.MinecartChest.name'/829, l='MpServer', x=284.50, y=44.50, z=-521.50], Entity_SpecialCreeper['Creeper'/831, l='MpServer', x=283.50, y=98.00, z=-522.50], EntityBat['Bat'/830, l='MpServer', x=274.88, y=41.09, z=-523.25], EntityShrieker['Shrieker'/825, l='MpServer', x=273.50, y=40.00, z=-533.50], Entity_SpecialEnderman['Enderman'/824, l='MpServer', x=274.28, y=81.00, z=-549.53], Girlfriend['Girlfriend'/827, l='MpServer', x=280.25, y=84.00, z=-543.56], EntityShrieker['Shrieker'/826, l='MpServer', x=274.50, y=40.00, z=-529.50], Entity_SpecialZombie['Zombie'/814, l='MpServer', x=283.50, y=16.00, z=-652.50], Entity_SpecialCreeper['Creeper'/815, l='MpServer', x=280.66, y=16.00, z=-651.50], EntityMinecartChest['entity.MinecartChest.name'/791, l='MpServer', x=270.50, y=39.50, z=-531.50], EntitySquid['Squid'/790, l='MpServer', x=265.44, y=55.28, z=-595.94], EntitySquid['Squid'/789, l='MpServer', x=260.88, y=57.03, z=-596.50], EntitySquid['Squid'/788, l='MpServer', x=268.03, y=59.25, z=-599.13], EntityFireCreeper['Fire Creeper'/787, l='MpServer', x=270.50, y=20.00, z=-596.50], Entity_SpecialSkeleton['Skeleton'/786, l='MpServer', x=268.88, y=21.00, z=-597.31], Entity_SpecialZombie['Zombie'/785, l='MpServer', x=258.06, y=67.00, z=-629.53], Entity_SpecialCreeper['Creeper'/784, l='MpServer', x=269.50, y=60.00, z=-637.50], EntityBat['Bat'/792, l='MpServer', x=267.75, y=39.81, z=-526.06], Entity_SpecialCreeper['Creeper'/782, l='MpServer', x=261.50, y=68.00, z=-671.50], Entity_SpecialSpider['Spider'/783, l='MpServer', x=263.69, y=67.97, z=-647.63], Entity_SpecialZombie['Zombie'/780, l='MpServer', x=263.22, y=65.00, z=-660.97], EntityGiantZombie['Giant Zombie'/781, l='MpServer', x=264.56, y=67.00, z=-661.78], Entity_SpecialZombie['Zombie'/779, l='MpServer', x=266.50, y=67.00, z=-664.50], EntityCockatrice['Cockatrice'/891, l='MpServer', x=308.50, y=45.00, z=-640.31], EntityDestrachan['Destrachan'/893, l='MpServer', x=305.50, y=13.00, z=-626.50], EntityCockatrice['Cockatrice'/895, l='MpServer', x=304.38, y=46.00, z=-638.50], Entity_SpecialZombie['Zombie'/894, l='MpServer', x=304.50, y=46.00, z=-626.50], Entity_SpecialSkeleton['Skeleton'/864, l='MpServer', x=291.50, y=85.00, z=-582.50], Entity_SpecialCreeper['Creeper'/865, l='MpServer', x=298.75, y=80.00, z=-576.47], EntityNetherHound['Hell Hound'/866, l='MpServer', x=289.59, y=36.00, z=-550.50], Girlfriend['Girlfriend'/867, l='MpServer', x=288.81, y=62.44, z=-553.38], EntityClientPlayerMP['bossomeness'/459, l='MpServer', x=236.39, y=79.31, z=-599.13], Entity_SpecialZombie['Zombie'/868, l='MpServer', x=300.94, y=63.00, z=-545.63], EntitySheep['Sheep'/869, l='MpServer', x=296.22, y=63.00, z=-558.53], Entity_SpecialCreeper['Creeper'/870, l='MpServer', x=300.50, y=67.00, z=-558.50], Dragonfly['Dragonfly'/871, l='MpServer', x=288.00, y=63.91, z=-556.13], Girlfriend['Girlfriend'/872, l='MpServer', x=300.75, y=77.00, z=-543.38], EntityShrieker['Shrieker'/635, l='MpServer', x=167.50, y=14.00, z=-598.50], EntityShrieker['Shrieker'/634, l='MpServer', x=167.50, y=14.00, z=-593.50], Entity_SpecialZombie['Zombie'/633, l='MpServer', x=174.50, y=88.00, z=-665.50], Entity_SpecialZombie['Zombie'/875, l='MpServer', x=291.69, y=36.00, z=-521.00], EntityItem['item.tile.bop.stoneFormations.stalactite'/638, l='MpServer', x=173.13, y=51.13, z=-582.75], Entity_SpecialCreeper['Creeper'/637, l='MpServer', x=174.50, y=14.00, z=-593.50], EntityDestrachan['Destrachan'/636, l='MpServer', x=169.50, y=14.00, z=-598.50], EntityPig['Pig'/851, l='MpServer', x=288.50, y=81.00, z=-652.50], EntityPig['Pig'/850, l='MpServer', x=294.50, y=84.00, z=-650.50], EntityPig['Pig'/849, l='MpServer', x=292.50, y=76.00, z=-649.50], EntityGiantZombie['Giant Zombie'/848, l='MpServer', x=290.53, y=48.00, z=-648.81], EntityBat['Bat'/855, l='MpServer', x=293.00, y=12.66, z=-607.75], Entity_SpecialSkeleton['Skeleton'/854, l='MpServer', x=294.75, y=82.00, z=-627.72], EntityTroll['Troll'/853, l='MpServer', x=297.19, y=47.00, z=-638.25], EntityDestrachan['Destrachan'/852, l='MpServer', x=302.50, y=13.00, z=-628.50], Entity_SpecialSkeleton['Skeleton'/858, l='MpServer', x=290.09, y=76.00, z=-609.38], EntityItem['item.tile.bop.stoneFormations.stalactite'/857, l='MpServer', x=295.88, y=46.13, z=-619.88], EntityItem['item.tile.bop.stoneFormations.stalactite'/856, l='MpServer', x=293.22, y=46.13, z=-619.25], EntityBat['Bat'/863, l='MpServer', x=302.97, y=52.00, z=-593.06], EntityRustMonster['Rust Monster'/862, l='MpServer', x=303.50, y=53.00, z=-588.50], Entity_SpecialZombie['Zombie'/861, l='MpServer', x=303.50, y=74.00, z=-602.06], EntityTroll['Troll'/846, l='MpServer', x=289.44, y=47.00, z=-654.44], EntityTroll['Troll'/847, l='MpServer', x=295.00, y=47.00, z=-654.44], EntityItem['item.tile.bop.stoneFormations.stalactite'/844, l='MpServer', x=298.19, y=48.13, z=-656.59], EntityTroll['Troll'/845, l='MpServer', x=290.50, y=14.00, z=-644.50], EntityPig['Pig'/687, l='MpServer', x=214.19, y=88.00, z=-603.97], EntityPig['Pig'/686, l='MpServer', x=222.69, y=86.00, z=-662.53], EntityPig['Pig'/685, l='MpServer', x=220.50, y=83.00, z=-662.50], EntityPig['Pig'/684, l='MpServer', x=216.50, y=71.00, z=-662.50], EntityPig['Pig'/683, l='MpServer', x=216.50, y=71.00, z=-662.50], Entity_SpecialCreeper['Creeper'/688, l='MpServer', x=223.50, y=87.00, z=-530.50], EntityItem['item.item.seeds'/651, l='MpServer', x=190.56, y=84.13, z=-612.34], EntityFireSkeleton['Fire Skeleton'/912, l='MpServer', x=306.47, y=77.00, z=-570.94], EntitySheep['Sheep'/911, l='MpServer', x=306.34, y=78.00, z=-560.44], EntityPig['Pig'/668, l='MpServer', x=206.03, y=88.00, z=-606.34], EntitySheep['Sheep'/910, l='MpServer', x=312.38, y=72.00, z=-581.81], EntityPig['Pig'/669, l='MpServer', x=204.31, y=88.00, z=-603.41], EntityPlagueZombie['Plague Zombie'/909, l='MpServer', x=306.50, y=74.00, z=-588.50], EntityPig['Pig'/670, l='MpServer', x=205.50, y=88.00, z=-603.97], EntityBat['Bat'/908, l='MpServer', x=311.50, y=49.72, z=-588.38], EntityItem['item.item.seeds'/671, l='MpServer', x=195.41, y=69.13, z=-547.19], EntityBat['Bat'/907, l='MpServer', x=310.91, y=48.72, z=-587.88], EntityItem['item.tile.bop.stoneFormations.stalagmite'/664, l='MpServer', x=202.88, y=19.13, z=-606.13], EntityBat['Bat'/906, l='MpServer', x=309.38, y=48.75, z=-586.53], EntityItem['item.tile.bop.flowers2.minersdelight'/665, l='MpServer', x=202.19, y=19.13, z=-606.13], EntityItem['item.tile.bop.flowers2.minersdelight'/666, l='MpServer', x=199.84, y=19.13, z=-607.31], EntityBat['Bat'/904, l='MpServer', x=313.34, y=49.00, z=-587.66], EntityItem['item.tile.bop.stoneFormations.stalactite'/667, l='MpServer', x=196.13, y=18.13, z=-602.84], EntityItem['item.tile.bop.stoneFormations.stalactite'/660, l='MpServer', x=193.13, y=25.13, z=-647.88], Entity_SpecialSkeleton['Skeleton'/661, l='MpServer', x=202.50, y=86.00, z=-611.50], EntityItem['item.tile.bop.stoneFormations.stalagmite'/662, l='MpServer', x=196.81, y=18.13, z=-602.75], EntityItem['item.tile.bop.flowers2.minersdelight'/663, l='MpServer', x=196.13, y=18.13, z=-602.84], EntityPoisonSpider['Poison Spider'/899, l='MpServer', x=310.19, y=50.00, z=-598.78], EntityBat['Bat'/896, l='MpServer', x=310.50, y=45.94, z=-630.84], EntityArmorCreeper['Armor Creeper'/1155, l='MpServer', x=285.50, y=75.00, z=-659.50], EntityBat['Bat'/749, l='MpServer', x=251.50, y=14.06, z=-587.09], Entity_SpecialZombie['Zombie'/748, l='MpServer', x=250.50, y=69.00, z=-665.50], Entity_SpecialCreeper['Creeper'/462, l='MpServer', x=228.44, y=83.00, z=-604.16], EntityChicken['Chicken'/461, l='MpServer', x=239.66, y=73.00, z=-594.47], EntityDirtCreeper['Dirt Creeper'/460, l='MpServer', x=233.38, y=74.00, z=-598.03], EntityManticore['Manticore'/752, l='MpServer', x=246.50, y=38.00, z=-538.50], Entity_SpecialSkeleton['Skeleton'/753, l='MpServer', x=246.50, y=85.00, z=-537.50], EntityPig['Pig'/719, l='MpServer', x=224.09, y=72.00, z=-679.19], EntityNetherHound['Hell Hound'/728, l='MpServer', x=235.50, y=39.00, z=-532.47], EntityNetherHound['Hell Hound'/729, l='MpServer', x=235.34, y=39.00, z=-532.84], Entity_SpecialZombie['Zombie'/730, l='MpServer', x=233.50, y=39.00, z=-533.50], EntityPig['Pig'/720, l='MpServer', x=228.09, y=72.00, z=-677.47], EntityPig['Pig'/721, l='MpServer', x=230.97, y=76.00, z=-668.41], EntityItem['item.item.seeds'/722, l='MpServer', x=229.28, y=63.13, z=-653.88], Entity_SpecialSkeleton['Skeleton'/723, l='MpServer', x=239.31, y=76.00, z=-617.72], Entity_SpecialCreeper['Creeper'/724, l='MpServer', x=228.50, y=83.00, z=-609.50], EntityChicken['Chicken'/725, l='MpServer', x=226.72, y=75.00, z=-585.53], EntityChicken['Chicken'/726, l='MpServer', x=234.16, y=72.00, z=-591.91], EntityChicken['Chicken'/727, l='MpServer', x=239.19, y=72.00, z=-588.81]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:863) at net.minecraft.client.main.Main.main(SourceFile:101) 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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1033936608 bytes (986 MB) / 1745158144 bytes (1664 MB) up to 2863333376 bytes (2730 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -XX:MaxPermSize=256m AABB Pool Size: 4625 (259000 bytes; 0 MB) allocated, 4625 (259000 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 60 FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 92 mods loaded, 92 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Aroma1997Core{1.0.1.5} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available OpenEye{0.5} [OpenEye] (OpenEye-0.5-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Erebus{v0.2.0a} [Erebus] ([1.6.4] Erebus 0.2pre3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available cfm{3.2.9.1} [§4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.2.9.1(1.6.4).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available IC2{2.0.390-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.390-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ImmibisCore{57.2.0} [Immibis Core] (immibis-core-57.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available AdvancedRepulsionSystems{57.2.0} [Advanced Repulsion Systems] (adv-repulsion-systems-57.2.0 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available AdvancedMachines{57.3.3} [Advanced Machines] (advanced-machines-57.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.4-1.2.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available AnimatedPlayer{1.3.0} [Animated Player Mod] (Animated_Player_v1.3.0_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Aroma1997CoreHelper{1.0.1.5} [Aroma1997Core|Helper] (Aroma1997Core MC.1.6.4 v.1.0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Additional-Buildcraft-Objects{1.0.7.561} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.6.4-4.2.2-1.0.7.561.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CarpentersBlocks{2.1.0} [Carpenter's Blocks] (Carpenter's Blocks v2.1.0 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CompactWindmills{1.0.3.0} [CompactWindmills] (CompactWindmills MC.1.6.4 v.1.0.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available DragonMounts{r36} [Dragon Mounts] (dragonmount_r36_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available dungeonmobs{3.0.4} [Dungeon Mobs] (Dungeon Mobs v3.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Enchiridion{1.1} [Enchiridion] (Enchiridion-1.6.4-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available EE3{0.1} [Equivalent Exchange 3] (EquivalentExchange3-1.6.4-0.1.142.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FanAPI{1.6.4 Alpha v2} [Fantasy API] (FanAPI 1.6.4 Alpha v2.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available IronChest{5.3.14.512} [Iron Chest] (ironchest-universal-1.6.2-5.3.14.512.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available LiquidXP{57.1.2} [Liquid XP] (liquid-xp-57.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Mariculture{1.2.2f} [Mariculture] (Mariculture-1.6.4-1.2.2f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available numina{1.0} [numina] (numina-0.3.0.78.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available OreSpawn{164.17} [OreSpawn] (orespawn164v17.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Aroma1997sPortableRecharger{1.0.0.4} [Aroma1997s Portable Recharger] (PortableRecharger v.1.0.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PowerConverters{1.6.4-2.4.0.18} [Power Converters] (PowerConverters-1.6.4-2.4.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-877.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Core{4.3.5.30} [ProjectRed] (ProjectRedBase-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Transportation{4.3.5.30} [ProjectRed-Transportation] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Exploration{4.3.5.30} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Compatibility{4.3.5.30} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Integration{4.3.5.30} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Transmission{4.3.5.30} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Illumination{4.3.5.30} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ProjRed|Expansion{4.3.5.30} [ProjectRed-Expansion] (ProjectRedMechanical-BETA-1.6.4-4.3.5.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available RopesPlus{1.5.4} [Ropes+] (RopePlus_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available awger_SmallBoat{0.10.6} [SmallBoat] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available awger_Punt{0.10.6} [Punt] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available awger_Whitehall{0.10.6} [Whitehall] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available awger_Hoy{0.10.6} [Hoy] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available StevesCarts{2.0.0.b11} [Steve's Carts 2] (StevesCarts2.0.0.b11.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available telepads{1.6.4 v5} [Teleportation Pads] (TelePads 1.6.4 v5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TorchLevers{1.3.3} [Torch Levers] (TorchLeversV1.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TC{4.1.4_024} [Traincraft] (traincraft-4.1.4_024.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TConstruct Environment: Sane and ready for action. Bugs may be reported. Launched Version: 1.6.4-Forge9.11.1.965 LWJGL: 2.9.0 OpenGL: ATI Radeon HD 4350 GL version 2.1.8673, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  14. Thank you! That worked! I got the ID conflict in RedLogic resolved, but I'm not sure how to do an ID dump showing conflicting IDs. I got an ID dump that shows the ID and the block, but I didn't see anything conflicting.
  15. Here's the link. http://www.technicpack.net/modpack/details/age-of-civilization.358459
  16. I have tried that too, but it gives the same error. What other information do you need? I am making the pack, and haven't uploaded it yet.
  17. I am trying to add RedLogic to my modpack, and I am getting this error: RedLogic{55.4.0} [RedLogic] (redlogic-55.4.0.jar) Unloaded->Constructed->Errored TConstruct{1.5.2_1.4.3d7} [Tinkers' Construct] (TConstruct_1.5.2_1.4.3.final.jar) Unloaded->Constructed->Pre-initialized TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.5.2_1.4.3.final.jar) Unloaded->Constructed->Pre-initialized 2014-05-28 18:24:05 [SEVERE] [ForgeModLoader] The following problems were captured during this phase 2014-05-28 18:24:05 [SEVERE] [ForgeModLoader] Caught exception from RedLogic java.lang.RuntimeException: One or more errors were thrown while loading RedLogic at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:254) at mods.immibis.redlogic.RedLogicMod.preinit(RedLogicMod.java:93) 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) at sun.reflect.GeneratedMethodAccessor3.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.loadMods(Loader.java:515) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411) 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) Caused by: java.lang.NoClassDefFoundError: mods/immibis/redlogic/gates/GateTile at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructors(Unknown Source) at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:167) ... 32 more Caused by: java.lang.ClassNotFoundException: mods.immibis.redlogic.gates.GateTile at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 36 more 2014-05-28 18:24:05 [INFO] [STDERR] java.lang.RuntimeException: One or more errors were thrown while loading RedLogic 2014-05-28 18:24:05 [INFO] [STDERR] at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:254) 2014-05-28 18:24:05 [INFO] [STDERR] at mods.immibis.redlogic.RedLogicMod.preinit(RedLogicMod.java:93) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-05-28 18:24:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515) 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163) 2014-05-28 18:24:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411) 2014-05-28 18:24:05 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) 2014-05-28 18:24:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: mods/immibis/redlogic/gates/GateTile 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.Class.getConstructors(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:167) 2014-05-28 18:24:05 [INFO] [STDERR] ... 32 more 2014-05-28 18:24:05 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: mods.immibis.redlogic.gates.GateTile 2014-05-28 18:24:05 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2014-05-28 18:24:05 [INFO] [STDERR] ... 36 more I am on MC version 1.5.2, I have Immibis Core 55.1.6 and RedLogic 55.4.0.
  18. I had it in the folder, but oh well...I got it working...I just had to downgrade the Galacticraft version. Be looking for a post in the Platform Potluck section shortly!
  19. Thanks! I got it so it goes to the main screen. Only issue is, I cant play in single player. I know it's something to do with Galacticraft, like it can't find the GCCorePlayerMP class or something. Log: http://pastebin.com/KRcd5fjf Mods: Same as above.
  20. Ok, I've run into an error, and need some assistance. Forge Mod Loader has found a problem with your minecraft installation The mods and versions listed below could not be found GalacticraftCore : any The file 'ForgeModLoader-client-0.log' contains more information The log: http://pastebin.com/kpDs1Xfd My coremods folder: http://puu.sh/8LRiU My mods folder: http://puu.sh/8LRkr (Sorry, couldn't embed the images) Do I have to put Galacticraft in the coremods folder? Also, should I move any other mods into the coremods folder?
  21. Well, I'm planning on adding Galacticraft for 1.6.4, so I don't know if those 2 would be compatible.
  22. Hey guys, I am making a modpack (in the planning stage), and my only issue (so far) is the name. I don't want something lame like "TechCraft" or "MachineCraft". I want it to be clever, catchy name. I don't want to start making the modpack, and realize that I can't change the name for some odd reason. Version: 1.6.4 Some of the mods (maybe): IndustrialCraft 2 BuildCraft 2 Redpower 2 Biomes O' Plenty Flan's Mods (with planes, guns, giant robots, etc) Thermal Expansion RailCraft Aether 2 Equivalent Exchange 2 (or 3) Galacticraft 2 I want a Fantasy/wild theme at first (nothing hardcore with magic and alchemy), and then, once the player gathers more and more resources, he/she advances, and the theme shifts to more of an industrial one (kinda steampunk-ish), and finally, after the player has all the resources you can possible obtain, the game takes on a futuristic theme, with spaceships, robots, and a space-ish dimension). NEED: Redpower 2 replacement!!! Using Immibis' RedLogic So, I need suggestions for some names, and also some ideas for mods. For names, I'm thinking along the lines of "Age of ____" or "Civilization" or maybe "Conquer". I dunno. Just help me out here. Should I add Immibis' Microblocks? (Same as RedPowers microblocks)
  23. That would be like a self-destructing lag machine. There would be like 200+ mods. Besides, each modpack has a theme, and the theme would be completely destroyed if this were to happen. I also wouldn't consider Attack of the B-Team a "main" modpack, as it has not been around for that long. I would say Tekkit, Hexxit, Voltz, and BigDig are the "main" ones.
  24. I may include this mod in my upcoming modpack. Not sure though.
×
×
  • Create New...