Jump to content

Minecolonies and other crashing my MC


Recommended Posts

Been playing Minecraft 1.10.2 with multiple mods, such as Minecolonies, Inventory pets, Aether, etc.... Ive also added/removed mods from my world many times so I don't know if that is relevant :)

It lets me move for a half a second then crashes, it also used to crash a lot when one of my Minecolonies Villagers would die. Playing in Singleplayer

 

 

Here's the crash report

---- Minecraft Crash Report ----
WARNING: coremods are present:
  IvToolkit (IvToolkit-1.3.3-1.10.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 5/27/17 8:18 PM
Description: Ticking entity
java.lang.NoSuchMethodError: com.minecolonies.compatibility.tinkers.TinkersWeaponHelper.isTinkersSword(Lnet/minecraft/item/ItemStack;)Z
 at com.minecolonies.compatibility.Compatibility.isTinkersWeapon(Compatibility.java:98)
 at com.minecolonies.coremod.util.Utils.doesItemServeAsWeapon(Utils.java:151)
 at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic.lambda$isWeaponInHut$16(AbstractEntityAIBasic.java:941)
 at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic$$Lambda$321/1348098716.test(Unknown Source)
 at com.minecolonies.coremod.util.InventoryFunctions.lambda$null$3(InventoryFunctions.java:122)
 at com.minecolonies.coremod.util.InventoryFunctions$$Lambda$325/937320973.test(Unknown Source)
 at com.minecolonies.coremod.util.InventoryFunctions.matchInProvider(InventoryFunctions.java:94)
 at com.minecolonies.coremod.util.InventoryFunctions.matchFirstInProvider(InventoryFunctions.java:63)
 at com.minecolonies.coremod.util.InventoryFunctions.matchFirstInProviderWithAction(InventoryFunctions.java:120)
 at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic.isWeaponInHut(AbstractEntityAIBasic.java:939)
 at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic.checkForWeapon(AbstractEntityAIBasic.java:918)
 at com.minecolonies.coremod.entity.ai.citizen.guard.EntityAIMeleeGuard.searchTarget(EntityAIMeleeGuard.java:116)
 at com.minecolonies.coremod.entity.ai.citizen.guard.EntityAIMeleeGuard$$Lambda$221/358004089.get(Unknown Source)
 at com.minecolonies.coremod.entity.ai.util.AITarget.apply(AITarget.java:125)
 at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.applyTarget(AbstractAISkeleton.java:201)
 at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.checkOnTarget(AbstractAISkeleton.java:175)
 at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton$$Lambda$291/354777870.test(Unknown Source)
 at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
 at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1351)
 at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
 at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529)
 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516)
 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
 at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
 at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
 at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.func_75246_d(AbstractAISkeleton.java:128)
 at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
 at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:773)
 at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
 at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
 at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:155)
 at com.minecolonies.coremod.entity.EntityCitizen.func_70636_d(EntityCitizen.java:1051)
 at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
 at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
 at net.minecraft.world.World.func_72866_a(World.java:1964)
 at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
 at net.minecraft.world.World.func_72870_g(World.java:1934)
 at net.minecraft.world.World.func_72939_s(World.java:1750)
 at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
 at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
 at java.lang.Thread.run(Thread.java:745)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
 at com.minecolonies.compatibility.Compatibility.isTinkersWeapon(Compatibility.java:98)
 at com.minecolonies.coremod.util.Utils.doesItemServeAsWeapon(Utils.java:151)
 at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic.lambda$isWeaponInHut$16(AbstractEntityAIBasic.java:941)
 at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic$$Lambda$321/1348098716.test(Unknown Source)
 at com.minecolonies.coremod.util.InventoryFunctions.lambda$null$3(InventoryFunctions.java:122)
 at com.minecolonies.coremod.util.InventoryFunctions$$Lambda$325/937320973.test(Unknown Source)
 at com.minecolonies.coremod.util.InventoryFunctions.matchInProvider(InventoryFunctions.java:94)
 at com.minecolonies.coremod.util.InventoryFunctions.matchFirstInProvider(InventoryFunctions.java:63)
 at com.minecolonies.coremod.util.InventoryFunctions.matchFirstInProviderWithAction(InventoryFunctions.java:120)
 at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic.isWeaponInHut(AbstractEntityAIBasic.java:939)
 at com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic.checkForWeapon(AbstractEntityAIBasic.java:918)
 at com.minecolonies.coremod.entity.ai.citizen.guard.EntityAIMeleeGuard.searchTarget(EntityAIMeleeGuard.java:116)
 at com.minecolonies.coremod.entity.ai.citizen.guard.EntityAIMeleeGuard$$Lambda$221/358004089.get(Unknown Source)
 at com.minecolonies.coremod.entity.ai.util.AITarget.apply(AITarget.java:125)
 at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.applyTarget(AbstractAISkeleton.java:201)
 at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.checkOnTarget(AbstractAISkeleton.java:175)
 at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton$$Lambda$291/354777870.test(Unknown Source)
 at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
 at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1351)
 at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
 at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529)
 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516)
 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
 at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
 at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
 at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.func_75246_d(AbstractAISkeleton.java:128)
 at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
 at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:773)
 at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
 at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
 at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:155)
 at com.minecolonies.coremod.entity.EntityCitizen.func_70636_d(EntityCitizen.java:1051)
 at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
 at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
 at net.minecraft.world.World.func_72866_a(World.java:1964)
 at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
 at net.minecraft.world.World.func_72870_g(World.java:1934)
