• 0

    posted a message on Forge setup not working on OSX when it does on Windows

    Getting errors that the folder doesn't exist... The Go function also says that the ~/Library/Java folder doesn't exist, too.

    Posted in: Java Edition Support
  • 0

    posted a message on Forge setup not working on OSX when it does on Windows

    Ok, this is weird.

    I downloaded and installed Java 8 update 60, and Minecraft's logs still register Java 6.

    The PermGen got me into the game, but all of the text was a bunch of messed up, blocky symbols. I went into the Resource Packs folder, pressed "Done", and that fixed it.

    In a world, the 2nd creative inventory page crashed me. I had removed Optifine, and when I re-added it, it fixed that. Now a bunch of OpenBlocks blocks aren't rendering, and when I place them down they crash the game.


    Crash for placing OpenBlocks blocks:


    ---- Minecraft Crash Report ----
    // Hey, that tickles! Hehehe!

    Time: 9/16/15 5:55 PM
    Description: Unexpected error

    java.lang.NoSuchMethodError: java.lang.Integer.compare(II)I
    at openmods.utils.FieldsSelector$FieldEntry.compareTo(FieldsSelector.java:23)
    at openmods.utils.FieldsSelector$FieldEntry.compareTo(FieldsSelector.java:12)
    at java.util.Arrays.mergeSort(Arrays.java:1144)
    at java.util.Arrays.sort(Arrays.java:1079)
    at java.util.Collections.sort(Collections.java:115)
    at openmods.utils.FieldsSelector.scanForFields(FieldsSelector.java:41)
    at openmods.utils.FieldsSelector.access$000(FieldsSelector.java:10)
    at openmods.utils.FieldsSelector$1.create(FieldsSelector.java:33)
    at openmods.utils.FieldsSelector$1.create(FieldsSelector.java:30)
    at openmods.utils.CachedFactory.getOrCreate(CachedFactory.java:15)
    at openmods.utils.FieldsSelector.getFields(FieldsSelector.java:54)
    at openmods.sync.SyncObjectScanner.registerAllFields(SyncObjectScanner.java:25)
    at openmods.tileentity.SyncedTileEntity.<init>(SyncedTileEntity.java:28)
    at openblocks.common.tileentity.TileEntityGrave.<init>(TileEntityGrave.java:49)
    at sun.reflect.GeneratedConstructorAccessor104.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:357)
    at java.lang.Class.newInstance(Class.java:310)
    at openmods.block.OpenBlock.createTileEntity(OpenBlock.java:144)
    at openmods.block.OpenBlock.createTileEntity(OpenBlock.java:121)
    at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:850)
    at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:660)
    at net.minecraft.world.World.func_147465_d(World.java:451)
    at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:206)
    at openmods.item.ItemOpenBlock.func_77648_a(ItemOpenBlock.java:64)
    at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:129)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78760_a(PlayerControllerMP.java:353)
    at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1447)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1953)
    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:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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 openmods.utils.FieldsSelector$FieldEntry.compareTo(FieldsSelector.java:23)
    at openmods.utils.FieldsSelector$FieldEntry.compareTo(FieldsSelector.java:12)
    at java.util.Arrays.mergeSort(Arrays.java:1144)
    at java.util.Arrays.sort(Arrays.java:1079)
    at java.util.Collections.sort(Collections.java:115)
    at openmods.utils.FieldsSelector.scanForFields(FieldsSelector.java:41)
    at openmods.utils.FieldsSelector.access$000(FieldsSelector.java:10)
    at openmods.utils.FieldsSelector$1.create(FieldsSelector.java:33)
    at openmods.utils.FieldsSelector$1.create(FieldsSelector.java:30)
    at openmods.utils.CachedFactory.getOrCreate(CachedFactory.java:15)
    at openmods.utils.FieldsSelector.getFields(FieldsSelector.java:54)
    at openmods.sync.SyncObjectScanner.registerAllFields(SyncObjectScanner.java:25)
    at openmods.tileentity.SyncedTileEntity.<init>(SyncedTileEntity.java:28)
    at openblocks.common.tileentity.TileEntityGrave.<init>(TileEntityGrave.java:49)
    at sun.reflect.GeneratedConstructorAccessor104.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:357)
    at java.lang.Class.newInstance(Class.java:310)
    at openmods.block.OpenBlock.createTileEntity(OpenBlock.java:144)
    at openmods.block.OpenBlock.createTileEntity(OpenBlock.java:121)
    at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:850)
    at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:660)
    at net.minecraft.world.World.func_147465_d(World.java:451)
    at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:206)
    at openmods.item.ItemOpenBlock.func_77648_a(ItemOpenBlock.java:64)
    at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:129)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78760_a(PlayerControllerMP.java:353)
    at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1447)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Prime_Jetspace'/342, l='MpServer', x=1178.48, y=5.54, z=370.05]]
    Chunk stats: MultiplayerChunkCache: 121, 130
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (1175,4,407), Chunk: (at 7,0,7 in 73,25; contains blocks 1168,0,400 to 1183,255,415), Region: (2,0; contains chunks 64,0 to 95,31, blocks 1024,0,0 to 1535,255,511)
    Level time: 7740 game time, 7740 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: 152 total; [EntityTrail['unknown'/1103, l='MpServer', x=1178.48, y=5.54, z=370.05], SpiderPig['INCOMPLETE'/283, l='MpServer', x=1257.50, y=4.00, z=368.50], EntitySheep['Sheep'/282, l='MpServer', x=1256.47, y=4.00, z=377.28], SpiderPig['INCOMPLETE'/281, l='MpServer', x=1256.91, y=4.00, z=360.91], SpiderPig['INCOMPLETE'/280, l='MpServer', x=1257.94, y=4.00, z=359.13], EntitySheep['Sheep'/287, l='MpServer', x=1253.41, y=4.00, z=388.09], EntityCow['Cow'/286, l='MpServer', x=1257.47, y=4.00, z=393.88], EntityCow['Cow'/285, l='MpServer', x=1249.16, y=4.00, z=395.44], SpiderPig['INCOMPLETE'/284, l='MpServer', x=1252.97, y=4.00, z=381.59], EntitySlime['Slime'/258, l='MpServer', x=1239.75, y=4.00, z=448.91], EntityHorse['Horse'/43, l='MpServer', x=1107.97, y=4.00, z=299.00], EntitySlime['Slime'/1125, l='MpServer', x=1150.50, y=4.00, z=302.50], EntitySlime['Slime'/1151, l='MpServer', x=1258.50, y=4.00, z=405.50], EntitySheep['Sheep'/288, l='MpServer', x=1255.25, y=4.00, z=387.25], EntitySheep['Sheep'/289, l='MpServer', x=1257.78, y=4.00, z=386.47], EntitySlime['Slime'/1146, l='MpServer', x=1143.76, y=4.69, z=350.62], EntitySlime['Slime'/1144, l='MpServer', x=1133.88, y=4.00, z=306.34], EntityHorse['Horse'/59, l='MpServer', x=1118.25, y=4.00, z=293.78], EntitySlime['Slime'/1142, l='MpServer', x=1137.00, y=4.62, z=358.79], EntityHorse['Horse'/58, l='MpServer', x=1109.06, y=4.00, z=294.06], EntityHorse['Horse'/57, l='MpServer', x=1111.34, y=4.00, z=293.28], EntityHorse['Horse'/62, l='MpServer', x=1117.44, y=4.00, z=296.94], EntityHorse['Horse'/61, l='MpServer', x=1112.94, y=4.00, z=295.22], EntityClientPlayerMP['Prime_Jetspace'/342, l='MpServer', x=1178.48, y=5.54, z=370.05], EntityHorse['Donkey'/69, l='MpServer', x=1119.66, y=4.00, z=306.63], SpiderPig['INCOMPLETE'/70, l='MpServer', x=1113.78, y=4.00, z=316.03], EntityHorse['Horse'/65, l='MpServer', x=1120.38, y=4.00, z=299.09], EntityHorse['Donkey'/66, l='MpServer', x=1120.00, y=4.00, z=297.47], EntitySlime['Slime'/76, l='MpServer', x=1132.75, y=4.00, z=397.38], SpiderPig['INCOMPLETE'/77, l='MpServer', x=1113.50, y=4.00, z=428.44], SpiderPig['INCOMPLETE'/78, l='MpServer', x=1109.38, y=4.00, z=423.84], EntitySlime['Slime'/79, l='MpServer', x=1116.09, y=4.00, z=426.75], EntitySlime['Slime'/73, l='MpServer', x=1116.50, y=4.69, z=356.91], EntitySlime['Slime'/74, l='MpServer', x=1108.78, y=4.63, z=364.69], SpiderPig['INCOMPLETE'/75, l='MpServer', x=1116.50, y=4.00, z=393.50], SpiderPig['INCOMPLETE'/85, l='MpServer', x=1107.47, y=4.00, z=450.03], SpiderPig['INCOMPLETE'/84, l='MpServer', x=1110.88, y=4.00, z=445.84], EntitySlime['Slime'/80, l='MpServer', x=1117.16, y=4.00, z=419.16], EntitySlime['Slime'/83, l='MpServer', x=1116.78, y=4.00, z=448.34], EntitySlime['Slime'/82, l='MpServer', x=1107.69, y=4.22, z=440.97], EntityChicken['Chicken'/100, l='MpServer', x=1129.31, y=4.00, z=301.22], EntitySlime['Slime'/110, l='MpServer', x=1123.41, y=4.00, z=355.69], SpiderPig['INCOMPLETE'/111, l='MpServer', x=1135.09, y=4.00, z=356.09], EntityHorse['Donkey'/106, l='MpServer', x=1123.50, y=4.00, z=314.06], EntityHorse['Donkey'/105, l='MpServer', x=1119.50, y=4.00, z=308.22], EntitySlime['Slime'/359, l='MpServer', x=1131.38, y=4.00, z=379.48], SpiderPig['INCOMPLETE'/116, l='MpServer', x=1135.47, y=4.00, z=409.00], EntitySlime['Slime'/115, l='MpServer', x=1105.96, y=4.93, z=397.46], SpiderPig['INCOMPLETE'/114, l='MpServer', x=1124.16, y=4.00, z=394.25], SpiderPig['INCOMPLETE'/113, l='MpServer', x=1135.50, y=4.00, z=384.50], SpiderPig['INCOMPLETE'/112, l='MpServer', x=1123.25, y=4.00, z=363.13], EntityHorse['Horse'/127, l='MpServer', x=1147.66, y=4.00, z=356.72], SpiderPig['INCOMPLETE'/126, l='MpServer', x=1147.41, y=4.00, z=351.06], EntitySlime['Slime'/125, l='MpServer', x=1143.72, y=4.00, z=319.84], EntitySlime['Slime'/124, l='MpServer', x=1143.84, y=4.47, z=295.53], EntityChicken['Chicken'/123, l='MpServer', x=1140.56, y=4.00, z=294.19], EntityChicken['Chicken'/122, l='MpServer', x=1143.50, y=4.00, z=294.50], EntityChicken['Chicken'/121, l='MpServer', x=1138.72, y=4.00, z=302.44], EntitySlime['Slime'/129, l='MpServer', x=1159.32, y=4.24, z=376.66], EntityChicken['Chicken'/128, l='MpServer', x=1144.78, y=4.00, z=363.47], EntitySlime['Slime'/131, l='MpServer', x=1136.05, y=4.65, z=362.40], SpiderPig['INCOMPLETE'/130, l='MpServer', x=1148.22, y=4.00, z=363.81], EntitySlime['Slime'/133, l='MpServer', x=1150.18, y=4.00, z=421.03], SpiderPig['INCOMPLETE'/132, l='MpServer', x=1146.09, y=4.00, z=383.72], EntitySlime['Slime'/135, l='MpServer', x=1142.53, y=4.00, z=447.25], SpiderPig['INCOMPLETE'/134, l='MpServer', x=1141.16, y=4.00, z=417.84], EntitySlime['Slime'/152, l='MpServer', x=1156.06, y=4.00, z=424.89], EntitySlime['Slime'/153, l='MpServer', x=1141.47, y=4.00, z=408.03], EntitySlime['Slime'/699, l='MpServer', x=1112.50, y=4.00, z=359.50], EntitySlime['Slime'/146, l='MpServer', x=1148.72, y=4.00, z=292.66], EntityChicken['Chicken'/147, l='MpServer', x=1151.75, y=4.00, z=328.38], SpiderPig['INCOMPLETE'/148, l='MpServer', x=1160.22, y=4.00, z=334.13], EntityChicken['Chicken'/149, l='MpServer', x=1156.59, y=4.00, z=343.59], EntitySlime['Slime'/150, l='MpServer', x=1183.66, y=4.00, z=339.91], SpiderPig['INCOMPLETE'/151, l='MpServer', x=1153.53, y=4.00, z=348.03], SpiderPig['INCOMPLETE'/170, l='MpServer', x=1171.50, y=4.00, z=348.91], SpiderPig['INCOMPLETE'/169, l='MpServer', x=1182.50, y=4.00, z=337.50], EntityChicken['Chicken'/168, l='MpServer', x=1176.44, y=4.00, z=347.56], EntityHorse['Horse'/163, l='MpServer', x=1177.25, y=4.00, z=332.00], EntityHorse['Horse'/162, l='MpServer', x=1172.53, y=4.00, z=334.75], EntitySlime['Slime'/161, l='MpServer', x=1182.50, y=4.00, z=317.50], EntitySlime['Slime'/160, l='MpServer', x=1181.00, y=4.63, z=318.03], EntityChicken['Chicken'/167, l='MpServer', x=1177.53, y=4.00, z=337.31], EntityHorse['Horse'/166, l='MpServer', x=1174.50, y=4.00, z=334.16], EntityChicken['Chicken'/165, l='MpServer', x=1175.81, y=4.00, z=329.47], EntityHorse['Horse'/164, l='MpServer', x=1176.09, y=4.00, z=327.66], EntitySlime['Slime'/190, l='MpServer', x=1192.13, y=4.63, z=307.13], EntityHorse['Horse'/191, l='MpServer', x=1186.59, y=4.00, z=333.25], SpiderPig['INCOMPLETE'/189, l='MpServer', x=1190.28, y=4.00, z=318.16], EntitySlime['Slime'/178, l='MpServer', x=1162.76, y=4.69, z=381.37], EntityItem['item.item.tconstruct.manual.beginner'/179, l='MpServer', x=1170.38, y=4.13, z=394.09], EntityItem['item.item.arsmagica2:itemOre'/176, l='MpServer', x=1180.56, y=4.13, z=361.41], EntityItem['item.item.porkchopRaw'/177, l='MpServer', x=1180.53, y=4.13, z=361.09], EntitySlime['Slime'/180, l='MpServer', x=1179.22, y=4.63, z=423.03], SpiderPig['INCOMPLETE'/181, l='MpServer', x=1169.50, y=4.00, z=443.50], EntityChicken['Chicken'/204, l='MpServer', x=1210.56, y=4.00, z=315.16], SpiderPig['INCOMPLETE'/207, l='MpServer', x=1211.50, y=4.00, z=325.50], EntityChicken['Chicken'/203, l='MpServer', x=1212.19, y=4.00, z=314.38], EntitySlime['Slime'/197, l='MpServer', x=1191.31, y=4.00, z=438.97], SpiderPig['INCOMPLETE'/196, l='MpServer', x=1198.00, y=4.00, z=373.72], SpiderPig['INCOMPLETE'/198, l='MpServer', x=1188.84, y=4.00, z=443.16], SpiderPig['INCOMPLETE'/193, l='MpServer', x=1183.16, y=4.00, z=341.47], SpiderPig['INCOMPLETE'/192, l='MpServer', x=1185.16, y=4.00, z=339.84], EntityChicken['Chicken'/220, l='MpServer', x=1219.78, y=4.00, z=309.81], EntitySlime['Slime'/1171, l='MpServer', x=1149.50, y=4.00, z=312.50], SpiderPig['INCOMPLETE'/223, l='MpServer', x=1230.47, y=4.00, z=316.59], EntityCow['Cow'/216, l='MpServer', x=1224.78, y=4.00, z=299.03], EntityCow['Cow'/217, l='MpServer', x=1214.88, y=4.00, z=318.81], EntityCow['Cow'/218, l='MpServer', x=1228.38, y=4.00, z=310.44], EntityCow['Cow'/219, l='MpServer', x=1226.88, y=4.00, z=308.03], SpiderPig['INCOMPLETE'/212, l='MpServer', x=1202.06, y=4.00, z=382.16], EntitySlime['Slime'/213, l='MpServer', x=1233.40, y=4.69, z=427.46], SpiderPig['INCOMPLETE'/215, l='MpServer', x=1224.09, y=4.00, z=297.16], SpiderPig['INCOMPLETE'/208, l='MpServer', x=1214.50, y=4.00, z=328.50], EntityChicken['Chicken'/209, l='MpServer', x=1203.56, y=4.00, z=346.41], SpiderPig['INCOMPLETE'/210, l='MpServer', x=1208.50, y=4.00, z=346.09], EntityChicken['Chicken'/211, l='MpServer', x=1200.47, y=4.00, z=367.41], EntityChicken['Chicken'/239, l='MpServer', x=1232.03, y=4.00, z=319.91], EntitySlime['Slime'/1186, l='MpServer', x=1237.97, y=4.00, z=303.78], EntitySlime['Slime'/238, l='MpServer', x=1235.50, y=4.00, z=300.22], EntitySlime['Slime'/1188, l='MpServer', x=1102.97, y=4.24, z=317.24], EntitySlime['Slime'/232, l='MpServer', x=1248.02, y=4.00, z=438.48], EntitySlime['Slime'/1195, l='MpServer', x=1187.50, y=4.00, z=305.50], EntitySlime['Slime'/705, l='MpServer', x=1248.61, y=4.69, z=300.26], SpiderPig['INCOMPLETE'/231, l='MpServer', x=1216.50, y=4.00, z=443.50], SpiderPig['INCOMPLETE'/230, l='MpServer', x=1214.03, y=4.00, z=445.50], EntitySlime['Slime'/1193, l='MpServer', x=1191.80, y=4.00, z=310.80], EntitySlime['Slime'/229, l='MpServer', x=1236.69, y=4.00, z=374.22], EntitySlime['Slime'/1192, l='MpServer', x=1235.40, y=4.00, z=304.40], EntitySlime['Slime'/706, l='MpServer', x=1185.09, y=4.00, z=311.00], EntitySlime['Slime'/228, l='MpServer', x=1217.34, y=4.69, z=366.79], EntitySheep['Sheep'/227, l='MpServer', x=1225.19, y=4.00, z=335.38], EntityChicken['Chicken'/226, l='MpServer', x=1230.19, y=4.00, z=323.88], EntitySlime['Slime'/1197, l='MpServer', x=1148.50, y=4.00, z=345.50], EntitySheep['Sheep'/225, l='MpServer', x=1227.78, y=4.00, z=326.34], EntitySlime['Slime'/1196, l='MpServer', x=1185.20, y=4.00, z=318.20], EntitySheep['Sheep'/224, l='MpServer', x=1228.06, y=4.00, z=330.56], SpiderPig['INCOMPLETE'/252, l='MpServer', x=1246.50, y=4.00, z=444.50], EntitySlime['Slime'/1201, l='MpServer', x=1234.80, y=4.00, z=298.80], SpiderPig['INCOMPLETE'/253, l='MpServer', x=1247.50, y=4.00, z=446.50], SpiderPig['INCOMPLETE'/250, l='MpServer', x=1241.84, y=4.00, z=41
    9.66], SpiderPig['INCOMPLETE'/251, l='MpServer', x=1241.91, y=4.00, z=417.47], EntityCow['Cow'/248, l='MpServer', x=1243.84, y=4.00, z=387.19], EntitySlime['Slime'/249, l='MpServer', x=1245.50, y=4.00, z=396.50], EntitySheep['Sheep'/246, l='MpServer', x=1234.22, y=4.00, z=336.63], EntityCow['Cow'/247, l='MpServer', x=1242.78, y=4.00, z=385.63], EntityChicken['Chicken'/244, l='MpServer', x=1232.94, y=4.00, z=326.31], EntitySheep['Sheep'/245, l='MpServer', x=1242.09, y=4.00, z=341.91], EntitySheep['Sheep'/242, l='MpServer', x=1238.66, y=4.00, z=326.44], EntityChicken['Chicken'/243, l='MpServer', x=1232.94, y=4.00, z=322.44], EntitySheep['Sheep'/240, l='MpServer', x=1237.66, y=4.00, z=315.75], EntitySheep['Sheep'/241, l='MpServer', x=1239.88, y=4.00, z=327.34]]
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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: Mac OS X (x86_64) version 10.7.5
    Java Version: 1.6.0_65, Apple Inc.
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
    Memory: 337883608 bytes (322 MB) / 829485056 bytes (791 MB) up to 4281597952 bytes (4083 MB)
    JVM Flags: 6 total; -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:MaxPermSize=256M
    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.1492 Optifine OptiFine_1.7.10_HD_C1 38 mods loaded, 38 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.1492-1.7.10.jar)
    UCHIJAAAA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
    UCHIJAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
    UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
    UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
    UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCHIJAAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
    UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar)
    UCHIJAAAA BuildCraft|Core{7.0.23} [BuildCraft] (buildcraft-7.0.23.jar)
    UCHIJAAAA BuildCraft|Energy{7.0.23} [BC Energy] (buildcraft-7.0.23.jar)
    UCHIJAAAA BuildCraft|Factory{7.0.23} [BC Factory] (buildcraft-7.0.23.jar)
    UCHIJAAAA BuildCraft|Silicon{7.0.23} [BC Silicon] (buildcraft-7.0.23.jar)
    UCHIJAAAA BuildCraft|Transport{7.0.23} [BC Transport] (buildcraft-7.0.23.jar)
    UCHIJAAAA BuildCraft|Builders{7.0.23} [BC Builders] (buildcraft-7.0.23.jar)
    UCHIJAAAA BuildCraft|Robotics{7.0.23} [BC Robotics] (buildcraft-7.0.23.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 TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
    UCHIJAAAA ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
    UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
    UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
    UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
    UCHIJAAAA IC2{2.2.774-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.774-experimental.jar)
    UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins188} [Mantle] (Mantle-1.7.10-0.3.2a.jar)
    UCHIJAAAA numina{0.4.0.119} [Numina] (Numina-0.4.0.119.jar)
    UCHIJAAAA powersuits{0.11.0.281} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.281.jar)
    UCHIJAAAA MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
    UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
    UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
    UCHIJAAAA PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar)
    UCHIJAAAA ProjectE{1.7.10-PE1.8.0} [ProjectE] (ProjectE-1.7.10-PE1.8.0.jar)
    UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
    UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
    UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
    UCHIJAAAA McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
    UCHIJAAAA ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1 ATI-7.32.12' Renderer: 'AMD Radeon HD 6770M OpenGL Engine'
    OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
    Class transformer null safety: all safe
    Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    TConstruct Environment: Environment healthy.
    Stencil buffer state: Function set: ARB, pool: internal, bits: 8
    Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
    LWJGL: 2.9.1
    OpenGL: AMD Radeon HD 6770M OpenGL Engine GL version 2.1 ATI-7.32.12, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because ARB_framebuffer_object 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)


    And the crash log for Mekanism which I should have posted earlier but still:


    [17:45:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [17:45:44] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [17:45:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
    [17:45:44] [main/INFO] [FML]: Forge Mod Loader version 7.99.30.1492 for Minecraft 1.7.10 loading
    [17:45:44] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.7.5, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    [17:45:44] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:45:44] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
    [17:45:44] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:45:45] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:45:45] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.UnsupportedClassVersionError: mekanism/common/asm/LoadingHook : Unsupported major.minor version 51.0
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass1(Native Method)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.AccessController.doPrivileged(Native Method)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName0(Native Method)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName(Class.java:249)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    [17:45:45] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at /Users/shalynwarrington/Library/Application Support/minecraft for Forge Mod Loader
    java.lang.UnsupportedClassVersionError: mekanism/common/asm/LoadingHook : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_65]
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) ~[?:1.6.0_65]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:621) ~[?:1.6.0_65]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) ~[?:1.6.0_65]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) ~[?:1.6.0_65]
    at java.net.URLClassLoader.access$000(URLClassLoader.java:58) ~[?:1.6.0_65]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:197) ~[?:1.6.0_65]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_65]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190) ~[?:1.6.0_65]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65]
    at java.lang.Class.forName0(Native Method) ~[?:1.6.0_65]
    at java.lang.Class.forName(Class.java:249) ~[?:1.6.0_65]
    at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    Exception in thread "main" [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.UnsupportedClassVersionError: mekanism/common/asm/LoadingHook : Unsupported major.minor version 51.0
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass1(Native Method)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.AccessController.doPrivileged(Native Method)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName0(Native Method)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName(Class.java:249)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
    [17:45:45] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    Posted in: Java Edition Support
  • 0

    posted a message on Forge setup not working on OSX when it does on Windows
    Quote from sazrocks»

    Allocate more ram to minecraft.


    Tried 2G, then 4G. Didn't work. And then there's the fact that Mekanism crashes me (as opposed to just freezing the loading screen).
    Posted in: Java Edition Support
  • 0

    posted a message on Is 1.9 for the better?

    As it is, yes, I do indeed really like the changes. But with some tweaks, I think it can be fantastic. And hopefully even more brand-new changes to combat.

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Forge setup not working on OSX when it does on Windows

    Trying to set up my server which has worked in the past (it only works on my Mac and not my Windows which is my main computer), I had to copy my mods from my Windows, and I've run into a variety of problems.

    First I'll list the mods I had when this first started:


    Forge 10.13.4. 1492

    Ars Magica 2 1.4.0.008

    AnimationAPI 1.2.4

    Blood Magic 1.3.3-13

    Buildcraft 7.0.23

    Chisel 2.5.1.44

    CodeChickenCore 1.0.7.47

    EnderStorage 1.4.7.37

    iChun Util 4.2.2

    IndustrialCraft 2.2.774

    Mantle 0.3.2a

    Mekanism, MekanismGenerator, and MekanismTools 8.1.7.252

    Mutant Creatures 1.4.9

    NotEnoughItems 1.0.5.118

    Numina 0.4.0.119

    OpenBlocks 1.4.4

    OpenModsLib 0.8

    OptiFine 1.7.10 HD_C1

    Portal Gun 4.0.0-beta

    Project E 1.8.0

    Random Things 2.2.4

    Tinkers' Construct 1.8.7

    Thaumcraft 4.2.3.5

    Twilight Forest 2.3.7

    Witchery 0.24.1

    And all of the automatically-downloaded dependencies.

    Upon starting Forge with all the mods in the mods folder, I instantly crashed.

    First I tried deleting OptiFine, which did nothing. From the error log I identified the problem as Mekanism and deleted that, which allowed me to launch the game, and now it gets stuck on the loading screen. I closed it and tried again after checking some logs, and now it refuses to close and it's been sitting on "Loading - Initializing mods Phase 1 2/7" for about 20 minutes. If not for that I would keep picking off mods until I found a setup that would work (although I'd rather keep all of them).


    I also tried running my aforementioned server with the same mods (minus Optifine and NEI), which also crashed, before I removed Mekanism, at which point it started seeming like it would work, but then it started spouting error messages regarding specifically dependency mods (Numina, Mantle), oddly enough.

    As I touched on before, I have no problem with any of these mods on my Windows laptop. The game and server both work in vanilla. I even tried replacing my assets, resources, libraries, config, and resources folders with the ones from my Windows PC. Anyone know what on earth is the problem?


    EDIT: It inexplicably decided to close and yielded this log:


    [16:38:13] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [16:38:13] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [16:38:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
    [16:38:13] [main/INFO] [FML]: Forge Mod Loader version 7.99.30.1492 for Minecraft 1.7.10 loading
    [16:38:13] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.7.5, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
    [16:38:13] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:13] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
    [16:38:13] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:14] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:14] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:14] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:14] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:14] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:14] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_C1.jar
    [16:38:14] [main/WARN] [FML]: The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:14] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [16:38:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [16:38:14] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
    [16:38:14] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [16:38:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [16:38:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [16:38:14] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
    [16:38:14] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
    [16:38:14] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
    [16:38:14] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
    [16:38:14] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/Users/shalynwarrington/Library/Application%20Support/minecraft/mods/OptiFine_1.7.10_HD_C1.jar
    [16:38:14] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: java.util.zip.ZipFile@7dc21ece
    [16:38:14] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:15] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
    [16:38:15] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
    [16:38:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:15] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
    java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
    at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
    at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.6.0_65]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) ~[?:1.6.0_65]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) ~[?:1.6.0_65]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513) ~[?:1.6.0_65]
    at java.lang.Class.newInstance0(Class.java:357) ~[?:1.6.0_65]
    at java.lang.Class.newInstance(Class.java:310) ~[?:1.6.0_65]
    at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
    at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:108) [forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    [16:38:15] [main/INFO] [FML]: MC located at: /Users/shalynwarrington/Library/Application Support/minecraft
    [16:38:15] [main/INFO] [FML]: AMCore >> Located Optifine
    [16:38:15] [main/INFO] [FML]: AMCore >> Located Thaumcraft
    [16:38:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:15] [main/INFO] [IC2-core]: Loaded library EJML-core-0.26.jar.
    [16:38:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [16:38:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [16:38:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
    [16:38:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
    [16:38:16] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
    [16:38:16] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
    [16:38:17] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
    [16:38:17] [main/INFO] [RandomThingsCore]: Found World Class: net/minecraft/world/World
    [16:38:18] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
    [16:38:18] [main/INFO]: Setting user: Prime_Jetspace
    [16:38:19] [main/INFO] [RandomThingsCore]: Found Item Class: net/minecraft/item/Item
    [16:38:19] [main/INFO] [RandomThingsCore]: Found Leave Class: net/minecraft/block/BlockLeavesBase
    [OptiFine] (Reflector) Class not present: ModLoader
    [OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
    [OptiFine] (Reflector) Class not present: LightCache
    [OptiFine] (Reflector) Class not present: BlockCoord
    [16:38:20] [Client thread/INFO] [RandomThingsCore]: Found Render Global Class: net/minecraft/client/renderer/RenderGlobal
    [16:38:20] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
    [16:38:20] [Client thread/INFO] [RandomThingsCore]: Found EntityRenderer Class: net/minecraft/client/renderer/EntityRenderer
    [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
    [16:38:21] [Client thread/INFO]: LWJGL Version: 2.9.1
    [OptiFine]
    [OptiFine] OptiFine_1.7.10_HD_C1
    [OptiFine] Mon Sep 14 16:38:21 PDT 2015
    [OptiFine] OS: Mac OS X (x86_64) version 10.7.5
    [OptiFine] Java: 1.6.0_65, Apple Inc.
    [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
    [OptiFine] LWJGL: 2.9.1
    [OptiFine] OpenGL: AMD Radeon HD 6770M OpenGL Engine, version 2.1 ATI-7.32.12, ATI Technologies Inc.
    [OptiFine] OpenGL Version: 2.1
    [OptiFine] Maximum texture size: 8192x8192
    [OptiFine] Checking for new version
    [16:38:21] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_C1, enabling compatibility features
    [16:38:21] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
    // Hey, that tickles! Hehehe!

    Time: 9/14/15 4:38 PM
    Description: Loading screen debug info

    This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Mac OS X (x86_64) version 10.7.5
    Java Version: 1.6.0_65, Apple Inc.
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
    Memory: 98943016 bytes (94 MB) / 209338368 bytes (199 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    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:
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1 ATI-7.32.12' Renderer: 'AMD Radeon HD 6770M OpenGL Engine'
    [16:38:21] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
    [16:38:21] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1492 Initialized
    [16:38:21] [Client thread/INFO] [FML]: Replaced 183 ore recipies
    [16:38:22] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
    [OptiFine] Version found: C1
    [16:38:22] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
    [16:38:22] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
    [16:38:22] [Client thread/INFO] [FML]: Searching /Users/shalynwarrington/Library/Application Support/minecraft/mods for mods
    [16:38:22] [Client thread/INFO] [FML]: Also searching /Users/shalynwarrington/Library/Application Support/minecraft/mods/1.7.10 for mods
    [16:38:28] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37
    [16:38:29] [Client thread/WARN] [powersuits]: Mod powersuits is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.0.281
    [16:38:29] [Client thread/WARN] [numina]: Mod numina is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.0.119
    [16:38:30] [Client thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
    [16:38:30] [Client thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
    [16:38:30] [Client thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
    [16:38:30] [Client thread/INFO] [FML]: Forge Mod Loader has identified 38 mods to load
    [16:38:30] [Client thread/INFO] [FML]: Found mod(s) [powersuits] containing declared API package ic2.api.item (owned by IC2) without associated API reference
    [16:38:31] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
    [16:38:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, CodeChickenCore, NotEnoughItems, OpenModsCore, arsmagica2, AnimationAPI, AWWayofTime, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Robotics, chisel, EnderStorage, iChunUtil, IC2, Mantle, powersuits, MutantCreatures, numina, OpenBlocks, OpenMods, PortalGun, ProjectE, RandomThings, TConstruct, Thaumcraft, TwilightForest, witchery, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT
    [16:38:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, CodeChickenCore, NotEnoughItems, OpenModsCore, arsmagica2, AnimationAPI, AWWayofTime, BuildCraft|Energy, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Core, BuildCraft|Robotics, chisel, EnderStorage, iChunUtil, IC2, Mantle, powersuits, MutantCreatures, numina, OpenBlocks, OpenMods, PortalGun, ProjectE, RandomThings, TConstruct, Thaumcraft, TwilightForest, witchery, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER
    [16:38:32] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
    [16:38:34] [Client thread/ERROR] [Mantle]: [Environment Checks] Optifine detected. This may cause issues due to base edits or ASM usage.
    [16:38:34] [Client thread/INFO] [TConstruct]: Preparing to take over the world
    [16:38:35] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:Chisel 2, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Mantle, FMLFileResourcePack:MachineMuse's Modular Powersuits, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:Numina, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:PortalGun, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Random Things, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Witchery, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin
    [16:38:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /Users/shalynwarrington/Library/Application Support/minecraft/mods/BloodMagic-1.7.10-1.3.3-13.jar
    [16:38:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /Users/shalynwarrington/Library/Application Support/minecraft/mods/BloodMagic-1.7.10-1.3.3-13.jar
    [16:38:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /Users/shalynwarrington/Library/Application Support/minecraft/mods/BloodMagic-1.7.10-1.3.3-13.jar
    [16:38:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /Users/shalynwarrington/Library/Application Support/minecraft/mods/BloodMagic-1.7.10-1.3.3-13.jar
    [16:38:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /Users/shalynwarrington/Library/Application Support/minecraft/mods/BloodMagic-1.7.10-1.3.3-13.jar
    [16:38:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in /Users/shalynwarrington/Library/Application Support/minecraft/mods/BloodMagic-1.7.10-1.3.3-13.jar
    [16:38:35] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
    [16:38:35] [Client thread/INFO] [FML]: Found 441 ObjectHolder annotations
    [16:38:35] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
    [16:38:35] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
    [16:38:35] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica >> Extending Potions Array
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica >> injecting potions starting from index 32
    [16:38:36] [Client thread/INFO] [FML]: AMCore >> Altering definition of am2.armor.ItemMageHood to be thaumcraft compatible.
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment magic_resist to ID 100 (configured currently as 100)
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment soulbound to ID 101 (configured currently as 101)
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_phy
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_drn
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fall
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_exp
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fire
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_frst
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_mage
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_litn
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mn_reg
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: bn_red
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: soulbnd
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fl_lure
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_xp
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: pp_ore
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_gog
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: tc_nrv
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: step_up
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: run_spd
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dispel
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fallprot
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fireprot
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: freedom
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: healing
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: hungerup
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: highjump
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lifesave
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lightstep
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: minespd
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: recoil
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: swimspd
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrbrth
    [16:38:36] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrwalk
    [16:38:37] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 7.0.23
    [16:38:37] [Client thread/INFO] [BuildCraft]: Copyright (c) SpaceToad, 2011-2015
    [16:38:37] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
    [16:38:37] [Thread-15/INFO] [BuildCraft]: Beginning version check
    [16:38:40] [Client thread/INFO] [Chisel 2]: Starting pre-init...
    [16:38:40] [Client thread/INFO] [Chisel 2]: Loading blocks...
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature railcraft as its required mod Railcraft was missing.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature rcAbyssalBlock as its parent feature railcraft was disabled.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature rcBleachedBone as its parent feature railcraft was disabled.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature rcBloodStained as its parent feature railcraft was disabled.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature rcFrostBoundBlock as its parent feature railcraft was disabled.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature rcInfernalStone as its parent feature railcraft was disabled.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature rcQuarriedBlock as its parent feature railcraft was disabled.
    [16:38:40] [Client thread/INFO] [Chisel 2]: Skipping feature rcSandyStone as its parent feature railcraft was disabled.
    [16:38:41] [Client thread/INFO] [Chisel 2]: 96 Feature's blocks loaded.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Loading Tile Entities...
    [16:38:41] [Client thread/INFO] [Chisel 2]: Tile Entities loaded.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Loading items...
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature railcraft as its required mod Railcraft was missing.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature rcAbyssalBlock as its parent feature railcraft was disabled.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature rcBleachedBone as its parent feature railcraft was disabled.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature rcBloodStained as its parent feature railcraft was disabled.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature rcFrostBoundBlock as its parent feature railcraft was disabled.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature rcInfernalStone as its parent feature railcraft was disabled.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature rcQuarriedBlock as its parent feature railcraft was disabled.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Skipping feature rcSandyStone as its parent feature railcraft was disabled.
    [16:38:41] [Client thread/INFO] [Chisel 2]: 96 Feature's items loaded.
    [16:38:41] [Client thread/INFO] [Chisel 2]: Pre-init finished.
    [16:38:42] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins188) -- Preparing for launch.
    [16:38:42] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
    [16:38:42] [Client thread/INFO] [Mantle]: Loading configuration from disk.
    [16:38:42] [Client thread/INFO] [Mantle]: Configuration load completed.
    [16:38:43] [Client thread/INFO] [PortalGun]: [4.0.0-beta-5] Loading properties.
    [16:38:43] [Client thread/INFO] [ProjectE]: Loaded configuration file.
    [16:38:45] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Waila Compatibility; missing dependency: Waila
    [16:38:45] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers AE2 Compatibility; missing dependency: appliedenergistics2
    [16:38:45] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Mystcraft Compatibility; missing dependency: Mystcraft
    [16:38:45] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers MFR Compatibility; missing dependency: MineFactoryReloaded
    [16:38:45] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers TE4 Compatibility; missing dependency: ThermalExpansion
    [16:38:45] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Thermal Foundation Compatibility; missing dependency: ThermalFoundation
    [16:38:45] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
    [16:38:45] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers RF-Tools Compatibility; missing dependency: rftools
    [16:38:48] [Client thread/WARN] [PulseManager-TConstruct]: Caught exception in findAndInvokeHandlers: java.lang.reflect.InvocationTargetException
    [16:38:49] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.reflect.InvocationTargetException
    Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal Unknown Signal to handler- the VM may need to be forcibly terminated

    Posted in: Java Edition Support
  • 0

    posted a message on [1.9 is out!] Get ready for 1.9! [Updates and Information from Mojang AB!]
    Quote from Leviathan143»



    Snapshots are in development versions of the game. Bugfixes and removal of lag shouldn't be expected, those are for regular releases.


    But mobs forgetting that they were attacking you when you hit them should have been fixed before 1.8 even came out. I find it inexcusable.

    Plus, this snapshot did come with bugfixes for older versions, and not just obscure, uninteresting command-related ones.

    Posted in: Recent Updates and Snapshots
  • 3

    posted a message on I'm tired of this... I'm done... it's over.
    Quote from Oceandrop»

    Shields? Dual-wielding? What is the point?


    The ability to add sounds to a texture pack sent the game down a few notches; even creative mode has negatively impacted the game.


    What?

    By this logic absolutely no change has a point.

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on [1.9 is out!] Get ready for 1.9! [Updates and Information from Mojang AB!]

    I see they haven't fixed the glitched up AI from 1.8. *sigh*

    Posted in: Recent Updates and Snapshots
  • 2

    posted a message on [1.9 is out!] Get ready for 1.9! [Updates and Information from Mojang AB!]
    Quote from ColdCrawdad7»

    You think it's the most accessible coding language because that's the one you're learning right now.

    Lua would be ten times more efficient for mods. Plus, it's easy to integrate in C/C++ programs, which are by far faster than Java.

    If you learn Java, you shouldn't find difficult to move into any other language. If you do, then you learned something in the wrong way. Algorithmic and mechanics are important, not the language.


    That doesn't change the fact that 90% of modders will not want to rewrite their mods, and if anyone wants to continue an old mod, it would be slow-going. Modders already take a long time to update using the same coding language every time between updates, as of late.

    Quote from Bjossi»

    And risk data loss and major code incompatibilities once it is time to merge it into the main core? We have had version control for decades exactly to avoid such bad practices. You create branches for new features and then commit your progress frequently (even many times in one work day), as well as frequently merging your branch with the master one to minimize code conflicts.


    I have no doubt that the guys are working on 1.9, but the ridiculously long dev time combined with the needless silence is slowly but surely raising my expectations and probably many other people's, to the point where whatever they end up releasing will feel insignificant and disappointing as a function of the dev time. This is also unlike the past where Mojang would release smaller updates much more often and be more vocal on development progress. I don't see why they would flip their strategy upside down, especially when other projects from other studios have shown in practice why they don't work.


    I didn't say to manhandle the code or anything. They still can access copies of contained WIP code on portable computers.

    Quote from ZaffreAqua»

    If my memory serves correctly, I remember seeing some Tweets mentioning they won't be working on them on various trips. Although I'm surprised they haven't done so as far as working on it on the fly. However they could've just done that on a few select trips without telling us. :P

    As for the latter, totally agree. I also doubt they'd bother re-coding the entire game, for many reasons community included.


    I highly doubt they would be strict about such a statement. They care too much about the community to just say "let's just take vacations every other week and barely work on anything!" as soon as Notch leaves.

    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on [1.9 is out!] Get ready for 1.9! [Updates and Information from Mojang AB!]

    I'm getting really sick of all this whining about how Mojang is definitively not working on 1.9. Dinnerbone making a simple prototype for something doesn't mean nobody's working on 1.9. And besides that, who says they can't work on 1.9 when they're taking trips to wherever? Just because they're not dumping out essays about how some amazing new mechanic works every 5 days doesn't mean they aren't doing anything, they can easily store WIP code on their personal computers and work on it frequently. If I was in their situation, that's what I'd do.

    Quote from Gamelord»

    I kinda wish we had 2.0 as a rewritten Minecraft, as I believe at one point Mojang noted how the game was quite inefficient, and Java isn't really fit for what the game has become. Can't quote it, only vaguely remember it. But I do feel that the current modding community and such means that Minecraft is maybe a little too far gone for a sequel, let alone a total rewrite which is also in another programming language.


    As much as I want it, it seems like 2.0 would be the end of Minecraft.


    EDIT: Just noticed, in the tweet by Searge about maps and islands and whatnot, not only is the new block in his inventory, it appears in the distance, a few of them, with possibly another block forming a pillar near them, a light coloured one. It's hard to see though, so correct me if I'm wrong.


    I would absolutely hate for Minecraft to move away from Java. It's the most accessible coding language. Virtually all current mods would die permanently, and new ones would be slow to come.

    ...Plus I'm learning Java right now...

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Snapshot 15w14a

    So I just tried to reset my one and only world... and the snapshot broke permanently. I pressed Reset and then Yes, and the main menu went back as if I didn't reset, and now the Reset World button does nothing, and Play World crashes the game... &lt;_&lt;

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on [1.9 is out!] Get ready for 1.9! [Updates and Information from Mojang AB!]
    Quote from ZaffreAqua»

    I'd hate to say it, but they've shown no signs of recognizing this massive issue. And due to their laziness when it comes to things like this, there is not much hope. :/

    They did improve performance for some in 1.8.1. Not for everyone, but some people.
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Why do you think minecraft is fun?
    Because of the potential and freedom, particularly with mods and the more complicated things. The way I see it, Minecraft is whatever game you want it to be, you just need the right mod for it, or to write one yourself.
    Posted in: Survival Mode
  • 0

    posted a message on So is 1.9 a thing?
    Quote from MineCrak»
    I wouldn't expect the final version of 1.9 before 2016 or 2017,

    I really, really, really doubt that. 1.8 was the longest update ever and it took one year.
    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    Quote from IdoAlphaOmega»
    Why not? Maybe I'm just too dumb to see this, but if the trap symbol connects fine to perditio, why is the weapon not connecting? I put the weapon in the center now (no picture to avoid spam), connected southeast to blue tools, down to human and southeast to the end, but it still gives me nothing

    It's not an arbitrary thing you just guess at. Aspects can only connect to other aspects that either are created using the aspect you are trying to connect or aspects that are an aspect that is combined with another aspect to create the aspect you are trying to connect. Just look in your Thaumonomicon to see what each aspect is made of and see if it will connect, unless you get the upgrade that lets you just hold shift to see what each aspect is created with.
    Posted in: Minecraft Mods
  • To post a comment, please .