Hello, i need some help ive been trying everything and i cant figure out or fix this issue, what happens is the second i load into the world, it crashes, this is the crash log. If anyone can help i would very much appreciate it because this world means alot to me.
Thanks!
-Byatomz07
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 9/19/16 7:54 AM
Description: Unexpected error
java.lang.ArrayIndexOutOfBoundsException: 7
at cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
at net.minecraft.block.Block.func_149677_c(Block.java:528)
at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4456)
at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.func_147779_s(RenderBlocks.java:4295)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:263)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
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 cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
at net.minecraft.block.Block.func_149677_c(Block.java:528)
at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4456)
at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.func_147779_s(RenderBlocks.java:4295)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:263)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
I aint no expert but i would check Thermal Foundation and all its dependencies are up to date, remove the resource pack and try running with the vanilla MC look, turn off any shaders that may be in use, make a cup of tea and relax a bit... maybe watch a movie.
if that dont work then its removing all mods and then the ole...
add a mod, start minecraft, start world, does it crash? no, exit minecraft, add a mod, start minecraft, start world, does it crash? no, exit minecraft, add a mod, start minecraft, start world, does it crash? no, exit minecraft, add a mod, start minecraft, start world, does it crash? no, exit minecraft, add a mod, start minecraft, start world, does it crash? yes... check to see if latest added mod has an update?, no, remove mod from mod list, curl up into a ball in the corner, try not to cry, cry lots
I tried what you suggested with Thermal Foundation, and it has not worked. Then there is your second option, which i really do not want to do since i have over 100 mods on the thing. I would just like to know what mod it is or what is causing the problem. Thanks for the advice anyway.
thermal expansion is trying to find out how to render an ore with a lightlevel higher than 7. that's not possible in mc. you either need to update java, or disable any mods that effect dynamic and static lighting. such as glowing mobs, brighter glowstone, colored lights.... im making those mods up but those are all examples that use light.
Would removing Thermal Expansion fix the problem? If not can you give me some examples that do that? For example im playing on Tekkit legends with a few mods added like Applied Energistics, Thaumcraft, Openblocks, Ender io and obviously Thermal Expansion. There might have been some more but those are the main ones.
You are just running the world on the client and not on a dedicated server, updating Java could do the trick but afaik the client doesn't need java to be installed separately anymore.
Removing Thermal Expansion is an option but then what would be the point of having Thermal Dynamics etc. etc. without it.
Another long winded option is to backup your world, buck up your mods folder and completely remove / reinstall MC and forge.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello, i need some help ive been trying everything and i cant figure out or fix this issue, what happens is the second i load into the world, it crashes, this is the crash log. If anyone can help i would very much appreciate it because this world means alot to me.
Thanks!
-Byatomz07
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 9/19/16 7:54 AM
Description: Unexpected error
java.lang.ArrayIndexOutOfBoundsException: 7
at cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
at net.minecraft.block.Block.func_149677_c(Block.java:528)
at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4456)
at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.func_147779_s(RenderBlocks.java:4295)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:263)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
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 cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
at net.minecraft.block.Block.func_149677_c(Block.java:528)
at net.minecraft.client.renderer.RenderBlocks.func_147751_a(RenderBlocks.java:4456)
at net.minecraft.client.renderer.RenderBlocks.func_147784_q(RenderBlocks.java:4247)
at net.minecraft.client.renderer.RenderBlocks.func_147779_s(RenderBlocks.java:4295)
at net.minecraft.client.renderer.RenderBlocks.func_147805_b(RenderBlocks.java:263)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:181)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1553)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['boylegend101'/930, l='MpServer', x=-368.13, y=63.98, z=-599.27]]
Chunk stats: MultiplayerChunkCache: 272, 272
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-212,64,244), Chunk: (at 12,4,4 in -14,15; contains blocks -224,0,240 to -209,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 6149 game time, 6149 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: 158 total; [EntitySquid['Squid'/1283, l='MpServer', x=-317.50, y=54.09, z=-661.22], EntityClientPlayerMP['boylegend101'/930, l='MpServer', x=-368.13, y=63.98, z=-599.27], EntityBoat['Boat'/1033, l='MpServer', x=-368.41, y=63.16, z=-599.56], EntitySquid['Squid'/1289, l='MpServer', x=-308.41, y=58.66, z=-664.09], EntitySquid['Squid'/1290, l='MpServer', x=-308.50, y=59.28, z=-660.78], EntityBat['Bat'/1035, l='MpServer', x=-366.41, y=24.10, z=-555.25], EntityBat['Bat'/1036, l='MpServer', x=-351.35, y=17.80, z=-563.70], EntityBat['Bat'/1037, l='MpServer', x=-322.28, y=23.48, z=-580.13], EntityItem['item.item.chickenRaw'/1038, l='MpServer', x=-405.41, y=63.13, z=-624.34], EntityChicken['Chicken'/1039, l='MpServer', x=-390.44, y=63.00, z=-641.66], EntityBat['Bat'/1040, l='MpServer', x=-309.82, y=21.83, z=-569.70], EntityChicken['Chicken'/1041, l='MpServer', x=-415.56, y=62.35, z=-652.44], EntityItem['item.item.chickenRaw'/1042, l='MpServer', x=-421.16, y=62.13, z=-639.41], EntityChicken['Chicken'/1043, l='MpServer', x=-417.59, y=62.41, z=-648.66], EntityChicken['Chicken'/1044, l='MpServer', x=-420.53, y=62.27, z=-641.47], EntityChicken['Chicken'/1045, l='MpServer', x=-414.95, y=62.40, z=-655.69], EntityBat['Bat'/1046, l='MpServer', x=-302.47, y=29.89, z=-536.59], EntityBat['Bat'/1047, l='MpServer', x=-444.26, y=29.05, z=-592.76], EntityChicken['Chicken'/1048, l='MpServer', x=-427.56, y=62.45, z=-659.59], EntitySquid['Squid'/1561, l='MpServer', x=-400.03, y=59.13, z=-593.63], EntitySquid['Squid'/1562, l='MpServer', x=-399.67, y=60.31, z=-592.42], EntitySquid['Squid'/1563, l='MpServer', x=-395.85, y=60.45, z=-593.50], EntitySquid['Squid'/1564, l='MpServer', x=-390.17, y=58.29, z=-602.70], EntitySquid['Squid'/1565, l='MpServer', x=-409.44, y=59.94, z=-601.19], EntitySquid['Squid'/1566, l='MpServer', x=-409.50, y=59.63, z=-599.84], EntitySquid['Squid'/1567, l='MpServer', x=-409.91, y=59.13, z=-592.53], EntitySquid['Squid'/1312, l='MpServer', x=-401.50, y=52.00, z=-607.50], EntitySquid['Squid'/1568, l='MpServer', x=-401.63, y=56.31, z=-591.84], EntitySquid['Squid'/1313, l='MpServer', x=-394.51, y=54.04, z=-611.51], EntitySquid['Squid'/1569, l='MpServer', x=-402.66, y=58.31, z=-592.06], EntitySquid['Squid'/1314, l='MpServer', x=-391.49, y=53.39, z=-610.26], EntitySquid['Squid'/1570, l='MpServer', x=-408.34, y=58.34, z=-591.41], EntitySquid['Squid'/1315, l='MpServer', x=-398.53, y=53.00, z=-608.53], EntitySquid['Squid'/1571, l='MpServer', x=-314.97, y=52.78, z=-597.78], EntitySquid['Squid'/1316, l='MpServer', x=-403.94, y=54.31, z=-601.72], EntitySquid['Squid'/1317, l='MpServer', x=-314.50, y=54.28, z=-665.22], EntitySquid['Squid'/1573, l='MpServer', x=-308.41, y=57.38, z=-597.31], EntitySquid['Squid'/1318, l='MpServer', x=-320.53, y=57.34, z=-662.44], EntitySquid['Squid'/1574, l='MpServer', x=-308.06, y=55.16, z=-586.50], EntitySquid['Squid'/1319, l='MpServer', x=-323.22, y=56.38, z=-655.50], EntitySquid['Squid'/1575, l='MpServer', x=-311.84, y=55.03, z=-606.25], EntitySquid['Squid'/1320, l='MpServer', x=-322.38, y=56.22, z=-659.56], EntitySquid['Squid'/1576, l='MpServer', x=-312.94, y=57.34, z=-608.72], EntitySquid['Squid'/1321, l='MpServer', x=-322.91, y=56.69, z=-663.88], EntitySquid['Squid'/1577, l='MpServer', x=-313.44, y=55.31, z=-596.53], EntitySquid['Squid'/1322, l='MpServer', x=-322.53, y=57.34, z=-661.66], EntitySquid['Squid'/1579, l='MpServer', x=-308.50, y=57.34, z=-600.81], EntitySquid['Squid'/1580, l='MpServer', x=-319.16, y=54.94, z=-598.63], EntitySquid['Squid'/1325, l='MpServer', x=-328.03, y=57.34, z=-661.88], EntitySquid['Squid'/1581, l='MpServer', x=-323.75, y=57.31, z=-589.25], EntitySquid['Squid'/1326, l='MpServer', x=-331.72, y=57.34, z=-660.97], EntitySquid['Squid'/1582, l='MpServer', x=-318.16, y=56.34, z=-585.66], EntitySquid['Squid'/1583, l='MpServer', x=-332.03, y=58.25, z=-582.69], EntitySquid['Squid'/1328, l='MpServer', x=-327.81, y=55.78, z=-661.44], EntitySquid['Squid'/1584, l='MpServer', x=-334.28, y=57.69, z=-576.94], EntitySquid['Squid'/1329, l='MpServer', x=-327.38, y=51.19, z=-652.88], EntitySquid['Squid'/1585, l='MpServer', x=-329.22, y=58.22, z=-571.06], EntityCartChest['entity.MinecartChest.name'/1074, l='MpServer', x=-372.50, y=26.50, z=-731.50], EntitySquid['Squid'/1330, l='MpServer', x=-320.50, y=54.38, z=-652.63], EntitySquid['Squid'/1586, l='MpServer', x=-328.50, y=56.34, z=-578.59], EntitySquid['Squid'/1331, l='MpServer', x=-321.88, y=55.31, z=-650.97], EntitySquid['Squid'/1587, l='MpServer', x=-338.28, y=57.28, z=-582.50], EntitySquid['Squid'/1332, l='MpServer', x=-328.47, y=52.16, z=-657.78], EntitySquid['Squid'/1588, l='MpServer', x=-331.63, y=58.19, z=-572.97], EntitySquid['Squid'/1333, l='MpServer', x=-323.09, y=54.38, z=-653.34], EntitySquid['Squid'/1589, l='MpServer', x=-329.75, y=56.78, z=-573.09], EntitySquid['Squid'/1334, l='MpServer', x=-317.63, y=53.13, z=-646.78], EntitySquid['Squid'/1590, l='MpServer', x=-336.31, y=58.00, z=-576.75], EntitySquid['Squid'/1335, l='MpServer', x=-323.94, y=52.06, z=-653.31], EntitySquid['Squid'/1591, l='MpServer', x=-325.38, y=58.34, z=-580.75], EntitySquid['Squid'/1336, l='MpServer', x=-317.31, y=55.34, z=-642.63], EntitySquid['Squid'/1592, l='MpServer', x=-333.13, y=57.38, z=-577.53], EntitySquid['Squid'/1337, l='MpServer', x=-324.63, y=55.31, z=-644.69], EntitySquid['Squid'/1593, l='MpServer', x=-332.81, y=56.38, z=-579.34], EntitySquid['Squid'/1594, l='MpServer', x=-335.81, y=58.31, z=-579.16], EntitySquid['Squid'/1339, l='MpServer', x=-318.59, y=55.31, z=-650.03], EntitySquid['Squid'/1340, l='MpServer', x=-317.72, y=54.94, z=-652.06], EntitySquid['Squid'/1346, l='MpServer', x=-353.22, y=51.66, z=-542.75], EntitySquid['Squid'/1619, l='MpServer', x=-303.97, y=49.38, z=-574.59], EntitySquid['Squid'/1620, l='MpServer', x=-309.06, y=51.38, z=-576.56], EntitySquid['Squid'/1621, l='MpServer', x=-311.59, y=51.31, z=-577.41], EntitySquid['Squid'/1623, l='MpServer', x=-318.72, y=51.34, z=-580.50], EntitySquid['Squid'/1624, l='MpServer', x=-315.44, y=49.81, z=-582.78], EntitySquid['Squid'/1625, l='MpServer', x=-319.28, y=50.66, z=-578.50], EntitySquid['Squid'/1626, l='MpServer', x=-314.97, y=51.34, z=-576.69], EntitySquid['Squid'/1627, l='MpServer', x=-314.09, y=48.13, z=-575.16], EntitySquid['Squid'/1628, l='MpServer', x=-315.50, y=50.13, z=-579.06], EntitySquid['Squid'/1629, l='MpServer', x=-310.38, y=49.91, z=-584.88], EntitySquid['Squid'/1630, l='MpServer', x=-313.03, y=50.38, z=-578.09], EntitySquid['Squid'/1399, l='MpServer', x=-324.44, y=50.31, z=-601.50], EntitySquid['Squid'/1400, l='MpServer', x=-322.34, y=50.22, z=-610.97], EntitySquid['Squid'/1401, l='MpServer', x=-323.56, y=48.75, z=-615.84], EntitySquid['Squid'/1402, l='MpServer', x=-326.16, y=50.34, z=-614.41], EntitySquid['Squid'/1403, l='MpServer', x=-324.56, y=50.38, z=-603.59], EntitySquid['Squid'/1404, l='MpServer', x=-325.28, y=49.25, z=-610.28], EntitySquid['Squid'/1405, l='MpServer', x=-323.28, y=48.66, z=-600.22], EntitySquid['Squid'/1406, l='MpServer', x=-323.69, y=50.34, z=-600.16], EntitySquid['Squid'/1407, l='MpServer', x=-329.91, y=48.88, z=-615.81], EntitySquid['Squid'/1408, l='MpServer', x=-326.50, y=50.13, z=-621.16], EntitySquid['Squid'/1409, l='MpServer', x=-328.66, y=50.34, z=-614.34], EntitySquid['Squid'/1410, l='MpServer', x=-330.47, y=47.88, z=-616.31], EntitySquid['Squid'/1423, l='MpServer', x=-355.91, y=57.00, z=-563.38], EntitySquid['Squid'/1679, l='MpServer', x=-425.50, y=61.00, z=-560.47], EntitySquid['Squid'/1424, l='MpServer', x=-366.64, y=56.19, z=-565.42], EntitySquid['Squid'/1680, l='MpServer', x=-424.06, y=60.31, z=-557.69], EntitySquid['Squid'/1425, l='MpServer', x=-363.37, y=54.99, z=-574.33], EntitySquid['Squid'/1681, l='MpServer', x=-424.91, y=61.34, z=-563.44], EntitySquid['Squid'/1426, l='MpServer', x=-368.57, y=51.67, z=-576.86], EntitySquid['Squid'/1682, l='MpServer', x=-419.16, y=60.06, z=-555.88], EntitySquid['Squid'/1427, l='MpServer', x=-365.48, y=57.25, z=-574.18], EntitySquid['Squid'/1683, l='MpServer', x=-431.75, y=60.38, z=-555.47], EntitySquid['Squid'/1428, l='MpServer', x=-370.78, y=56.17, z=-571.69], EntitySquid['Squid'/1684, l='MpServer', x=-426.31, y=61.34, z=-549.53], EntitySquid['Squid'/1429, l='MpServer', x=-365.00, y=55.41, z=-566.88], EntitySquid['Squid'/1685, l='MpServer', x=-433.16, y=61.34, z=-553.72], EntitySquid['Squid'/1430, l='MpServer', x=-366.31, y=55.22, z=-567.59], EntitySquid['Squid'/1686, l='MpServer', x=-430.28, y=58.75, z=-558.75], EntitySquid['Squid'/1687, l='MpServer', x=-431.50, y=59.66, z=-560.91], EntitySquid['Squid'/1432, l='MpServer', x=-358.47, y=57.34, z=-562.66], EntitySquid['Squid'/1433, l='MpServer', x=-363.17, y=55.00, z=-572.99], EntitySquid['Squid'/1689, l='MpServer', x=-429.59, y=60.06, z=-567.69], EntitySquid['Squid'/1434, l='MpServer', x=-360.72, y=57.25, z=-571.70], EntitySquid['Squid'/1690, l='MpServer', x=-424.66, y=58.66, z=-560.75], EntitySquid['Squid'/1208, l='MpServer', x=-382.50, y=56.00, z=-629.63], EntitySquid['Squid'/1209, l='MpServer', x=-375.94, y=55.34, z=-631.13], EntitySquid['Squid'/1210, l='MpServer', x=-381.44, y=56.03, z=-627.72], EntitySquid['Squid'/1211, l='MpServer', x=-376.43, y=57.34, z=-629.07], EntitySquid['Squid'/1212, l='MpServer', x=-378.82, y=55.36, z=-627.92], EntitySquid['Squid'/1213, l='MpServer', x=-383.41, y=56.38, z=-627.66], EntitySquid['Squid'/1214, l='MpServer', x=-373.34, y=57.38, z=-633.91], EntitySquid['Squid'/1215, l='MpServer', x=-379.50, y=56.31, z=-635.50], EntitySquid['Squid'/1471, l='MpServer', x=-316.19, y=52.88, z=-558.69], EntitySquid['Squid'/1216, l='MpServer', x=-370.72, y=57.38, z=-641.44], EntitySquid['Squid'/1472, l='MpServer', x=-322.22, y=54.94, z=-559.22], EntitySquid['Squid'/1473, l='MpServer', x=-322.16, y=55.38, z=-548.47], EntitySquid['Squid'/1474, l='MpServer', x=-318.72, y=57.38, z=-553.53], EntitySquid['Squid'/1475, l='MpServer', x=-313.81, y=56.34, z=-547.72], EntitySquid['Squid'/1476, l='MpServer', x
=-311.66, y=54.16, z=-546.81], EntitySquid['Squid'/1477, l='MpServer', x=-318.03, y=57.38, z=-551.88], EntitySquid['Squid'/1479, l='MpServer', x=-319.44, y=57.34, z=-546.59], EntitySquid['Squid'/1480, l='MpServer', x=-328.69, y=53.72, z=-544.69], EntitySquid['Squid'/1481, l='MpServer', x=-322.56, y=57.34, z=-548.41], EntitySquid['Squid'/1482, l='MpServer', x=-321.94, y=55.97, z=-545.72], EntitySquid['Squid'/1483, l='MpServer', x=-365.50, y=50.27, z=-582.53], EntitySquid['Squid'/1484, l='MpServer', x=-359.44, y=49.94, z=-579.10], EntitySquid['Squid'/1485, l='MpServer', x=-365.74, y=45.79, z=-577.91], EntitySquid['Squid'/1486, l='MpServer', x=-367.50, y=49.28, z=-577.15], EntitySquid['Squid'/1487, l='MpServer', x=-369.39, y=49.14, z=-577.81], EntitySquid['Squid'/1488, l='MpServer', x=-360.29, y=47.30, z=-575.74], EntitySquid['Squid'/1241, l='MpServer', x=-387.91, y=59.78, z=-583.79], EntitySquid['Squid'/1242, l='MpServer', x=-393.18, y=60.41, z=-592.24], EntitySquid['Squid'/1243, l='MpServer', x=-395.68, y=62.38, z=-590.15], EntitySquid['Squid'/1244, l='MpServer', x=-399.15, y=61.11, z=-586.14], EntitySquid['Squid'/1245, l='MpServer', x=-400.19, y=62.34, z=-578.72], EntitySquid['Squid'/1246, l='MpServer', x=-398.81, y=62.34, z=-584.63], EntitySquid['Squid'/1247, l='MpServer', x=-402.09, y=60.84, z=-588.22], EntitySquid['Squid'/1248, l='MpServer', x=-400.53, y=62.34, z=-584.41], EntitySquid['Squid'/1251, l='MpServer', x=-388.81, y=60.10, z=-585.36]]
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:927)
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 10 (amd64) version 10.0
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 14784459104 bytes (14099 MB) / 16106127360 bytes (15360 MB) up to 16106127360 bytes (15360 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms15360m -Xmx15360m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 109 mods loaded, 109 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] (modpack.jar)
UCHIJAAAA Forge{10.13.4.1492} [Minecraft Forge] (modpack.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.6.41} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.4.102} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.102-universal.jar)
UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.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 CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHIJAAAA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCHIJAAAA ComputerCraft{1.74} [ComputerCraft] (ComputerCraftPlusComputerCraftEdu1.74.jar)
UCHIJAAAA IC2{2.2.999} [Industrial Craft Classic] (IC2.Classic.Version.1.1.3.5.jar)
UCHIJAAAA Forestry{3.6.11.2} [Forestry for Minecraft] (forestry_1.7.10-3.6.11.2.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCHIJAAAA LogisticsPipes{0.9.3.70} [Logistics Pipes] (logisticspipes-0.9.3.70.jar)
UCHIJAAAA additionalpipes{4.7.0} [Additional Pipes] (additionalpipes-4.7.0.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA asielib{0.4.4} [asielib] (AsieLib-1.7.10-0.4.4.jar)
UCHIJAAAA bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
UCHIJAAAA betterbuilderswands{0.6.1} [Better Builder's Wands] (BetterBuildersWands-0.6.1-1.7.10r80+358ee26.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCHIJAAAA bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar)
UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCHIJAAAA BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA Railcraft{9.7.0.0} [Railcraft] (Railcraft_1.7.10-9.7.0.0.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA ComputerCraftEdu{1.74} [ComputerCraftEdu] (ComputerCraftPlusComputerCraftEdu1.74.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA computronics{1.5.7} [Computronics] (Computronics-1.7.10-1.5.7.jar)
UCHIJAAAA defaultkeys{1.0.24} [Default Keyconfig] (defaultkeys-mc1.7.10-1.0.24.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA eng_toolbox{1.2.3.0} [Engineer's Toolbox] (EngineersToolbox-1.2.3.0-BETA.jar)
UCHIJAAAA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA gendustry{1.6.1.126} [GenDustry] (gendustry-1.6.1.126-mc1.7.10.jar)
UCHIJAAAA IC2-Classic-Spmod{0.0.0.0} [IC2 Classic Detection Helper] (IC2.Classic.Version.1.1.3.5.jar)
UCHIJAAAA IC2NuclearControl{2.3.3a-Exist} [Nuclear Control 2] (IC2NuclearControl-2.3.3a-Exist.jar)
UCHIJAAAA ImmibisCore{59.1.2} [Immibis Core] (immibis-core-59.1.2.jar)
UCHIJAAAA ImmibisPeripherals{59.0.2} [Immibis's Peripherals] (immibis-peripherals-59.0.2.jar)
UCHIJAAAA inventorytweaks{1.59-dev-156-af3bc68} [Inventory Tweaks] (InventoryTweaks-1.59-dev-156.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 Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA MapWriter{2.1.8} [MapWriter] (MapWriter-1.7.10-2.1.10.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10.jar)
UCHIJAAAA modtweaker2{0.9.4} [Mod Tweaker 2] (ModTweaker2-0.9.4.jar)
UCHIJAAAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCHIJAAAA powersuits{0.11.0.293} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.293.jar)
UCHIJAAAA MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UCHIJAAAA NEIAddons{1.12.11.36} [NEI Addons] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.11.36} [NEI Addons: Developer Tools] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.11.36} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.11.36} [NEI Addons: Botany] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.11.36} [NEI Addons: Forestry] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.11.36} [NEI Addons: Crafting Tables] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.11.36} [NEI Addons: Ex Nihilo] (neiaddons-1.12.11.36-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.12} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.12.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1 (2).jar)
UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAAAA planetguyLib{1.9} [planetguyLib] (PlanetguyLib-1.9.1.jar)
UCHIJAAAA PowerConverters3{1.7.10-2.11} [Power Converters 3] (PowerConverters-1.7.10-2.11.jar)
UCHIJAAAA ProjectE{1.7.10-PE1.9.3} [ProjectE] (ProjectE-1.7.10-PE1.9.3h.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
UCHIJAAAA JAKJ_RedstoneInMotion{2.8.8} [Remain In Motion] (RemainInMotion-2.8.8.jar)
UCHIJAAAA SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar)
UCHIJAAAA WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar)
UCHIJAAAA zettaindustries{1.1} [Zetta Industries] (zettaindustries-1.1-105.jar)
UCHIJAAAA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
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: all safe
CoFHCore: -[1.7.10]3.1.3-327
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
MineFactoryReloaded: -[1.7.10]2.8.0-104
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
RedstoneArsenal: -[1.7.10]1.1.1-89
ThermalDynamics: -[1.7.10]1.1.0-161
List of loaded APIs:
* apAPI (2) from additionalpipes-4.7.0.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* asielibAPI (1.1) from AsieLib-1.7.10-0.4.4.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.4.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.4.jar
* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.4.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* bluepowerAPI (1.0) from BluePower-1.7.10-0.2.962-universal.jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.14.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|facades (1.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|filler (4.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|fuels (2.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.14.jar
* BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.7.0.0.jar
* BuildCraftAPI|library (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.14.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|robotics (1.2) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.7.0.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.14.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.14.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.7.0.0.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-3.6.11.2.jar
* CoFHAPI|block (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|core (1.7.10R1.0.12) from EngineersToolbox-1.2.3.0-BETA.jar
* CoFHAPI|energy (1.7.10R1.0.12) from EngineersToolbox-1.2.3.0-BETA.jar
* CoFHAPI|fluid (1.7.10R1.0.12) from EngineersToolbox-1.2.3.0-BETA.jar
* CoFHAPI|inventory (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|item (1.7.10R1.0.12) from EngineersToolbox-1.2.3.0-BETA.jar
* CoFHAPI|modhelpers (1.7.10R1.0.12) from EngineersToolbox-1.2.3.0-BETA.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|transport (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* ComputerCraft|API (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Lua (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Media (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Peripheral (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
* ComputerCraft|API|Turtle (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* computronicsAPI (1.3) from Computronics-1.7.10-1.5.7.jar
* computronicsAPI|chat (1.3) from Computronics-1.7.10-1.5.7.jar
* computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.5.7.jar
* computronicsAPI|tape (1.0) from Computronics-1.7.10-1.5.7.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
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.11.2.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.11.2.jar
* gendustryAPI (2.2.0) from gendustry-1.6.1.126-mc1.7.10.jar
* IC2API (1.0) from IC2.Classic.Version.1.1.3.5.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.3.3a-Exist.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.9.3h.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar
* RailcraftAPI|carts (1.3.1) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|core (1.3.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|crafting (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|electricity (1.6.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|events (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|fuel (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.7.0.0.jar
* RailcraftAPI|items (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|locomotive (1.0.1) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|signals (1.3.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.7.0.0.jar
* Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
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.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.87, 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: [Sphax PureBDcraft 64x MC17.zip]
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)
java.lang.ArrayIndexOutOfBoundsException: 7
at cofh.thermalfoundation.block.BlockOre.getLightValue(BlockOre.java:51)
I aint no expert but i would check Thermal Foundation and all its dependencies are up to date, remove the resource pack and try running with the vanilla MC look, turn off any shaders that may be in use, make a cup of tea and relax a bit... maybe watch a movie.
if that dont work then its removing all mods and then the ole...
add a mod, start minecraft, start world, does it crash? no, exit minecraft, add a mod, start minecraft, start world, does it crash? no, exit minecraft, add a mod, start minecraft, start world, does it crash? no, exit minecraft, add a mod, start minecraft, start world, does it crash? no, exit minecraft, add a mod, start minecraft, start world, does it crash? yes... check to see if latest added mod has an update?, no, remove mod from mod list, curl up into a ball in the corner, try not to cry, cry lots
Hello Carrot,
I tried what you suggested with Thermal Foundation, and it has not worked. Then there is your second option, which i really do not want to do since i have over 100 mods on the thing. I would just like to know what mod it is or what is causing the problem. Thanks for the advice anyway.
-ByAtomz07
thermal expansion is trying to find out how to render an ore with a lightlevel higher than 7. that's not possible in mc. you either need to update java, or disable any mods that effect dynamic and static lighting. such as glowing mobs, brighter glowstone, colored lights.... im making those mods up but those are all examples that use light.
Would removing Thermal Expansion fix the problem? If not can you give me some examples that do that? For example im playing on Tekkit legends with a few mods added like Applied Energistics, Thaumcraft, Openblocks, Ender io and obviously Thermal Expansion. There might have been some more but those are the main ones.
What movie did you end up watching?
:/
You are just running the world on the client and not on a dedicated server, updating Java could do the trick but afaik the client doesn't need java to be installed separately anymore.
Removing Thermal Expansion is an option but then what would be the point of having Thermal Dynamics etc. etc. without it.
Another long winded option is to backup your world, buck up your mods folder and completely remove / reinstall MC and forge.