There is a tile entity which tries to apply a potion effect on you, but the entity type of your player seems to be null (even though the adress leads to EntityPlayerMP, casting error?) thus crashing the game. For what it looks like, it should not happen when shifting potion ids, but rather entity ids. When exactly does this crash occour, when you load a world or when you drink a potion? If former is the case, try setting the ids back to default, remove all potion effects from your player (as this could be a loading error where the NBT loader tries to re-apply an effect when loading the world, but the id changed), then adjust the ids and start the game again.
The Meaning of Life, the Universe, and Everything.
Join Date:
5/28/2014
Posts:
283
Location:
USA
Minecraft:
TheUnderTaker11
Member Details
Its when I load the world, as soon as it loads in I instantly get the crash. If I set the ID's back to default it will just crash over and over cause there is a ton of overlapping ID's. Is there any good way for me to fix the ID conflicts?
Rollback Post to RevisionRollBack
Check out my unofficial remake of Advanced Genetics for 1.10.2+, Genetics Reborn!
Also have a mod that adds some random helpful items and blocks, Kitchen Sink.
Why do the IDs overlap in the first place? If you have some mods which add new potion effects, I have bad news: Minecraft doesn't have an unlimited amount of empty potion fields (like 15 or so), meaning that there will always be potions overriding each other. You should also never change the vanilla IDs as these are on top of the list anyway.
The Meaning of Life, the Universe, and Everything.
Join Date:
5/28/2014
Posts:
283
Location:
USA
Minecraft:
TheUnderTaker11
Member Details
Alright thanks, and I have to have dragon API cause I am using reactorcraft, rotarycraft, and I want to use chromaticraft but dragonapi is a b**** about their potions not getting overwritten.
Rollback Post to RevisionRollBack
Check out my unofficial remake of Advanced Genetics for 1.10.2+, Genetics Reborn!
Also have a mod that adds some random helpful items and blocks, Kitchen Sink.
To post a comment, please login or register a new account.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHere is the crash report if anyone could help me. All I know is I changed a few potion ID's and now this is happening.
---- Minecraft Crash Report ---- // Don't do that. Time: 7/7/16 5:54 PM Description: Ticking entity java.lang.NullPointerException: Ticking entity at net.minecraft.potion.PotionEffect.func_76455_a(PotionEffect.java:105) at net.minecraft.entity.EntityLivingBase.func_70679_bo(EntityLivingBase.java:524) at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:293) at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318) at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1561) at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63) at net.minecraft.world.World.func_72866_a(World.java:2070) at net.minecraft.world.World.func_72870_g(World.java:2034) at net.minecraft.world.World.func_72939_s(World.java:1887) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.potion.PotionEffect.func_76455_a(PotionEffect.java:105) at net.minecraft.entity.EntityLivingBase.func_70679_bo(EntityLivingBase.java:524) at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:293) at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318) at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1561) at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63) at net.minecraft.world.World.func_72866_a(World.java:2070) at net.minecraft.world.World.func_72870_g(World.java:2034) -- Entity being ticked -- Details: Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP) Entity ID: 330 Entity Name: TheUnderTaker11 Entity's Exact location: 73.37, 65.62, -268.08 Entity's Block location: World: (73,65,-269), Chunk: (at 9,4,3 in 4,-17; contains blocks 64,0,-272 to 79,255,-257), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Entity's Momentum: 0.00, 0.00, 0.00 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1887) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['TheUnderTaker11'/330, l='MpServer', x=73.37, y=65.62, z=-268.08]] Chunk stats: MultiplayerChunkCache: 125, 134 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (68,64,-152), Chunk: (at 4,4,8 in 4,-10; contains blocks 64,0,-160 to 79,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Level time: 10938098 game time, 2534598 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 91 total; [EntityClientPlayerMP['TheUnderTaker11'/330, l='MpServer', x=73.37, y=65.62, z=-268.08], EntityCreeper['Creeper'/129, l='MpServer', x=40.53, y=15.00, z=-338.03], EntitySkeleton['Skeleton'/130, l='MpServer', x=41.50, y=17.00, z=-341.50], EntitySquid['Squid'/131, l='MpServer', x=43.88, y=59.34, z=-331.31], EntityBabySkeleton['Baby Skeleton'/132, l='MpServer', x=41.59, y=24.00, z=-275.50], EntityCow['Cow'/133, l='MpServer', x=44.47, y=50.00, z=-279.47], EntityEnderman['Enderman'/134, l='MpServer', x=44.31, y=51.00, z=-281.69], EntitySheep['Sheep'/135, l='MpServer', x=32.53, y=52.00, z=-264.41], EntityCow['Cow'/136, l='MpServer', x=46.25, y=64.00, z=-203.34], EntitySheep['Sheep'/142, l='MpServer', x=51.91, y=14.00, z=-284.34], EntityIronGolem['Iron Golem'/143, l='MpServer', x=57.34, y=49.00, z=-280.66], EntityDummy['entity.testdummy.Dummy.name'/144, l='MpServer', x=63.50, y=64.00, z=-282.50], EntityBullet['Bullet'/145, l='MpServer', x=58.56, y=77.19, z=-220.25], EntityBullet['Bullet'/146, l='MpServer', x=59.44, y=75.78, z=-220.38], EntityBullet['Bullet'/147, l='MpServer', x=58.63, y=78.16, z=-220.22], EntityBullet['Bullet'/148, l='MpServer', x=58.88, y=79.16, z=-221.00], EntityBullet['Bullet'/149, l='MpServer', x=58.56, y=77.34, z=-220.28], EntityBullet['Bullet'/150, l='MpServer', x=58.69, y=77.75, z=-220.81], EntityBullet['Bullet'/151, l='MpServer', x=57.97, y=77.66, z=-220.81], EntityBullet['Bullet'/152, l='MpServer', x=59.69, y=77.63, z=-220.66], EntityBullet['Bullet'/153, l='MpServer', x=59.13, y=77.06, z=-220.81], EntityBullet['Bullet'/154, l='MpServer', x=60.13, y=77.84, z=-221.16], EntityBullet['Bullet'/155, l='MpServer', x=59.00, y=77.81, z=-220.81], EntityBullet['Bullet'/156, l='MpServer', x=59.31, y=77.34, z=-220.47], EntityBullet['Bullet'/157, l='MpServer', x=58.84, y=77.22, z=-220.63], EntityBullet['Bullet'/158, l='MpServer', x=59.00, y=77.94, z=-221.00], EntityBullet['Bullet'/159, l='MpServer', x=58.31, y=77.50, z=-220.66], EntityBullet['Bullet'/160, l='MpServer', x=58.84, y=78.22, z=-221.03], EntityBullet['Bullet'/161, l='MpServer', x=58.44, y=77.22, z=-221.34], EntityBullet['Bullet'/162, l='MpServer', x=58.59, y=77.47, z=-220.81], EntityBullet['Bullet'/163, l='MpServer', x=57.66, y=76.88, z=-220.81], EntityBullet['Bullet'/164, l='MpServer', x=58.41, y=77.13, z=-221.28], EntityBullet['Bullet'/165, l='MpServer', x=60.44, y=79.56, z=-221.28], EntityBullet['Bullet'/166, l='MpServer', x=59.97, y=79.84, z=-221.47], EntityBullet['Bullet'/167, l='MpServer', x=58.75, y=79.09, z=-221.41], EntityBullet['Bullet'/168, l='MpServer', x=58.69, y=78.94, z=-221.25], EntityBullet['Bullet'/169, l='MpServer', x=58.44, y=79.28, z=-220.97], EntityBullet['Bullet'/170, l='MpServer', x=58.13, y=79.59, z=-221.56], EntityBullet['Bullet'/171, l='MpServer', x=57.22, y=80.41, z=-221.41], EntitySpark['Spark'/178, l='MpServer', x=77.50, y=47.50, z=-281.50], EntitySpark['Spark'/179, l='MpServer', x=71.50, y=47.50, z=-281.50], EntityBullet['Bullet'/180, l='MpServer', x=67.19, y=513.34, z=-266.63], EntityPig['Pig'/181, l='MpServer', x=83.31, y=18.00, z=-327.50], EntitySquid['Squid'/182, l='MpServer', x=86.50, y=60.00, z=-331.66], EntitySquid['Squid'/183, l='MpServer', x=87.50, y=62.03, z=-331.78], EntitySquid['Squid'/184, l='MpServer', x=92.50, y=60.34, z=-329.50], EntityItem['item.item.dyePowder.black'/185, l='MpServer', x=90.03, y=62.13, z=-332.16], EntitySquid['Squid'/186, l='MpServer', x=83.72, y=62.28, z=-327.88], EntitySheep['Sheep'/187, l='MpServer', x=88.53, y=54.00, z=-292.38], EntitySpark['Spark'/188, l='MpServer', x=82.50, y=48.50, z=-273.50], EntitySpark['Spark'/189, l='MpServer', x=80.50, y=48.50, z=-275.50], EntitySpark['Spark'/190, l='MpServer', x=80.50, y=48.50, z=-276.50], EntitySpark['Spark'/191, l='MpServer', x=81.50, y=48.50, z=-276.50], EntitySpark['Spark'/192, l='MpServer', x=87.50, y=49.50, z=-269.50], EntitySpark['Spark'/193, l='MpServer', x=81.50, y=48.50, z=-270.50], EntitySpark['Spark'/194, l='MpServer', x=82.50, y=48.50, z=-270.50], EntitySpark['Spark'/195, l='MpServer', x=83.50, y=48.50, z=-270.50], EntitySpark['Spark'/196, l='MpServer', x=83.50, y=48.50, z=-269.50], EntitySpark['Spark'/197, l='MpServer', x=82.50, y=48.50, z=-269.50], EntitySpark['Spark'/198, l='MpServer', x=81.50, y=48.50, z=-269.50], EntitySpark['Spark'/199, l='MpServer', x=81.50, y=48.50, z=-268.50], EntitySpark['Spark'/200, l='MpServer', x=82.50, y=48.50, z=-268.50], EntitySpark['Spark'/201, l='MpServer', x=83.50, y=48.50, z=-268.50], EntityZombie['Zombie'/203, l='MpServer', x=110.75, y=62.00, z=-301.50], EntityCreeper['Creeper'/204, l='MpServer', x=113.16, y=59.00, z=-274.63], EntityChicken['Chicken'/205, l='MpServer', x=125.47, y=70.00, z=-266.56], EntityChicken['Chicken'/206, l='MpServer', x=125.47, y=70.00, z=-269.69], EntityBabySkeleton['Baby Skeleton'/207, l='MpServer', x=114.75, y=28.00, z=-232.50], EntityChicken['Chicken'/208, l='MpServer', x=116.47, y=67.47, z=-235.84], EntityChicken['Chicken'/209, l='MpServer', x=117.84, y=67.56, z=-235.53], EntityWitch['Witch'/210, l='MpServer', x=127.50, y=19.00, z=-190.50], EntityZombie['Zombie'/220, l='MpServer', x=128.50, y=44.00, z=-344.50], EntitySquid['Squid'/221, l='MpServer', x=133.16, y=53.19, z=-331.38], EntityCreeper['Creeper'/222, l='MpServer', x=131.44, y=28.00, z=-281.94], EntityItem['item.item.bone'/223, l='MpServer', x=129.97, y=56.13, z=-219.88], EntityItem['item.item.bone'/224, l='MpServer', x=131.41, y=56.13, z=-219.88], EntitySkeleton['Skeleton'/226, l='MpServer', x=153.50, y=31.00, z=-348.50], EntityCreeper['Creeper'/108, l='MpServer', x=12.63, y=47.00, z=-309.69], EntityZombie['Zombie'/109, l='MpServer', x=14.50, y=19.00, z=-303.50], EntityBat['Bat'/110, l='MpServer', x=8.09, y=46.22, z=-292.50], EntityBat['Bat'/111, l='MpServer', x=3.75, y=48.28, z=-297.34], EntityBat['Bat'/112, l='MpServer', x=15.47, y=28.16, z=-288.63], EntityCreeper['Creeper'/113, l='MpServer', x=12.00, y=22.00, z=-235.44], EntityBat['Bat'/114, l='MpServer', x=4.34, y=41.09, z=-233.50], EntityCreeper['Creeper'/115, l='MpServer', x=12.50, y=8.00, z=-189.50], EntityCreeper['Creeper'/116, l='MpServer', x=12.50, y=8.00, z=-190.50], EntityBlitz['Blitz'/117, l='MpServer', x=13.47, y=8.00, z=-191.50], EntitySquid['Squid'/120, l='MpServer', x=26.88, y=60.34, z=-332.88], EntitySkeleton['Skeleton'/121, l='MpServer', x=16.50, y=19.00, z=-304.50], EntityCreeper['Creeper'/122, l='MpServer', x=19.50, y=46.00, z=-207.50], EntityPig['Pig'/123, l='MpServer', x=23.88, y=63.00, z=-192.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:373) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.7.10 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: 750851248 bytes (716 MB) / 1920344064 bytes (1831 MB) up to 8563130368 bytes (8166 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_D4 112 mods loaded, 112 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.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UCHIJAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar) UCHIJAAAA appliedenergistics2-core{rv3-beta-5} [Applied Energistics 2 Core] (minecraft.jar) UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHIJAAAA CustomLanPort{0.0.1} [CustomLanPort] (minecraft.jar) UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar) UCHIJAAAA ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar) UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) UCHIJAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar) UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar) UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJAAAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar) UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar) UCHIJAAAA advancedgenetics{1.5.9} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.9.jar) UCHIJAAAA appliedenergistics2{rv3-beta-5} [Applied Energistics 2] (appliedenergistics2-rv3-beta-5.jar) UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar) UCHIJAAAA ae2stuff{0.5.1.9} [AE2 Stuff] (ae2stuff-rv3-0.5.1.9-mc1.7.10.jar) UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHIJAAAA ThermalFoundation{1.7.10R1.2.4} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.4-114.jar) UCHIJAAAA ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar) UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar) UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCHIJAAAA Botania{r1.8-248} [Botania] (Botania r1.8-248.jar) UCHIJAAAA PotionIDHelper{1.0.4} [Potion ID Helper] (PotionIDHelper-1.0.4.jar) UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar) UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) UCHIJAAAA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-Mod-1.7.10-Recommended.jar) UCHIJAAAA EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar) UCHIJAAAA ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar) UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar) UCHIJAAAA kitchensink{0.01} [Kitchen Sink Mod] (ClaysMod.jar) UCHIJAAAA cosmeticarmorreworked{1.7.10-v6b} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v6b.jar) UCHIJAAAA DraconicEvolution{1.0.2d} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2d.jar) UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar) UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar) UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) UCHIJAAAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V15a.jar) UCHIJAAAA EE3HELP{2.2a} [EE3 Helper] (EE3Help-2.2a.jar) UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) UCHIJAAAA Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar) UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar) UCHIJAAAA EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar) UCHIJAAAA EnderTech{1.7.10-0.3.2.399} [EnderTech] (EnderTech-1.7.10-0.3.2.399.jar) UCHIJAAAA ExpandedRedstone{1.0} [Expanded Redstone] (ExpandedRedstone 1.7.10 V15a.jar) UCHIJAAAA extracells{2.3.10} [Extra Cells 2] (ExtraCells-1.7.10-2.3.10b190.jar) UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar) UCHIJAAAA fastleafdecay{1.1} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.1.jar) UCHIJAAAA ganysend{1.11.3} [Gany's End] (Ganys End-1.11.3.jar) UCHIJAAAA ganysnether{1.8.1} [Gany's Nether] (Ganys Nether-1.8.1.jar) UCHIJAAAA hbm{1.0.20} [Hbm's Nuclear Tech Mod] (hbm1.0.20.jar) UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar) UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) UCHIJAAAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar) UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) UCHIJAAAA journeymap{@[email protected]} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar) UCHIJAAAA LomLib{3.2.1} [LomLib] (LomLib-1.7.10-3.2.1-universal.jar) UCHIJAAAA magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) UCHIJAAAA MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar) UCHIJAAAA MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar) UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar) UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar) UCHIJAAAA NetherOres{1.7.10R2.3.1RC1} [Nether Ores] (NetherOres-[1.7.10]2.3.1RC1-19.jar) UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar) UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar) UCHIJAAAA openmodularturrets{2.2.2-217} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.2.2-217.jar) UCHIJAAAA fodc{1.6.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.6.1.jar) UCHIJAAAA origin{8.0.3} [Origin] (Origin-1.7.10-8.0.3.jar) UCHIJAAAA addonscrewdriver{1.0.0} [OriginAddonScrewdriver] (Origin-1.7.10-8.0.3.jar) UCHIJAAAA JotatosPracticalities{0.6.2} [Practicalities] (practicalities-1.7.10-0.6.2.jar) UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) UCHIJAAAA quantumflux{1.7.10-1.3.2-b2} [QuantumFlux] (QuantumFlux-1.7.10-1.3.2-b2.jar) UCHIJAAAA RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V15a.jar) UCHIJAAAA ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V15a.jar) UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar) UCHIJAAAA rftools{4.23} [RFTools] (rftools-4.23.jar) UCHIJAAAA simplecondenser{1.2.0} [Simple Condensers] (Simple Condensers-1.7.10-1.2.0-universal.jar) UCHIJAAAA SSR{rc3} [Soul Shards Reborn] (SSR-rc3.jar) UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar) UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar) UCHIJAAAA thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar) UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar) UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar) UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar) UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) UCHIJAAAA TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar) UCHIJAAAA Torcherino{1.0s} [Torcherino] (Torcherino-1.7.10-1.0s.jar) UCHIJAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar) UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar) UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) UCHIJAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar) UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) UCHIJAAAA ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar) UCHIJAAAA McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar) UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar) GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 5600' OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED] Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer([email protected]) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer([email protected]) returned non-null result: 0 CoFHCore: -[1.7.10]3.1.2-325 AE2 Version: beta rv3-beta-5 for Forge 10.13.4.1448 ThermalFoundation: -[1.7.10]1.2.4-114 ThermalExpansion: -[1.7.10]4.1.2-240 Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine TConstruct Environment: Environment healthy. NetherOres: -[1.7.10]2.3.1RC1-19 RedstoneArsenal: -[1.7.10]1.1.1-89 ThermalDynamics: -[1.7.10]1.2.0-171 List of loaded APIs: * API_NEK (1.1.0) from Origin-1.7.10-8.0.3.jar * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-5.jar * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar * BotaniaAPI (75) from Botania r1.8-248.jar * BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar * ChiselAPI (0.1.0) from Chisel2-2.5.1.44.jar * ChiselAPI|Carving (0.1.0) from Chisel2-2.5.1.44.jar * ChiselAPI|Rendering (0.1.0) from Chisel2-2.5.1.44.jar * CoFHAPI (1.7.10R1.0.2) from OpenModularTurrets-1.7.10-2.2.2-217.jar * CoFHAPI|block (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.399.jar * CoFHAPI|energy (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar * CoFHAPI|item (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar * CoFHAPI|modhelpers (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHAPI|tileentity (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.399.jar * CoFHAPI|transport (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHAPI|world (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.399.jar * CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.399.jar * CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.399.jar * CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.399.jar * CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.399.jar * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.399.jar * CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.399.jar * CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.399.jar * CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar * CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2d.jar * EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar * EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar * EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar * EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar * EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar * EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar * EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V15a.jar * OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar * OriginScrewdriverApi (1.0.0) from Origin-1.7.10-8.0.3.jar * Thaumcraft|API (4.2.2.0) from thaumichorizons-1.7.10-1.1.9.jar * thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar * TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar Stencil buffer state: Function set: GL30, pool: forge, bits: 8 AE2 Integration: IC2:OFF, RotaryCraft:ON, RC:OFF, BuildCraftCore:OFF, BuildCraftTransport:OFF, BuildCraftBuilder:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10 LWJGL: 2.9.1 OpenGL: Intel(R) HD Graphics 5600 GL version 4.4.0 - Build 20.19.15.4331, Intel 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) OptiFine Version: OptiFine_1.7.10_HD_U_D4 Render Distance Chunks: 7 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false OpenGlVersion: 4.4.0 - Build 20.19.15.4331 OpenGlRenderer: Intel(R) HD Graphics 5600 OpenGlVendor: Intel CpuCount: 8Check out my unofficial remake of Advanced Genetics for 1.10.2+, Genetics Reborn!
Also have a mod that adds some random helpful items and blocks, Kitchen Sink.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThere is a tile entity which tries to apply a potion effect on you, but the entity type of your player seems to be null (even though the adress leads to EntityPlayerMP, casting error?) thus crashing the game. For what it looks like, it should not happen when shifting potion ids, but rather entity ids. When exactly does this crash occour, when you load a world or when you drink a potion? If former is the case, try setting the ids back to default, remove all potion effects from your player (as this could be a loading error where the NBT loader tries to re-apply an effect when loading the world, but the id changed), then adjust the ids and start the game again.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIts when I load the world, as soon as it loads in I instantly get the crash. If I set the ID's back to default it will just crash over and over cause there is a ton of overlapping ID's. Is there any good way for me to fix the ID conflicts?
Check out my unofficial remake of Advanced Genetics for 1.10.2+, Genetics Reborn!
Also have a mod that adds some random helpful items and blocks, Kitchen Sink.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWhy do the IDs overlap in the first place? If you have some mods which add new potion effects, I have bad news: Minecraft doesn't have an unlimited amount of empty potion fields (like 15 or so), meaning that there will always be potions overriding each other. You should also never change the vanilla IDs as these are on top of the list anyway.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI thought there was like 127 overall or something like that
And does the game always crash when there is overlapping ID's? Or is it just because I have DragonAPI installed?
Check out my unofficial remake of Advanced Genetics for 1.10.2+, Genetics Reborn!
Also have a mod that adds some random helpful items and blocks, Kitchen Sink.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe game should always crash with overlapping IDs, you should also remove DragonAPI (as it is an api) if there are no mods using it.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAlright thanks, and I have to have dragon API cause I am using reactorcraft, rotarycraft, and I want to use chromaticraft but dragonapi is a b**** about their potions not getting overwritten.
Check out my unofficial remake of Advanced Genetics for 1.10.2+, Genetics Reborn!
Also have a mod that adds some random helpful items and blocks, Kitchen Sink.