Jump to content

TopGun96

Members
  • Posts

    24
  • Joined

  • Last visited

About TopGun96

  • Birthday 05/21/1990

TopGun96's Achievements

Grass

Grass (2/9)

0

Reputation

  1. I completely understand that lol. I was just wondering if the recording software itself is what was killing the framerate?
  2. Well I would be perfectly fine with that if it would lock at 60 and stay at 60, but minecraft fluctuates like no tomorrow. One second I can be sitting pretty at 59/60 and the next will be at 11. Is there anyway to stabilize minecraft so that it doesnt jump around like that? Thanks again for all your quick replies
  3. Ok M opens galacticraft's map but I figured it out and it is now in a different corner. Thanks Another issue though: My computer, a machine I built myself that can out perform just about anything that didn't cost over 2 grand, struggles to get a steady fps while I record using Mirillis' "Action!" software. If I am not recording I can get upwards of 250 fps. As soon as I press the record button, frames start dropping left and right. Is there any known way to prevent this? Thanks :)
  4. The list is a long one but here goes: Optifine, Minecraft Coder Pack Forge Mod loader Minecraft Forge Applied Energistics CodeChicken Core Immibis's Microblocks Infinity Bow Fix Micdoodle8 Core Not Enough Items PowerCrystals Core 3D blocks mod bspkrsCore MusicCraft MrCrayfish's Furniture Mod Industrial Craft 2 Immibis Core Advanced Repulsion System Advanced Machines Advanced Power Management Applied Energistics Archimedes' Ships Ancient Warefare Backpack iChunUtil Backtools Buildcraft Buildcraft Tools Better Signs Mod BiblioCraft BigTrees Blood Magic Additional Buildcraft Objects Carbon Mod Chicken Chunks Compact Solar Arrays Computer Craft SKC Core Craftable Horse Armor Ender Storage ExtraBiomesXL Extra Cells Flans mod Galacticraft Core Galacticraft Mars Gravi Gun Immibis's Peripherals Inventory Tweaks Iron Chests Magic Yarn Modular Force Field System MineChem MobAmputation ModDismemberment MultiMine Mystcraft NEI Plugins Nether Eye Nether Ores Parachute Mod Particle Man PneumaticCraft Portal Gun Rail Craft Power Converters Ropes+ Sorcery Steve's Carts 2 Torched Tubestuff The Twilight Forest Atomic Stryker Update Check Balkon's Weapon Mod Forge Multipart WR-CBE Core WR-CBE Addons WR-CBE logic Zan's Minimap Minecraft Multipart Plugin Basic Components Forge Microblocks That is everything that is listed under Mods when you start the modpack. I'd like to know what mod the ring is from but at the very least, I'd like to know how to move Zan's Minimap to the left corner. Thanks again for any help!
  5. Hello everyone! I just have a (hopefully) quick problem. I recently created a modpack with multiple mods (around 90) and one of them creates a yellow ring inside my zan's minimap. I was wondering if anyone knew what mod it comes from or how to move it away from the minimap. Thanks in advance! This is without the minimap This is with the minimap
  6. Hello people of the internet. I have been trying to set up a mod pack for 1.5.1 and have run into a problem I can't seem to fix. I have downloaded quite a few mods and have run into forge saying it has run into a non-mod file but will insert it anyway. I discovered that these mods aren't packaged normally. Anyway, I think I fixed all of those, however I am not sure what this new problem is. Here is forge's error log: ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 4/5/13 10:23 PM Description: Exception in server tick loop java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:266) at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:86) at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:482) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) 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.propogateStateMessage(LoadController.java:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) 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:98) at cpw.mods.fml.common.Loader.loadMods(Loader.java:503) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:429) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 30 more Caused by: java.lang.NullPointerException at org.objectweb.asm.ClassReader.<init>(Unknown Source) at codechicken.core.asm.ASMHelper.createClassNode(ASMHelper.java:109) at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:91) at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225) ... 32 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.5.1 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_17, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 7950670008 bytes (7582 MB) / 8232042496 bytes (7850 MB) up to 8232042496 bytes (7850 MB) JVM Flags: 2 total; -Xmx8G -Xms8G 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.44 FML v5.1.16.639 Minecraft Forge 7.7.1.639 53 mods loaded, 53 mods active mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML [Forge Mod Loader] (coremods) Unloaded->Constructed Forge [Minecraft Forge] (coremods) Unloaded->Constructed CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed ImmibisMicroblocks [immibis's Microblocks] (coremods) Unloaded->Constructed NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed mod_bspkrsCore [bspkrsCore] ([1.5.1]bspkrsCorev1.03.zip) Unloaded->Constructed GalacticraftCore [Galacticraft Core] (Galacticraft-Alpha-0.1.32.16.jar) Unloaded->Constructed ImmibisMicroblocksInstallCheck [immibis's Microblocks (Check for incorrect installation)] (immibis-microblocks-54.0.2.jar) Unloaded->Constructed AS_MultiMine [Multi Mine] (MultiMine_1.5.1.jar) Unloaded->Constructed jammyfurniture [Jammy Furniture Mod] (1.5.1_Jammy_Furniture_Mod_V4.3.zip) Unloaded->Constructed Chainz_Core [Chainz] (1.5.1Chainz_v1.1.4Forge.zip) Unloaded->Constructed GlacierIce [Glacier Ice] ([1.5.1] Glacier Ice 6.2.jar) Unloaded->Constructed BlockBreaker [blockBreaker] ([1.5.1]BlockBreaker.Forge.1.5.1.r01.Uni.CoreMod.jar) Unloaded->Constructed DamageIndicatorsMod [Damage Indicators] ([1.5.1]DamageIndicators v2.5.7.1.zip) Unloaded->Constructed Alchemine [Alchemine] (Alchemine_v1.1.4.zip) Unloaded->Constructed mod_ArmorMovement [mod_ArmorMovement] (ArmorMovement 1.5.1.1.zip) Unloaded mod_Armor [mod_Armor] (ArmorStand.zip) Unloaded Backpack [backpack] (backpack-1.7.8-1.5.1.zip) Unloaded barrels [The Barrels Mod] (Barrels 1.5+.jar) Unloaded mod_ChertCraft [mod_ChertCraft] (ChertCraft_v1.5.1r2_FML_ML_1.5.1.zip) Unloaded ChickenChunks [ChickenChunks] (ChickenChunks 1.3.2.3.jar) Unloaded Chisel [Chisel] (chisel-1.5.1-1.1.0.jar) Unloaded CJBAPI [CJB Mods Rebirth] (CJB API.zip) Unloaded ComputerCraft [ComputerCraft] (ComputerCraft1.52.zip) Unloaded CCTurtle [ComputerCraft Turtles] (ComputerCraft1.52.zip) Unloaded craftguide [CraftGuide] (CraftGuide-1.6.6.zip) Unloaded CreeperSword [Creep Sword] (Creeper Sword (MC 1.5.1).zip) Unloaded ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.1-3.12.1.jar) Unloaded Forestry [Forestry for Minecraft] (forestry-A-2.1.0.33.jar) Unloaded IC2 [industrialCraft 2] (industrialcraft-2_1.115.274-lf.jar) Unloaded diamondbuckets [Diamond Buckets] (diamondbuckets_v0.97.zip) Unloaded ImmibisCore [immibis Core] (immibis-core-54.0.0.jar) Unloaded DimensionalAnchors [Dimensional Anchors] (dimensional-anchor-54.0.0.jar) Unloaded DustMod [Runic Dust Mod] (dustmod-v1.3.1_CORE.jar) Unloaded DustModDefaults [Runic Dust Mod: Default runes and inscriptions pack] (dustmod-v1.6.1_DEFAULT-RUNES.jar) Unloaded DustDeco [Runic Dust Mod: Decorative dusts pack] (dustmod-v2.1_DECORATIVE-PACK.jar) Unloaded Elemental Orbs Mod [Elemental Orbs Mod] (Elemental Orbs Mod version 0.9 for minecraft version 1.5.1.zip) Unloaded ElementalTinkerer [§oElemental Tinkerer] (Elemental Tinkerer [PRE-5c] .zip) Unloaded ElementalCreepers [ElementalCreepers] (ElementalCreepers_v3.2.1_forge_MC1.5.1.zip) Unloaded EnderStorage [EnderStorage] (EnderStorage 1.4.2.4.jar) Unloaded enhancedportals [Enhanced Portals] (enhanced-portals_2.1.2.jar) Unloaded mods_eternalsswords [Eternals Swords] (EternalsSwordsSecretUpdateRevealed.zip) Unloaded zolandre_extraDoors [Extra Doors] (Extra Doors for MC 1.5.1 by Zolandre[Forge][v1.2.1].zip) Unloaded EXC [Extraneous Craft] (ExtraneousCraft_0.03a_1.5.1.jar) Unloaded FancyGlass [Fancy Glass] (FancyGlass-v1.0.4.zip) Unloaded mod_Floodgate [mod_Floodgate] (Floodgate.zip) Unloaded GP [Gems+] (GemsPlus Forge 1.5.1 (1).zip) Unloaded iChunUtil [iChunUtil] (iChunUtil1.0.0.zip) Unloaded GraviGun [GraviGun] (GravityGun1.5.0v2.zip) Unloaded ImmibisPeripherals [immibis's Peripherals] (immibis-peripherals-54.0.0.jar) Unloaded InfiniTubes [infiniTubes] (infinitubes-54.0.0.jar) Unloaded inventorytweaks [inventory Tweaks] (InventoryTweaks-1.53.jar) Unloaded Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt) Any help? Thanks!
  7. I'm sorry but is this real? Your link leads to a 404 and your post lacks much sense. Not trying to be rude, but this would be pretty cool if it worked.
  8. Ok guys. Now I have a new problem. Something is causing everyone to die due to fall damage when they join my server. Is a certain mod causing this? Thanks
  9. Ok thanks. I think I got it working! Thanks again for everyone's help and sorry for all the noob questions!
  10. Well I have managed to get the pack to run and I can even join my server with no problems. Could I just delete ID resolver now and take the new config files and put them in the modpack? Thanks.
  11. Ok so to clarify. I have a functioning mindcrack server (with a few more mods) that I want my friends to be able to join. I have manually added the same mods to the feed the beast launcher and I can join that server just fine. So I take all the folders (mods/coremods/config) from there and put them in a separate folder. I then take the exact same version of forge that the feed the beast launcher is using and then put that in the bin folder along with the liteloader mod. I compress those two into a modpack.jar and then compress all four folders into my modpack. What am I doing wrong here? It works perfectly fine on the feed the beast launcher, but technic craps itself. Thanks so much for any help that you guys can give me.
  12. I must have edited my last post while you were responding. That's what I'm trying to do, but ID resolver crashes at that point. Sorry if this is nooby of me. I'm fairly new to all this. Thanks for your help
  13. Thanks! I got further than I've gotten before! Unfortunately, I see a bunch of block ID's flash by and then it hangs on some xycraft ID and crashes again. Any idea how to fix this? Thanks for your help. Hmmm... I tried something ID resolver and it lets me manually change the ID for every single block. When I get to a certain Xycraft block, it freezes and crashes with this error java.lang.RuntimeException: Oil Still id must be Oil Moving id + 1 at buildcraft.BuildCraftEnergy.initialize(BuildCraftEnergy.java:133) 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:487) at sun.reflect.GeneratedMethodAccessor5.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:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153) 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:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86) at cpw.mods.fml.common.Loader.loadMods(Loader.java:505) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161) at net.minecraft.client.Minecraft.a(Minecraft.java:412) at asq.a(SourceFile:56) at net.minecraft.client.Minecraft.run(Minecraft.java:746) at java.lang.Thread.run(Unknown Source) Thanks again for any help
  14. So I have created a modpack found here and I thought I did everything correctly. However, when I launch it, I get a crash. However, when I add every single one of these mods to the Feed The Beast modpack, everything runs great. I can even run a server with all these mods and then join it with the FTB launcher and nothing goes wrong. However, I would like for other people to be able to join my server without having to manually mod theirs. Here is a list of the mods if it helps: Mods: advancedmachines advancedsolarpanel buildcraft chargepads-1.4.7-universal-2.4.1.66 ChickenChunks CoFHCore computercraft EnderStorage extrabees extrabiomes factorization forestry Forge_NBTEditv1.4.6.1 gravisuite GregsBlocks-1.1.3-mc1.4.6 GregTech IC2 IC2NuclearControl industrialcraft2comboarmors-1.13 and a half integratedsoundpacks InvTweaks IronChest LiquidUU-0.7.12b-universal modularforcefieldsystem neiplugins neipluginsredpower obsidiplates omnitools OreDupeFix-2.0-1.4.7 petrogen PortalGun quantumpack_1.06 railcraft redpowercompat redpowercore redpowerdigital redpowermechanical soulshards StevesCarts Thaumcraft ThaumicBees thermalexpansion traincraft TwilightForest voxelcommon voxelMap VoxelMenu voxelpacket voxelplayer wirelessredstoneaddons wirelessredstonecore wirelessredstoneredpower xycraft Jar Mods liteloader MinecraftForge CoreMods CodeChickenCore MiscPeripherals NotEnoughItems Any help would be greatly appreciated! Thanks!
  15. Dont know why it posted twice...
×
×
  • Create New...