java.lang.ArrayIndexOutOfBoundsException: -125
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 micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java: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(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: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 micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java: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)
-- Entity being ticked --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
Entity ID: 1815
Entity Name: mikein
Entity's Exact location: 150.50, 67.62, -230.50
Entity's Block location: World: (150,67,-231), Chunk: (at 6,4,9 in 9,-15; contains blocks 144,0,-240 to 159,255,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
the game crash after my character is dead, i can see because galacticraft,but what happened?i saw some other thread ,they said galacticraft have conflict with gravemod ,but i didn't instilled grave
Hello again, Mikein. Thanks for taking my advise and using a spoiler this time. It reallymakes me happy to see.
Now, I believe that this is simply a conflicting ID. Most of the things in Minecraft modding will fix up their IDs when they detect a conflict. Unfortunately, potion IDs aren't one of those things. You'll need to locate the configuration file for the conflicting mod - likely Galacticraft - and try changing the potion IDs. This might require a bit of research on your behalf in order to do so. If you find that you run out of IDs then I believethere is a mod out there that adds more of them for the potions, though you'd have to check. If you don't know what to do even after trying everything, or if it just simply doesn't work, then I'll be back tomorrow. I don't function too well with this sort of thing without rest. x3
Good luck though!
Rollback Post to RevisionRollBack
Formally known as SamMaher.
To post a comment, please login or register a new account.
---- Minecraft Crash Report ----
// Oops.
Time: 2017/3/30 下午 7:44
Description: Ticking entity
java.lang.ArrayIndexOutOfBoundsException: -125
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 micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java: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(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: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 micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java: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)
-- Entity being ticked --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
Entity ID: 1815
Entity Name: mikein
Entity's Exact location: 150.50, 67.62, -230.50
Entity's Block location: World: (150,67,-231), Chunk: (at 6,4,9 in 9,-15; contains blocks 144,0,-240 to 159,255,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['mikein'/1815, l='MpServer', x=150.50, y=67.62, z=-230.50]]
Chunk stats: MultiplayerChunkCache: 462, 585
Level seed: 0
Level generator: ID 06 - RTG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (141,64,-237), Chunk: (at 13,4,3 in 8,-15; contains blocks 128,0,-240 to 143,255,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 1359 game time, 1359 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 31 total; [GCEntityClientPlayerMP['mikein'/1815, l='MpServer', x=140.41, y=67.62, z=-251.85], EntityTHPhantom['幽靈'/1842, l='MpServer', x=223.50, y=37.00, z=-199.50], EntityGaiaCockatrice['雞蛇'/59, l='MpServer', x=123.50, y=66.00, z=-184.50], EntityGaiaCockatrice['雞蛇'/60, l='MpServer', x=126.50, y=66.00, z=-182.50], EntityGaiaHarpy['鷹身女妖'/73, l='MpServer', x=140.50, y=67.00, z=-175.50], EntityGaiaCockatrice['雞蛇'/94, l='MpServer', x=155.50, y=69.00, z=-180.50], EntityBat['蝙蝠'/3435, l='MpServer', x=171.47, y=27.56, z=-168.72], EntitySanae['早苗'/3436, l='MpServer', x=225.50, y=68.00, z=-161.50], EntitySakuya['?夜'/3438, l='MpServer', x=189.19, y=69.00, z=-167.72], EntityGaiaMimic['寶箱怪'/115, l='MpServer', x=173.47, y=15.00, z=-177.81], EntityGaiaBoneKnight['骷髏騎士'/117, l='MpServer', x=170.50, y=16.00, z=-181.50], EntityTHPhantom['幽靈'/118, l='MpServer', x=170.50, y=55.00, z=-169.50], EntityGaiaCreep['爬行球'/139, l='MpServer', x=183.50, y=53.00, z=-185.50], EntityGaiaCreep['爬行球'/140, l='MpServer', x=183.50, y=50.00, z=-182.50], EntityGaiaBoneKnight['骷髏騎士'/167, l='MpServer', x=213.47, y=21.63, z=-175.31], EntityGaiaBoneKnight['骷髏騎士'/168, l='MpServer', x=205.50, y=25.00, z=-177.50], EntityGaiaBoneKnight['骷髏騎士'/169, l='MpServer', x=206.50, y=25.00, z=-177.50], EntityGaiaEnderEye['末影眼球'/173, l='MpServer', x=193.59, y=50.00, z=-185.78], EntityBat['蝙蝠'/176, l='MpServer', x=204.47, y=24.78, z=-169.50], EntityGaiaJorogumo['蜘蛛女郎'/177, l='MpServer', x=205.50, y=25.00, z=-171.50], EntityBat['蝙蝠'/178, l='MpServer', x=198.44, y=21.91, z=-170.88], EntityBat['蝙蝠'/181, l='MpServer', x=196.41, y=43.38, z=-163.22], EntityTHPhantom['幽靈'/182, l='MpServer', x=196.59, y=47.03, z=-161.34], EntityTHPhantom['幽靈'/183, l='MpServer', x=195.97, y=46.22, z=-165.69], EntityTHPhantom['幽靈'/184, l='MpServer', x=194.50, y=46.00, z=-165.50], EntityGaiaCreep['爬行球'/185, l='MpServer', x=197.50, y=45.00, z=-167.50], EntityGaiaCreep['爬行球'/193, l='MpServer', x=212.50, y=46.00, z=-181.50], EntityGaiaCreep['爬行球'/194, l='MpServer', x=213.50, y=46.00, z=-180.50], EntityTHPhantom['幽靈'/3272, l='MpServer', x=199.50, y=45.44, z=-152.50], GCEntityClientPlayerMP['mikein'/1815, l='MpServer', x=150.50, y=67.62, z=-230.50], EntityTrail['未知'/3537, l='MpServer', x=150.50, y=67.62, z=-230.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
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(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:135)
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.8.0_121, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1476273248 bytes (1407 MB) / 3701882880 bytes (3530 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 2, tcache: 54, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D7 176 mods loaded, 176 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.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA technomCore{0.12.5} [Technomancy Core] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA LanteaCraft-Core{1.0} [LanteaCraft Core] (minecraft.jar)
UCHIJAAAA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA OpenModsCore{0.10} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAA cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar)
UCHIJAAAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
UCHIJAAAA FastCraft{1.24} [FastCraft] (fastcraft-1.24.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar)
UCHIJAAAA lotr{Beta v31.3 for Minecraft 1.7.10} [The Lord of the Rings Mod] ([1.7.10] The Lord of the Rings Mod B31.3.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (M-Thaumcraft-1.7.10-4.2.3.5-SaraFix-a1.jar)
UCHIJAAAA baublesstuff{2.1.2} [Baubles Stuff] ([baubles附屬01]baublesstuff-2.1.2.jar)
UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAA ExtraBotany{r1.0-20} [ExtraBotany] ([Botany附屬01]ExtraBotany+r1.0-20.jar)
UCHIJAAAA HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.6.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
UCHIJAAAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UCHIJAAAA beebetteratbees{0.2} [BeeBetterAtBees] ([forestry附屬01]BeeBetterAtBees-0.3.jar)
UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] ([forestry附屬02]binnie-mods-2.0-pre14.jar)
UCHIJAAAA Botany{2.0-pre14} [Botany] ([forestry附屬02]binnie-mods-2.0-pre14.jar)
UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] ([forestry附屬02]binnie-mods-2.0-pre14.jar)
UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] ([forestry附屬02]binnie-mods-2.0-pre14.jar)
UCHIJAAAA Genetics{2.0-pre14} [Genetics] ([forestry附屬02]binnie-mods-2.0-pre14.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] ([神秘附屬06]ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA MagicBees{2.4.3} [Magic Bees] ([forestry附屬04]magicbees-1.7.10-2.4.3.jar)
UCHIJAAAA NEIAddons{1.12.15.41} [NEI Addons] ([NEI附屬01]neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] ([NEI附屬01]neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] ([NEI附屬01]neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] ([NEI附屬01]neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] ([NEI附屬01]neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] ([NEI附屬01]neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] ([NEI附屬01]neiaddons-1.12.15.41-mc1.7.10.jar)
UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] ([NEI附屬02]NotEnoughResources-1.7.10-0.1.0-128.jar)
UCHIJAAAA neiintegration{1.1.2} [NEI Integration] ([NEI附屬03]NEIIntegration-MC1.7.10-1.1.2.jar)
UCHIJAAAA flammpfeil.slashblade{mc1.7.10-r87} [SlashBlade] (SlashBlade-mc1.7.10-r87.jar)
UCHIJAAAA flammpfeil.slashblade.blademaster{mc1.7.2-r1} [BladeMaster] ([SlashBlade附屬01]SlashBlade-BladeMaster-mc1.7.2-r1.2.jar)
UCHIJAAAA flammpfeil.darkraven{mc1.7.2-r2} [DarkRaven] ([SlashBlade附屬02]SlashBlade-DarkRaven-mc1.7.2-r2.jar)
UCHIJAAAA flammpfeil.frostwolf{mc1.7.2-r1} [FrostWolf] ([SlashBlade附屬03]SlashBlade-FrostWolf-mc1.7.2-r1.1.jar)
UCHIJAAAA flammpfeil.slashblade.kamuy{mc1.7.10-r6} [Kamuy] ([SlashBlade附屬04]SlashBlade-Kamuy-mc1.7.10-r6.jar)
UCHIJAAAA flammpfeil.slashblade.kirisaya{r1} [SlashBlade-Kirisaya] ([SlashBlade附屬05]SlashBlade-Kirisaya-r1.jar)
UCHIJAAAA flammpfeil.slashblade.murasamablade{mc1.7.2-r3.2} [murasamablade] ([SlashBlade附屬06]SlashBlade-MurasamaBlade-mc1.7.2-r3.2.jar)
UCHIJAAAA flammpfeil.nihil{mc1.7.x-r8} [Nihil] ([SlashBlade附屬07]SlashBlade-Nihil-mc1.7.x-r8.jar)
UCHIJAAAA flammpfeil.toyako{mc1.7.2-r1} [toyako] ([SlashBlade附屬09]SlashBlade-toyako-mc1.7.2-r1.jar)
UCHIJAAAA flammpfeil.slashbladewa{mc1.7.2-r1} [SlashBladeWa] ([SlashBlade附屬10]SlashBlade-Wa-mc1.7.2-r1.jar)
UCHIJAAAA flammpfeil.slashblade.wanderer{mc1.7.2-r1} [SlashBladeWanderer] ([SlashBlade附屬11]SlashBlade-Wanderer-mc1.7.2-r1.jar)
UCHIJAAAA slashblade.yukari{mc1.7.10-r2} [Slashblade-yukari] ([SlashBlade附屬12]Slashblade-yukari-mc1.7.10-r2.jar)
UCHIJAAAA flammpfeil.slashblade.terra{mc1.7.10-r1} [SlashBlade-Terra] ([SlashBlade附屬13]SlashBlade-Terra-mc1.7.10-r1.jar)
UCHIJAAAA flammpfeil.slashblade.zephyr{1.7.2 r1.2} [SlashBladeZephyr] ([SlashBlade附屬14]SlashBlade-Zephyr-mc1.7.2-r1.2.2.jar)
UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA Mariculture{1.7.10-1.3.0-6} [Mariculture] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] ([Tinker附屬01]TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA tinker_io{release 1.5.0} [Tinker I/O] ([Tinker附屬02]tinker_io-1.7.10-release 1.5.0.jar)
UCHIJAAAA BambooMod{[email protected][email protected] [email protected]@} [BambooMod] (Bamboo-2.6.8.5.jar)
UCHIJAAAA mod_ecru_MapleTree{1.1.33c} [MapleTree] (MapleTree Forge v1.1.33c.jar)
UCHIJAAAA TofuCraft{2.1.7-MC1.7.10} [豆腐Craft (TofuCraft)] (TofuCraft-2.1.7-mc1.7.10.jar)
UCHIJAAAA TofuFactory{1.3.0-MC1.7.10} [豆腐Factory Reloaded (TofuFactory Reloaded)] ([TofuCraft附屬01]TofuFactoryR-1.3.0-MC1.7.10.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] ([Waila附屬01]WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] ([Waila附屬02]WAILAPlugins-MC1.7.10-0.2.0-25.jar)
UCHIJAAAA wawla{1.3.1} [What Are We Looking At] ([Waila附屬03]Wawla-1.0.5.120.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.475.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.475.jar)
UCHIJAAAA GalaxySpace{1.1.4} [GalaxySpace] ([星系附屬01]GalaxySpace-1.1.4 STABLE.jar)
UCHIJAAAA MorePlanet{1.3.8} [More Planets] ([星系附屬02]More-Planets-1.7.10-1.3.8.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] ([神秘附屬01]神秘視界thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] ([神秘附屬03]ThaumcraftMobAspects-1.7.2-2A.jar)
UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] ([神秘附屬04]thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar)
UCHIJAAAA AetherAspects{Alpha 1.7.10-1.2} [Aether Aspects] ([神秘附屬05]AetherAspects-1.7.10-1.2.jar)
UCHIJAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] ([神秘附屬07]NodalMechanics-1.7-1.0-7.jar)
UCHIJAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAA thaumicbases{1.3.1710.2} [Thaumic Bases] ([神秘附屬08]ThaumicBases-1.3.1710.4.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] ([神秘附屬09]Forbidden Magic-1.7.10-0.575.jar)
UCHIJAAAA TCBotaniaExoflame{1.0} [TCBotaniaExoflame] ([神秘附屬10]TCBotaniaExoflame-1.7.10-1.4.jar)
UCHIJAAAA arcanearteries{5} [Arcane Arteries] ([神秘附屬11]ArcaneArteries0.8.2.jar)
UCHIJAAAA TaintedMagic{r7.6} [Tainted Magic] ([神秘附屬12]Tainted-Magic-r7.6.jar)
UCHIJAAAA tcinventoryscan{1.0.11} [TC Inventory Scanning] ([神秘附屬13]tcinventoryscan-mc1.7.10-1.0.11.jar)
UCHIJAAAA tcnodetracker{1.1.2} [TC Node Tracker] ([神秘附屬14]tcnodetracker-1.7.10-1.1.2.jar)
UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UCHIJAAAA antiidconflict{1.3.5} [Anti Id Conflict] (AntiIdConflict-1.3.5-1.7.10.jar)
UCHIJAAAA aobdbb{1.0.6} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.6.jar)
UCHIJAAAA aobdoc{1.0.5} [Another One Bites The Dust: Ore Chunks] (AOBDOC-1.0.5.jar)
UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
UCHIJAAAA armoroverlay{2.0} [Armor Overlay] (Armor Overlay 2.0.jar)
UCHIJAAAA Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
UCHIJAAAA BetterAchievements{0.1.0} [Better Achievements] (BetterAchievements-1.7.10-0.1.0.jar)
UCHIJAAAA chancecubes{1.7.10-2.3.2.126} [Chance Cubes] (ChanceCubes-1.7.10-2.3.2.126.jar)
UCHIJAAAA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA controlling{1.0.0} [Controlling] (Controlling-1.7.10-1.0.0.jar)
UCHIJAAAA diversity{ALPHA 1.6.1} [Diversity] (Diversity-1.7.10-Alpha-1.6.1.jar)
UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCHIJAAAA golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-29} [Guide-API] (Guide-API-1.7.10-1.0.1-29.jar)
UCHIJAAAA HealthBar{1.0.2} [Health Bar] (HealthBar-1.7.10-1.0.2-11.jar)
UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
UCHIJAAAA InfernalMobs{1.6.6} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)
UCHIJAAAA InventoryPets{1.4.9} [Inventory Pets] (inventorypets-1.7.10-1.4.9-universal.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA ism{1.5.10 MC-1.7.10} [Instant Structures Mod (ISM)] (ism-1.5.10 MC-1.7.10.jar)
UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAAAA journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
UCHIJAAAA LanteaCraft{1.0.0-70} [LanteaCraft] (LanteaCraft-1.7.10-70.jar)
UCHIJAAAA levels{r3.0.1} [Levels] (Levels-1.7.10-r3.0.1.jar)
UCHIJAAAA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10][?化by映月花].jar)
UCHIJAAAA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.3.0-6.jar)
UCHIJAAAA MemoryCleaner{1.0} [Memory Cleaner] (MemoryCleaner-1.4-mc.1.7.10.jar)
UCHIJAAAA millenaire{6.0.0} [Mill矇naire] (millenaire-6.0.0.jar)
UCHIJAAAA nolpfij_mobstatues{0.1.1} [mobstatues] (MobStatues-1.7.10-0.1.1.jar)
UCHIJAAAA examplemod{1.0} [examplemod] (More Health Enchanted-1.7.10-6.3.jar)
UCHIJAAAA morehealth{6.3} [More Health Forge] (More Health Enchanted-1.7.10-6.3.jar)
UCHIJAAAA MoreHome_MCBBS{0.7.0} [MoreHome_MCBBS] (morehome-0.7.0_1710.jar)
UCHIJAAAA MoreHome{0.7.0} [MoreHome] (morehome-0.7.0_1710.jar)
UCHIJAAAA Morph{0.9.3} [Morph] (Morph-Beta-0.9.3.jar)
UCHIJAAAA MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UCHIJAAAA Mystcraft{0.12.3.03} [Mystcraft] (mystcraft-1.7.10-0.12.3.03.jar)
UCHIJAAAA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-1.7.10-0.3.jar)
UCHIJAAAA NotEnoughWands{1.2.3} [Not Enough Wands] (notenoughwands-1.2.3.jar)
UCHIJAAAA NyankoMod{1.2.3} [NyankoMod] (NyankoMod_1.7.10_1.2.3.jar)
UCHIJAAAA OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar)
UCHIJAAAA OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar)
UCHIJAAAA RTG{1.7.10-1.1.1.4} [Realistic Terrain Generation] (RTG-1.7.10-1.1.1.4.jar)
UCHIJAAAA shincolle{1.7.10.rv26.1} [Shinkeiseikan Collection] (ShinColle-1.7.10.rv26.1.jar)
UCHIJAAAA cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJAAAA cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJAAAA spacore{01.05.12} [SpACore] (SpACore-1.7.10-01.05.12.jar)
UCHIJAAAA StacksOnStacks{{$version}} [Stacks on Stacks!] (StacksOnStacks-1.7.10-2.4.3.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
UCHIJAAAA TML{4.0.1} [TooMuchLoot] (TooMuchLoot-1.7.10-4.0.1.B0.jar)
UCHIJAAAA UnicodeFontFixer{1.1.12-mc1.7.10} [UnicodeFontFixer] (UnicodeFontFixer-1.1.12-mc1.7.10.jar)
UCHIJAAAA weaponcaseloot{1.2.12} [WeaponCaseLoot] (weaponcaseloot-1.2.12.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA THKaguyaMod{2.90-1.7.10} [Itutu no Nandai MOD+] (五??難題MOD%2B ver2.90.1-1.7.10.jar)
UCHIJAAAA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (魔典??3 D1.7.10-1.2.7.jar)
UCHIJAAAA flammpfeil.slashblade.slasharts{1.7.10 r1} [SlashBlade-SlashArts] ([SlashBlade附屬08]SlashBlade-SlashArts-mc1.7.10-r2.jar)
UCHIJAAAA technom{0.12.5} [Technomancy] ([神秘附屬02]Technomancy - 0.12.5 - 1.7.10.jar)
UCHIJAAAA aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
UCHIJAAAA NEI-Mystcraft-Plugin{02.01.09} [NEI Mystcraft Plugin] (MystNEI-Plugin-1.7.10-02.01.09.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.92' Renderer: 'GeForce GTX 780/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[player_damage_hook: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
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
CoFHCore: -[1.7.10]3.1.4-329
ThermalFoundation: -[1.7.10]1.2.6-118
ThermalExpansion: -[1.7.10]4.1.5-248
TConstruct Environment: Environment healthy.
SpACore ASM Transformers:
GLStateManager: false
GLStateManager debug output: false
Debug screen replacer: true
ThermalDynamics: -[1.7.10]1.2.1-172
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
* The RF API that is being used (1.7.10R1.0.12 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13 from EnderIO-1.7.10-2.3.0.429_beta.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 780/PCIe/SSE2 GL version 4.5.0 NVIDIA 378.92, NVIDIA Corporation
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: [SummerFields_mcpatcher_1.7.9_0727.zip] Current Language: 繁體中文 (台灣)
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_D7
Render Distance Chunks: 12
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: SEUS-v11.0.zip
OpenGlVersion: 4.5.0 NVIDIA 378.92
OpenGlRenderer: GeForce GTX 780/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
the game crash after my character is dead, i can see because galacticraft,but what happened?i saw some other thread ,they said galacticraft have conflict with gravemod ,but i didn't instilled grave
get rid of galacticraft
I do live support at:
https://minecraftirc.net/minecrafthelp/landing/
https://discordapp.com/invite/minecraft
My discord: Greymagic27#4493
That's the solution that quitters choose!
Hello again, Mikein. Thanks for taking my advise and using a spoiler this time. It really makes me happy to see.
Good luck though!
Formally known as SamMaher.