Closed ChaosLLy closed 3 months ago
Probably the same that https://github.com/AirBurn0/am2playground/issues/11.
Go to config/am2pg.cfg and change AM2Build value to your AM2 version: 'Mithion' for original mod, 'TCLProject' for AM2.5
Also report back is it worked.
It's known bug that it not always auto-detect correct mod version, idk why...
It didnt work my config doesnt look like that what have i done wrong?
general { S:AM2Build=TCLProject
# Adds ore-dictionary and crafts to default AM2 recipes if set "true".
B:AM2OreDict=true
# Adds Blood Magic rune crafts from AM2 resources if set "true".
B:BloodMagicRunes=true
# Changes behavior of Arcane Affinity trait 'Clear Caster' if set "true".
B:ClarityRework=true
# Add all potion with given potion IDs into Dispel effect exclusion list (usually you have to write a separate mod for this, like I did).
I:DispelExclusions <
>
# Force-add Blood Magic Soul Fray potion effect into Dispel Exclusion list if set "true" (cuz avg player won't head to config himself to set that).
B:DispelSoulFrayDisable=true
# Copies all Dispel Exclusion effects into Maximization Exclusion effects list if set "true".
B:MaximizationCopyDispelExclusions=true
# Add all potion with given potion IDs into Maximization effect exclusion list (usually you have to write a separate mod for this, like I did).
I:MaximizationExclusions <
>
# Force-add Grimoire to BiblioCraft Bookcase list if set "true" (cuz avg player won't head to config himself to set that).
B:bookcaseGrimoire=false
}
##########################################################################################################
##########################################################################################################
integration { B:Baubles=true B:BiblioCraft=true B:BloodMagic=true B:Botania=true B:ForbiddenMagic=true B:GTNH-Wands=true B:LotR=true B:Thaumcraft=true B:ThaumicTinkererKami=true B:TinkersConstruct=true }
It didnt work my config doesnt look like that what have i done wrong?
Configuration file
general { S:AM2Build=TCLProject
# Adds ore-dictionary and crafts to default AM2 recipes if set "true". B:AM2OreDict=true # Adds Blood Magic rune crafts from AM2 resources if set "true". B:BloodMagicRunes=true # Changes behavior of Arcane Affinity trait 'Clear Caster' if set "true". B:ClarityRework=true # Add all potion with given potion IDs into Dispel effect exclusion list (usually you have to write a separate mod for this, like I did). I:DispelExclusions < > # Force-add Blood Magic Soul Fray potion effect into Dispel Exclusion list if set "true" (cuz avg player won't head to config himself to set that). B:DispelSoulFrayDisable=true # Copies all Dispel Exclusion effects into Maximization Exclusion effects list if set "true". B:MaximizationCopyDispelExclusions=true # Add all potion with given potion IDs into Maximization effect exclusion list (usually you have to write a separate mod for this, like I did). I:MaximizationExclusions < > # Force-add Grimoire to BiblioCraft Bookcase list if set "true" (cuz avg player won't head to config himself to set that). B:bookcaseGrimoire=false
}
##########################################################################################################
integration
--------------------------------------------------------------------------------------------------------
Enable/Disable integration content with other mods.
##########################################################################################################
integration { B:Baubles=true B:BiblioCraft=true B:BloodMagic=true B:Botania=true B:ForbiddenMagic=true B:GTNH-Wands=true B:LotR=true B:Thaumcraft=true B:ThaumicTinkererKami=true B:TinkersConstruct=true }
What AM2 version do you use?
AM2.5 1.6.7
AM2.5 1.6.7
I'm really confused, please supply full crashlog.txt or other log file that contains one of the following lines:
AM2PlayGround is force-running on AM2 ### build.
AM2PlayGround is running on AM2 version ### which considered as ### build.
AM2PlayGround failed to auto-detect AM2 build type, this may cause bugs. Please consider setting [AM2Build] variable in 'config/am2pg' manually.
Your AM2 version is higher than all known AM2 builds, AM2PG may work incorrectly or cause crash
---- Minecraft Crash Report ---- // Uh... Did I do that?
Time: 7/27/24 3:03 PM Description: Ticking entity
java.lang.NoSuchMethodError: am2.playerextensions.ExtendedProperties.getContingencyType()Lam2/api/spell/enums/ContingencyTypes; at airburn.am2playground.utils.PGUtils.getIfHasContingency(PGUtils.java:298) at airburn.am2playground.event.ForgeEventHandler.tickContingencySpell(ForgeEventHandler.java:765) at cpw.mods.fml.common.eventhandler.ASMEventHandler_488_ForgeEventHandler_tickContingencySpell_LivingUpdateEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:1560) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:206) at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071h(EntityCreatureBase.java:1132) 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:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- Head -- Stacktrace: at airburn.am2playground.utils.PGUtils.getIfHasContingency(PGUtils.java:298) at airburn.am2playground.event.ForgeEventHandler.tickContingencySpell(ForgeEventHandler.java:765) at cpw.mods.fml.common.eventhandler.ASMEventHandler_488_ForgeEventHandler_tickContingencySpell_LivingUpdateEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:1560) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:206) at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071h(EntityCreatureBase.java:1132) 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: freshwatermobs.silex (lycanite.lycanitesmobs.freshwatermobs.entity.EntitySilex) Entity ID: 82483 Entity Name: Silex Entity's Exact location: 5883.47, 61.00, 2210.28 Entity's Block location: World: (5883,61,2210), Chunk: (at 11,3,2 in 367,138; contains blocks 5872,0,2208 to 5887,255,2223), Region: (11,4; contains chunks 352,128 to 383,159, blocks 5632,0,2048 to 6143,255,2559) 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['SNM_ChaosLy'/174984, l='MpServer', x=5881.32, y=71.62, z=2219.40]] Chunk stats: MultiplayerChunkCache: 35, 35 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (5932,67,2190), Chunk: (at 12,4,14 in 370,136; contains blocks 5920,0,2176 to 5935,255,2191), Region: (11,4; contains chunks 352,128 to 383,159, blocks 5632,0,2048 to 6143,255,2559) Level time: 1479862 game time, 112056 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 82 total; [EntityGaiaEnderEye['Ender Eye'/175232, l='MpServer', x=5921.50, y=34.00, z=2221.50], EntityCephignis['Cephignis'/2051, l='MpServer', x=5898.94, y=55.03, z=2183.16], EntitySilex['Silex'/55176, l='MpServer', x=5876.50, y=63.09, z=2209.47], EntitySilex['Silex'/53388, l='MpServer', x=5843.41, y=64.09, z=2218.47], EntityClientPlayerMP['SNM_ChaosLy'/174984, l='MpServer', x=5881.32, y=71.62, z=2219.40], EntityChupacabra['Chupacabra'/70546, l='MpServer', x=5874.47, y=28.00, z=2201.56], EntityCephignis['Cephignis'/153, l='MpServer', x=5901.69, y=55.00, z=2180.88], EntityShade['Shade'/175006, l='MpServer', x=5802.50, y=31.00, z=2207.47], EntityArisaur['Arisaur'/175007, l='MpServer', x=5799.53, y=70.00, z=2185.13], EntitySilex['Silex'/85020, l='MpServer', x=5894.47, y=62.09, z=2211.41], EntitySilex['Silex'/175010, l='MpServer', x=5781.47, y=67.19, z=2243.72], EntitySilex['Silex'/56096, l='MpServer', x=5873.44, y=64.03, z=2213.44], EntityCreeper['Creeper'/174882, l='MpServer', x=5908.50, y=75.00, z=2212.50], EntitySilex['Silex'/175011, l='MpServer', x=5789.59, y=67.97, z=2251.59], EntityCephignis['Cephignis'/2081, l='MpServer', x=5900.28, y=55.00, z=2186.06], EntityChupacabra['Chupacabra'/175008, l='MpServer', x=5784.13, y=15.00, z=2192.97], EntitySquid['Squid'/174496, l='MpServer', x=5895.56, y=59.00, z=2211.78], EntityChupacabra['Chupacabra'/162, l='MpServer', x=5897.41, y=22.00, z=2253.19], EntityChupacabra['Chupacabra'/175009, l='MpServer', x=5784.44, y=28.00, z=2205.44], EntityChupacabra['Chupacabra'/175014, l='MpServer', x=5796.91, y=31.00, z=2286.66], EntitySilex['Silex'/175015, l='MpServer', x=5792.59, y=66.00, z=2283.38], EntitySilex['Silex'/175012, l='MpServer', x=5785.63, y=69.06, z=2246.31], EntityChupacabra['Chupacabra'/175013, l='MpServer', x=5806.84, y=26.00, z=2274.22], EntitySilex['Silex'/82726, l='MpServer', x=5889.59, y=62.03, z=2213.81], EntityShade['Shade'/175018, l='MpServer', x=5771.47, y=27.00, z=2227.47], EntityChupacabra['Chupacabra'/175019, l='MpServer', x=5762.44, y=43.00, z=2205.69], EntitySilex['Silex'/175016, l='MpServer', x=5792.03, y=66.00, z=2286.00], EntitySilex['Silex'/175017, l='MpServer', x=5791.41, y=66.00, z=2264.41], EntitySilex['Silex'/175022, l='MpServer', x=5789.38, y=65.19, z=2284.25], EntitySilex['Silex'/175023, l='MpServer', x=5791.88, y=66.19, z=2279.88], EntitySilex['Silex'/175020, l='MpServer', x=5802.28, y=62.06, z=2140.63], EntitySilex['Silex'/175021, l='MpServer', x=5789.38, y=66.00, z=2286.47], EntitySilex['Silex'/175026, l='MpServer', x=5778.28, y=62.16, z=2150.78], EntityChupacabra['Chupacabra'/105393, l='MpServer', x=5903.41, y=44.00, z=2248.41], EntitySilex['Silex'/175027, l='MpServer', x=5768.47, y=66.00, z=2243.47], EntitySilex['Silex'/175024, l='MpServer', x=5790.53, y=68.09, z=2282.34], EntitySilex['Silex'/82483, l='MpServer', x=5883.47, y=61.00, z=2210.28], EntityCephignis['Cephignis'/2098, l='MpServer', x=5903.13, y=55.09, z=2187.44], EntitySilex['Silex'/175025, l='MpServer', x=5776.75, y=61.09, z=2149.72], EntitySilex['Silex'/175030, l='MpServer', x=5781.31, y=61.97, z=2140.19], EntityShade['Shade'/175031, l='MpServer', x=5820.50, y=21.00, z=2320.50], EntitySilex['Silex'/175028, l='MpServer', x=5771.34, y=65.09, z=2244.78], EntitySilex['Silex'/175029, l='MpServer', x=5827.44, y=66.00, z=2321.44], EntityCephignis['Cephignis'/183, l='MpServer', x=5905.88, y=55.09, z=2181.97], EntityChupacabra['Chupacabra'/175034, l='MpServer', x=5758.56, y=17.00, z=2269.28], EntityChupacabra['Chupacabra'/184, l='MpServer', x=5933.53, y=22.00, z=2198.72], EntityArisaur['Arisaur'/175035, l='MpServer', x=5758.22, y=91.00, z=2276.22], EntityChupacabra['Chupacabra'/185, l='MpServer', x=5920.00, y=22.00, z=2192.53], EntityChupacabra['Chupacabra'/175032, l='MpServer', x=5772.22, y=40.00, z=2284.94], EntityChupacabra['Chupacabra'/186, l='MpServer', x=5918.53, y=41.00, z=2232.63], EntitySilex['Silex'/67002, l='MpServer', x=5887.19, y=60.00, z=2210.25], EntityMaka['Maka'/175038, l='MpServer', x=5774.94, y=76.00, z=2306.28], EntitySilex['Silex'/175036, l='MpServer', x=5786.09, y=69.06, z=2335.06], EntityShade['Shade'/53822, l='MpServer', x=5866.47, y=53.00, z=2239.47], EntityCephignis['Cephignis'/2110, l='MpServer', x=5904.97, y=55.22, z=2179.97], EntitySilex['Silex'/175037, l='MpServer', x=5782.38, y=66.00, z=2321.38], EntityShade['Shade'/175043, l='MpServer', x=5758.47, y=31.00, z=2298.47], EntitySilex['Silex'/70978, l='MpServer', x=5886.91, y=60.00, z=2198.47], EntitySilex['Silex'/175050, l='MpServer', x=5778.41, y=69.28, z=2338.25], EntityZombie['Zombie'/173130, l='MpServer', x=5909.50, y=23.00, z=2210.50], EntitySilex['Silex'/175051, l='MpServer', x=5783.47, y=66.00, z=2336.47], EntityZombie['Zombie'/173131, l='MpServer', x=5910.50, y=23.00, z=2212.50], EntityChupacabra['Chupacabra'/175049, l='MpServer', x=5780.44, y=13.00, z=2345.28], EntitySilex['Silex'/51787, l='MpServer', x=5848.50, y=63.09, z=2198.47], EntityMaka['Maka'/175054, l='MpServer', x=5754.03, y=75.00, z=2311.50], EntitySilex['Silex'/51791, l='MpServer', x=5847.47, y=66.09, z=2229.69], EntitySilex['Silex'/175060, l='MpServer', x=5761.72, y=67.09, z=2338.44], EntitySilex['Silex'/86, l='MpServer', x=5845.34, y=58.00, z=2178.34], EntitySilex['Silex'/89, l='MpServer', x=5847.34, y=64.09, z=2196.47], EntitySilex['Silex'/91, l='MpServer', x=5842.38, y=68.13, z=2235.63], EntitySilex['Silex'/175068, l='MpServer', x=5754.47, y=66.00, z=2336.47], EntityChupacabra['Chupacabra'/94, l='MpServer', x=5852.91, y=46.00, z=2249.84], EntitySilex['Silex'/75616, l='MpServer', x=5847.41, y=66.00, z=2254.41], EntityChupacabra['Chupacabra'/53987, l='MpServer', x=5847.25, y=47.00, z=2211.44], EntityChupacabra['Chupacabra'/53994, l='MpServer', x=5851.47, y=31.00, z=2199.47], EntitySilex['Silex'/129269, l='MpServer', x=5892.75, y=60.84, z=2209.75], EntitySilex['Silex'/118, l='MpServer', x=5871.50, y=63.09, z=2177.41], EntityChupacabra['Chupacabra'/89592, l='MpServer', x=5885.38, y=26.00, z=2182.31], EntitySilex['Silex'/129275, l='MpServer', x=5842.47, y=66.00, z=2247.47], EntityShade['Shade'/125, l='MpServer', x=5856.50, y=26.00, z=2233.53], EntityDarknut['entity.zeldaswordskills.darknut.name'/175231, l='MpServer', x=5925.50, y=34.00, z=2226.50], EntitySilex['Silex'/129278, l='MpServer', x=5841.47, y=58.00, z=2177.47]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Non-integrated multiplayer 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:497) 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_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1111252624 bytes (1059 MB) / 2669150208 bytes (2545 MB) up to 5607784448 bytes (5348 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6016m -Xms256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 93 mods loaded, 93 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA CodeChickenCore{1.0.7.48} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJA
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)
---- Minecraft Crash Report ---- // Uh... Did I do that?
Time: 7/27/24 3:03 PM Description: Ticking entity
java.lang.NoSuchMethodError: am2.playerextensions.ExtendedProperties.getContingencyType()Lam2/api/spell/enums/ContingencyTypes; at airburn.am2playground.utils.PGUtils.getIfHasContingency(PGUtils.java:298) at airburn.am2playground.event.ForgeEventHandler.tickContingencySpell(ForgeEventHandler.java:765) at cpw.mods.fml.common.eventhandler.ASMEventHandler_488_ForgeEventHandler_tickContingencySpell_LivingUpdateEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:1560) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:206) at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071h(EntityCreatureBase.java:1132) 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:497) 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 airburn.am2playground.utils.PGUtils.getIfHasContingency(PGUtils.java:298) at airburn.am2playground.event.ForgeEventHandler.tickContingencySpell(ForgeEventHandler.java:765) at cpw.mods.fml.common.eventhandler.ASMEventHandler_488_ForgeEventHandler_tickContingencySpell_LivingUpdateEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:1560) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:206) at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071h(EntityCreatureBase.java:1132) 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: freshwatermobs.silex (lycanite.lycanitesmobs.freshwatermobs.entity.EntitySilex) Entity ID: 82483 Entity Name: Silex Entity's Exact location: 5883.47, 61.00, 2210.28 Entity's Block location: World: (5883,61,2210), Chunk: (at 11,3,2 in 367,138; contains blocks 5872,0,2208 to 5887,255,2223), Region: (11,4; contains chunks 352,128 to 383,159, blocks 5632,0,2048 to 6143,255,2559) 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['SNM_ChaosLy'/174984, l='MpServer', x=5881.32, y=71.62, z=2219.40]] Chunk stats: MultiplayerChunkCache: 35, 35 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (5932,67,2190), Chunk: (at 12,4,14 in 370,136; contains blocks 5920,0,2176 to 5935,255,2191), Region: (11,4; contains chunks 352,128 to 383,159, blocks 5632,0,2048 to 6143,255,2559) Level time: 1479862 game time, 112056 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 82 total; [EntityGaiaEnderEye['Ender Eye'/175232, l='MpServer', x=5921.50, y=34.00, z=2221.50], EntityCephignis['Cephignis'/2051, l='MpServer', x=5898.94, y=55.03, z=2183.16], EntitySilex['Silex'/55176, l='MpServer', x=5876.50, y=63.09, z=2209.47], EntitySilex['Silex'/53388, l='MpServer', x=5843.41, y=64.09, z=2218.47], EntityClientPlayerMP['SNM_ChaosLy'/174984, l='MpServer', x=5881.32, y=71.62, z=2219.40], EntityChupacabra['Chupacabra'/70546, l='MpServer', x=5874.47, y=28.00, z=2201.56], EntityCephignis['Cephignis'/153, l='MpServer', x=5901.69, y=55.00, z=2180.88], EntityShade['Shade'/175006, l='MpServer', x=5802.50, y=31.00, z=2207.47], EntityArisaur['Arisaur'/175007, l='MpServer', x=5799.53, y=70.00, z=2185.13], EntitySilex['Silex'/85020, l='MpServer', x=5894.47, y=62.09, z=2211.41], EntitySilex['Silex'/175010, l='MpServer', x=5781.47, y=67.19, z=2243.72], EntitySilex['Silex'/56096, l='MpServer', x=5873.44, y=64.03, z=2213.44], EntityCreeper['Creeper'/174882, l='MpServer', x=5908.50, y=75.00, z=2212.50], EntitySilex['Silex'/175011, l='MpServer', x=5789.59, y=67.97, z=2251.59], EntityCephignis['Cephignis'/2081, l='MpServer', x=5900.28, y=55.00, z=2186.06], EntityChupacabra['Chupacabra'/175008, l='MpServer', x=5784.13, y=15.00, z=2192.97], EntitySquid['Squid'/174496, l='MpServer', x=5895.56, y=59.00, z=2211.78], EntityChupacabra['Chupacabra'/162, l='MpServer', x=5897.41, y=22.00, z=2253.19], EntityChupacabra['Chupacabra'/175009, l='MpServer', x=5784.44, y=28.00, z=2205.44], EntityChupacabra['Chupacabra'/175014, l='MpServer', x=5796.91, y=31.00, z=2286.66], EntitySilex['Silex'/175015, l='MpServer', x=5792.59, y=66.00, z=2283.38], EntitySilex['Silex'/175012, l='MpServer', x=5785.63, y=69.06, z=2246.31], EntityChupacabra['Chupacabra'/175013, l='MpServer', x=5806.84, y=26.00, z=2274.22], EntitySilex['Silex'/82726, l='MpServer', x=5889.59, y=62.03, z=2213.81], EntityShade['Shade'/175018, l='MpServer', x=5771.47, y=27.00, z=2227.47], EntityChupacabra['Chupacabra'/175019, l='MpServer', x=5762.44, y=43.00, z=2205.69], EntitySilex['Silex'/175016, l='MpServer', x=5792.03, y=66.00, z=2286.00], EntitySilex['Silex'/175017, l='MpServer', x=5791.41, y=66.00, z=2264.41], EntitySilex['Silex'/175022, l='MpServer', x=5789.38, y=65.19, z=2284.25], EntitySilex['Silex'/175023, l='MpServer', x=5791.88, y=66.19, z=2279.88], EntitySilex['Silex'/175020, l='MpServer', x=5802.28, y=62.06, z=2140.63], EntitySilex['Silex'/175021, l='MpServer', x=5789.38, y=66.00, z=2286.47], EntitySilex['Silex'/175026, l='MpServer', x=5778.28, y=62.16, z=2150.78], EntityChupacabra['Chupacabra'/105393, l='MpServer', x=5903.41, y=44.00, z=2248.41], EntitySilex['Silex'/175027, l='MpServer', x=5768.47, y=66.00, z=2243.47], EntitySilex['Silex'/175024, l='MpServer', x=5790.53, y=68.09, z=2282.34], EntitySilex['Silex'/82483, l='MpServer', x=5883.47, y=61.00, z=2210.28], EntityCephignis['Cephignis'/2098, l='MpServer', x=5903.13, y=55.09, z=2187.44], EntitySilex['Silex'/175025, l='MpServer', x=5776.75, y=61.09, z=2149.72], EntitySilex['Silex'/175030, l='MpServer', x=5781.31, y=61.97, z=2140.19], EntityShade['Shade'/175031, l='MpServer', x=5820.50, y=21.00, z=2320.50], EntitySilex['Silex'/175028, l='MpServer', x=5771.34, y=65.09, z=2244.78], EntitySilex['Silex'/175029, l='MpServer', x=5827.44, y=66.00, z=2321.44], EntityCephignis['Cephignis'/183, l='MpServer', x=5905.88, y=55.09, z=2181.97], EntityChupacabra['Chupacabra'/175034, l='MpServer', x=5758.56, y=17.00, z=2269.28], EntityChupacabra['Chupacabra'/184, l='MpServer', x=5933.53, y=22.00, z=2198.72], EntityArisaur['Arisaur'/175035, l='MpServer', x=5758.22, y=91.00, z=2276.22], EntityChupacabra['Chupacabra'/185, l='MpServer', x=5920.00, y=22.00, z=2192.53], EntityChupacabra['Chupacabra'/175032, l='MpServer', x=5772.22, y=40.00, z=2284.94], EntityChupacabra['Chupacabra'/186, l='MpServer', x=5918.53, y=41.00, z=2232.63], EntitySilex['Silex'/67002, l='MpServer', x=5887.19, y=60.00, z=2210.25], EntityMaka['Maka'/175038, l='MpServer', x=5774.94, y=76.00, z=2306.28], EntitySilex['Silex'/175036, l='MpServer', x=5786.09, y=69.06, z=2335.06], EntityShade['Shade'/53822, l='MpServer', x=5866.47, y=53.00, z=2239.47], EntityCephignis['Cephignis'/2110, l='MpServer', x=5904.97, y=55.22, z=2179.97], EntitySilex['Silex'/175037, l='MpServer', x=5782.38, y=66.00, z=2321.38], EntityShade['Shade'/175043, l='MpServer', x=5758.47, y=31.00, z=2298.47], EntitySilex['Silex'/70978, l='MpServer', x=5886.91, y=60.00, z=2198.47], EntitySilex['Silex'/175050, l='MpServer', x=5778.41, y=69.28, z=2338.25], EntityZombie['Zombie'/173130, l='MpServer', x=5909.50, y=23.00, z=2210.50], EntitySilex['Silex'/175051, l='MpServer', x=5783.47, y=66.00, z=2336.47], EntityZombie['Zombie'/173131, l='MpServer', x=5910.50, y=23.00, z=2212.50], EntityChupacabra['Chupacabra'/175049, l='MpServer', x=5780.44, y=13.00, z=2345.28], EntitySilex['Silex'/51787, l='MpServer', x=5848.50, y=63.09, z=2198.47], EntityMaka['Maka'/175054, l='MpServer', x=5754.03, y=75.00, z=2311.50], EntitySilex['Silex'/51791, l='MpServer', x=5847.47, y=66.09, z=2229.69], EntitySilex['Silex'/175060, l='MpServer', x=5761.72, y=67.09, z=2338.44], EntitySilex['Silex'/86, l='MpServer', x=5845.34, y=58.00, z=2178.34], EntitySilex['Silex'/89, l='MpServer', x=5847.34, y=64.09, z=2196.47], EntitySilex['Silex'/91, l='MpServer', x=5842.38, y=68.13, z=2235.63], EntitySilex['Silex'/175068, l='MpServer', x=5754.47, y=66.00, z=2336.47], EntityChupacabra['Chupacabra'/94, l='MpServer', x=5852.91, y=46.00, z=2249.84], EntitySilex['Silex'/75616, l='MpServer', x=5847.41, y=66.00, z=2254.41], EntityChupacabra['Chupacabra'/53987, l='MpServer', x=5847.25, y=47.00, z=2211.44], EntityChupacabra['Chupacabra'/53994, l='MpServer', x=5851.47, y=31.00, z=2199.47], EntitySilex['Silex'/129269, l='MpServer', x=5892.75, y=60.84, z=2209.75], EntitySilex['Silex'/118, l='MpServer', x=5871.50, y=63.09, z=2177.41], EntityChupacabra['Chupacabra'/89592, l='MpServer', x=5885.38, y=26.00, z=2182.31], EntitySilex['Silex'/129275, l='MpServer', x=5842.47, y=66.00, z=2247.47], EntityShade['Shade'/125, l='MpServer', x=5856.50, y=26.00, z=2233.53], EntityDarknut['entity.zeldaswordskills.darknut.name'/175231, l='MpServer', x=5925.50, y=34.00, z=2226.50], EntitySilex['Silex'/129278, l='MpServer', x=5841.47, y=58.00, z=2177.47]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Non-integrated multiplayer 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:497) 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_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1111252624 bytes (1059 MB) / 2669150208 bytes (2545 MB) up to 5607784448 bytes (5348 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6016m -Xms256m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 93 mods loaded, 93 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHIJA CodeChickenCore{1.0.7.48} [CodeChicken Core] (minecraft.jar) UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UCHIJA {000} [CoFH ASM] (minecraft.jar) UCHIJA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar) UCHIJA hxccore-asm{2.0.10} [HxCKDMS Core ASM] (minecraft.jar) UCHIJA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar) UCHIJA unimixins{0.1.17} [UniMixins] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA unimixins-mixin{0.1.17} [UniMixins: Mixin (UniMix)] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA unimixins-compat{0.1.17} [UniMixins: Compatibility] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA mixingasm{0.3} [UniMixins: Mixingasm] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA spongemixins{2.0.1} [UniMixins: SpongeMixins] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA mixinbooterlegacy{1.2.1} [UniMixins: MixinBooterLegacy] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA gasstation{0.5.1} [UniMixins: GasStation] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA gtnhmixins{2.2.0} [UniMixins: GTNHMixins] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA mixinextras{0.1.17} [UniMixins: MixinExtras] (+unimixins-all-1.7.10-0.1.17.jar) UCHIJA asjpatcher{1.2.4.1} [ASJCore] (1.7.10-ASJCore-1.3.0.1.jar) UCHIJA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar) UCHIJA zeldaswordskills{1.7.10-2.5.1} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.5.1.jar) UCHIJA legendarium{24.07.19} [Legendary Item] ([1.7.10] Legendary Item 24.07.19 (Forge).jar) UCHIJA DamageIndicatorsMod{3.3.2} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.3.2.jar) UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) UCHIJA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar) UCHIJA arsmagica2{1.6.7} [Ars Magica 2] (AM2.5-LTS-1.6.7.jar) UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHIJA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar) UCHIJA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar) UCHIJA am2pg{0.11.3} [AM2 Playground] (AM2PlayGround-Beta-0.11.3.jar) UCHIJA AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar) UCHIJA AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar) UCHIJA AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar) UCHIJA AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar) UCHIJA AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar) UCHIJA antiqueatlas{4.4.4} [Antique Atlas] (antiqueatlas-1.7.10-4.4.4.jar) UCHIJA AntiqueAtlasOverlay{1.2} [Antique Atlas Overlay] (AntiqueAtlasOverlay-1.7.10-1.2.jar) UCHIJA armourersWorkshop{1.7.10-0.48.5} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.48.5.jar) UCHIJA astikoor{1.0.0} [Astikoor] (astikoor-1.7.10-1.0.0.jar) UCHIJA betterbuilderswands{0.8.1} [Better Builder's Wands] (BetterBuildersWands-0.8.1-1.7.10r92+aec06c3.jar) UCHIJA biomeidextender{1.0a} [Biome ID Extender] (Biome_ID_Extender_1.7.10-1.0a.jar) UCHIJA cosmeticarmorreworked{1.7.10-v7} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v7.jar) UCHIJA customnpcs{1.9.2} [CustomNPC+] (CustomNPC-Plus-1.9.2.jar) UCHIJA dimdoors{2.2.6} [Dimensional Doors] (DimensionalDoors-2.2.6-1.7.10.jar) UCHIJA wizardry{1.1.6} [Electroblob's Wizardry] (Electroblob's Wizardry - 1.1.6 - MC 1.7.10.jar) UCHIJA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) UCHIJA eide{1.0a} [Enchantment ID Extender] (EnchantmentIDExtender-1.0a.jar) UCHIJA excore{1.5.3} [EXCore] (Excore-1.5.3-1.7.10.jar) UCHIJA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar) UCHIJA exparmory{1.4.1} [Expanded Armory] (ExpandedArmory-1.7.10-1.4.1.jar) UCHIJA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar) UCHIJA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar) UCHIJA hxccore{2.0.10} [HxC-Core] (hxccore-1.7.10-2.0.10-universal.jar) UCHIJA trackapi{1.2} [Track API] (TrackAPI-1.2.jar) UCHIJA universalmodcore{1.2.1} [UniversalModCore] (UniversalModCore-1.7.10-forge-1.2.1.jar) UCHIJA immersiverailroading{1.10.0} [Immersive Railroading] (ImmersiveRailroading-1.7.10-forge-1.10.0.jar) UCHIJA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar) UCHIJA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar) UCHIJA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar) UCHIJA RadixCore{2.1.3} [RadixCore] (RadixCore-1.7.10-2.1.3-universal.jar) UCHIJA MCA{1.7.10-5.2.2} [Minecraft Comes Alive] (MCA-1.7.10-5.2.2-universal.jar) UCHIJA mobarmormod{1.4.5 Beta} [mobarmormod] (Mob Armor Mod V1.4.5BETA-1.7.10.jar) UCHIJA MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar) UCHIJA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) UCHIJA notenoughIDs{1.4.3.4} [NotEnoughIDs] (NotEnoughIDs-1.4.3.4.jar) UCHIJA npcaw{1.1} [CustomNPC-Plus-AW-Addon] (npcaw-1.1.jar) UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) UCHIJA potioncore{@Version@} [Potion Core] (PotionCore-1.2_beta_for_1.7.10.jar) UCHIJA libsandstone{1.0.0} [libsandstone] (Reliquary-1.7.10-1.2.1.483.jar) UCHIJA xreliquary{1.2} [Reliquary] (Reliquary-1.7.10-1.2.1.483.jar) UCHIJA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar) UCHIJA AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar) UCHIJA smbmagicmirror{0.0.1.13} [SMB Magic Mirror] (SBM-Magic-Mirror-1.7.10-0.0.1b13-universal.jar) UCHIJA Schematica{1.7.6.131} [Schematica] (Schematica-1.7.10-1.7.6.131-universal.jar) UCHIJA SoManyEnchantments{0.3.0} [Rin's So Many Enchantments] (SoManyEnchantments Final(1.7.10) V0.3.0.jar) UCHIJA EnchExtensioner{0.3.0} [EnchExtensioner] (SoManyEnchantments Final(1.7.10) V0.3.0.jar) UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UCHIJA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar) UCHIJA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar) UCHIJA worldedit{6.1.1} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-dist.jar) GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 556.12' Renderer: 'NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2' CoFHCore: -[1.7.10]3.1.4-329 Armourer's Workshop: Render Type: MODEL_ATTACHMENT Texture Render: false Baking Queue: 0 Request Queue: 0 Texture Painting: true Multipass Skin Rendering: true Launched Version: forge-10.13.4.1614 LWJGL: 2.9.1 OpenGL: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 556.12, 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: [] 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)
Any other log files? This one doesnt contain any needed info. Try searching in minecraft root folder for something like latest.log or logs folder or etc.
Will this work?
This might be better
Will this work?
[11:48:16] [main/INFO]: AM2PlayGround failed to auto-detect AM2 build type, this may cause bugs. Please consider setting [AM2Build] variable in 'config/am2pg' manually.
This might be better
[12:35:29] [main/INFO]: AM2PlayGround failed to auto-detect AM2 build type, this may cause bugs. Please consider setting [AM2Build] variable in 'config/am2pg' manually.
This means, that you must provide AM2 version in config file. If you already do so and still getting this error, maybe there is something broken in am2pg.cfg file or wrong file location
tested now, and when my am2pg.cfg looks like this:
general {
S:AM2Build=TCLProject
}
and located at config/am2pg.cfg
It works as a charm and force-loads TCLProject version.
how do i provide AM2 version in config file?
general { S:AM2Build=TCLProject }
and located at config/am2pg.cfg
It works as a charm and force-loads TCLProject version.
kinda like this
i feel like im still doing something wrong but i did this and it didnt work
Should i downgrade versions?
i feel like im still doing something wrong but i did this and it didnt work
So you accessed that config folder Then found some am2pg.cfg deleted everything and pasted this:
general {
S:AM2Build=TCLProject
}
saved, then opened game and still nothing?
oh didnt delete everything ill try that now
Also, how do you mods folder looks like? Where is AM2.5 located at (path)?
How do i send that it says GitHub doesn't support that type of file?
Its working now Thank you so much
How do i send that it says GitHub doesn't support that type of file?
.cfg? change extension to .txt
AM2.5 file path? just copy, it will look like Minecraft\game\mods\1.7.10\1.7.10_AM2-1.4.0.009.jar
Its working now Thank you so much
NP, but please provide where AM2.5 was located. This will help me to fix auto-detection in the future
C:\Users\jmcma\curseforge\minecraft\Instances\Fairy Tail Odyssey\mods
i couldn't click on am2 sorry im so bad with computers
Well, now it does this: because it seems like the problem is happening too often.
Description: Ticking entity
java.lang.NoSuchMethodError: am2.playerextensions.ExtendedProperties.getContingencyType()Lam2/api/spell/enums/ContingencyTypes; at airburn.am2playground.utils.PGUtils.getIfHasContingency(PGUtils.java:298) at airburn.am2playground.event.ForgeEventHandler.tickContingencySpell(ForgeEventHandler.java:765) at cpw.mods.fml.common.eventhandler.ASMEventHandler_498_ForgeEventHandler_tickContingencySpell_LivingUpdateEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:1560) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:206) at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071h(EntityCreatureBase.java:1132) 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:497) 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 airburn.am2playground.utils.PGUtils.getIfHasContingency(PGUtils.java:298) at airburn.am2playground.event.ForgeEventHandler.tickContingencySpell(ForgeEventHandler.java:765) at cpw.mods.fml.common.eventhandler.ASMEventHandler_498_ForgeEventHandler_tickContingencySpell_LivingUpdateEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:1560) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:206) at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071h(EntityCreatureBase.java:1132) at net.minecraft.world.World.func_72866_a(World.java:2070) at net.minecraft.world.World.func_72870_g(World.java:2034)