-- Entity being ticked --
Details:
 Entity Type: minecolonies.Citizen (com.minecolonies.coremod.entity.EntityCitizen)
 Entity ID: 293
 Entity Name: Jasmine U. Chetwood
 Entity's Exact location: 670.28, 64.00, 601.39
 Entity's Block location: World: (670,64,601), Chunk: (at 14,4,9 in 41,37; contains blocks 656,0,592 to 671,255,607), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
 Entity's Momentum: 0.00, -0.08, 0.00
 Entity's Passengers: []
 Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
 at net.minecraft.world.World.func_72939_s(World.java:1750)
 at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
-- Affected level --
Details:
 Level name: MineColonies
 All players: 1 total; [EntityPlayerMP['Stealth_Army'/292, l='MineColonies', x=660.26, y=64.00, z=603.50]]
 Chunk stats: ServerChunkCache: 888 Drop: 0
 Level seed: 4140427408123511465
 Level generator: ID 00 - default, ver 1. Features enabled: true
 Level generator options:
 Level spawn location: World: (100,64,252), Chunk: (at 4,4,12 in 6,15; contains blocks 96,0,240 to 111,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
 Level time: 1314458 game time, 2116668 day time
 Level dimension: 0
 Level storage version: 0x04ABD - Anvil
 Level weather: Rain time: 136988 (now: false), thunder time: 84732 (now: false)
 Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
 at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
 at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
 Minecraft Version: 1.10.2
 Operating System: Windows 10 (amd64) version 10.0
 Java Version: 1.8.0_25, Oracle Corporation
 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
 Memory: 398948040 bytes (380 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
 JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
 IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
 FML: MCP 9.32 Powered by Forge 12.18.3.2185 13 mods loaded, 13 mods active
 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
 UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
 UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
 UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
 UCHIJAAAA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
 UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
 UCHIJAAAA JEI{3.14.7.417} [Just Enough Items] (jei_1.10.2-3.14.7.417.jar)
 UCHIJAAAA abyssalcraft{1.9.3.10} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.10.jar)
 UCHIJAAAA aether_legacy{v1.3.1-1.10.2} [Aether Legacy] (Aether-Legacy-1.10.2.jar)
 UCHIJAAAA aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
 UCHIJAAAA BiomesOPlenty{5.0.0.2155} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2155-universal.jar)
 UCHIJAAAA InventoryPets{1.4.9.3} [Inventory Pets] (InventoryPets-1.10.2.jar)
 UCHIJAAAA minecolonies{1.10.2-0.6.671} [MineColonies] (minecolonies-universal-1.10.2-0.6.671.jar)
 UCHIJAAAA reccomplex{1.3.1.2-1.10} [Recurrent Complex] (RecurrentComplex-1.3.1.2-1.10.jar)
 Loaded coremods (and transformers):
IvToolkit (IvToolkit-1.3.3-1.10.jar)
 
 GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
 Profiler Position: N/A (disabled)
 Player Count: 1 / 8; [EntityPlayerMP['Stealth_Army'/292, l='MineColonies', x=660.26, y=64.00, z=603.50]]
 Type: Integrated Server (map_client.txt)
 Is Modded: Definitely; Client brand changed to 'fml,forge'

 

 

 

 

Thanks in advance!!!!

Link to comment
Share on other sites

4 hours ago, jayjayrace said:

java.lang.NoSuchMethodError: com.minecolonies.compatibility.tinkers.TinkersWeaponHelper.isTinkersSword(Lnet/minecraft/item/ItemStack;)Z
 at com.minecolonies.compatibility.Compatibility.isTinkersWeapon(Compatibility.java:98)
 at com.minecolonies.coremod.util.Utils.doesItemServeAsWeapon(Utils.java:151)

 

Minecolonies is broken. Update to the latest version, this crash has been fixed.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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