Whenever I try to launch minecraft, it won't start up. Just crashes.
Here is the report:
---- Minecraft Crash Report ----
// Sorry
Time: 8/17/15 5:27 PM
Description: Initializing game
java.lang.NoClassDefFoundError: java/util/Objects
at clashsoft.cslib.util.CSArrays.indexOf(CSArrays.java:252)
at clashsoft.cslib.util.CSArrays.indexOf(CSArrays.java:233)
at clashsoft.cslib.minecraft.enchantment.CustomEnchantment.getNextFreeID(CustomEnchantment.java:91)
at clashsoft.cslib.minecraft.enchantment.CustomEnchantment.<init>(CustomEnchantment.java:59)
at clashsoft.mods.moretools.addons.MTMTools.<clinit>(MTMTools.java:65)
at clashsoft.mods.moretools.MoreToolsMod.<clinit>(MoreToolsMod.java:43)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: java.util.Objects
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:104)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at clashsoft.cslib.util.CSArrays.indexOf(CSArrays.java:252)
at clashsoft.cslib.util.CSArrays.indexOf(CSArrays.java:233)
at clashsoft.cslib.minecraft.enchantment.CustomEnchantment.getNextFreeID(CustomEnchantment.java:91)
at clashsoft.cslib.minecraft.enchantment.CustomEnchantment.<init>(CustomEnchantment.java:59)
at clashsoft.mods.moretools.addons.MTMTools.<clinit>(MTMTools.java:65)
at clashsoft.mods.moretools.MoreToolsMod.<clinit>(MoreToolsMod.java:43)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.10.5
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 116436056 bytes (111 MB) / 252022784 bytes (240 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: MCP v9.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 28 mods loaded, 28 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed
CodeChickenCore{1.0.2.10} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.0.2.14} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.2.14-universal.jar) Unloaded->Constructed
backpacks16840{3.0.4} [Backpacks!] (zz-backpacks 1.7.2 - 3.0.4.jar) Unloaded->Constructed
voxelmap{1.7.2} [VoxelMap] (14158975516_voxelmap-1.7.2-1.0.jar) Unloaded->Constructed
furnace3d{1.4.0} [Furnace 3D] ([1.7.2] 3D Furnace-1.4.jar) Unloaded->Constructed
FLabsBF{4.1.1} [Better Furnaces] ([1.7.2]Better_Furnaces_V4.1.1.jar) Unloaded->Constructed
bspkrsCore{6.11} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.11.jar) Unloaded->Constructed
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed
animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar) Unloaded->Constructed
BiomesOPlenty{2.0.2} [Biomes O' Plenty] (BiomesOPlenty-1.7.2-2.0.2.934-universal.jar) Unloaded->Constructed
blocklings{2.1.1} [Blocklings] (Blocklings-v2.1.1-1.7.2.jar) Unloaded->Constructed
cslib{1.7.2-1.0.0} [Clashsoft Lib] (Clashsoft Lib 1.7.2-1.0.0.zip) Unloaded->Constructed
CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip) Unloaded->Constructed
MoCreatures{6.2.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.1.zip) Unloaded->Constructed
Extra_Diamonds_Mod{3.1.2} [extra_diamonds_mod] (EDM-3.1.2.jar) Unloaded->Constructed
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed
enhancedbiomes{2.2 for MC 1.7.2} [Enhanced Biomes] (Enhanced Biomes 2.2 for MC 1.7.2.jar) Unloaded->Constructed
FoodPlus{3.2rS} [Food Plus] (FoodPlus-1.7.2-3.2rS.jar) Unloaded->Constructed
fossil{1.7.10 Build 7.2.0} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.jar) Unloaded->Constructed
iChunUtil{3.3.0} [iChunUtil] (iChunUtil-3.3.0.jar) Unloaded->Constructed
moretools{1.7.2-1.0.0} [More Tools Mod] (More Tools Mod 1.7.2-1.0.0.zip) Unloaded
Morph{0.8.1} [Morph] (Morph-Beta-0.8.1.jar) Unloaded
cfm{3.4.7} [ß9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.2).jar) Unloaded
MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10.jar) Unloaded
harvestcraft{1.7.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.2f.zip) Unloaded
Launched Version: 1.7.2-Forge10.12.2.1147
LWJGL: 2.9.1
OpenGL: Intel Iris Pro OpenGL Engine GL version 2.1 INTEL-10.6.33, Intel Inc.
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: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
Thank you in advance, and I'm sorry to trouble you!
I can't tell which launcher you are using, but you'll need to change the settings so that it picks up your Java 8 version, instead of Java 6.
Each of the different launchers have a different instructions for picking the Java version (assuming Minecraft itself does it incorrectly).
You could probably also uninstall Java 6 from your box since a) it's really old an it's no longer being supported with security fixes, so it's a security vulnerability on your box, and c) I doubt (but cannot guarantee) that you're running anything on your Mac that requires Java 6 (and wouldn't run with a later version).
I can't tell which launcher you are using, but you'll need to change the settings so that it picks up your Java 8 version, instead of Java 6.
Each of the different launchers have a different instructions for picking the Java version (assuming Minecraft itself does it incorrectly).
You could probably also uninstall Java 6 from your box since a) it's really old an it's no longer being supported with security fixes, so it's a security vulnerability on your box, and c) I doubt (but cannot guarantee) that you're running anything on your Mac that requires Java 6 (and wouldn't run with a later version).
I did so, and now the launcher just crashes without even producing a crash report.
I'd really love it if someone could help me!
Whenever I try to launch minecraft, it won't start up. Just crashes.
Here is the report:
---- Minecraft Crash Report ----
// Sorry
Time: 8/17/15 5:27 PM
Description: Initializing game
java.lang.NoClassDefFoundError: java/util/Objects
at clashsoft.cslib.util.CSArrays.indexOf(CSArrays.java:252)
at clashsoft.cslib.util.CSArrays.indexOf(CSArrays.java:233)
at clashsoft.cslib.minecraft.enchantment.CustomEnchantment.getNextFreeID(CustomEnchantment.java:91)
at clashsoft.cslib.minecraft.enchantment.CustomEnchantment.<init>(CustomEnchantment.java:59)
at clashsoft.mods.moretools.addons.MTMTools.<clinit>(MTMTools.java:65)
at clashsoft.mods.moretools.MoreToolsMod.<clinit>(MoreToolsMod.java:43)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: java.util.Objects
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:104)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at clashsoft.cslib.util.CSArrays.indexOf(CSArrays.java:252)
at clashsoft.cslib.util.CSArrays.indexOf(CSArrays.java:233)
at clashsoft.cslib.minecraft.enchantment.CustomEnchantment.getNextFreeID(CustomEnchantment.java:91)
at clashsoft.cslib.minecraft.enchantment.CustomEnchantment.<init>(CustomEnchantment.java:59)
at clashsoft.mods.moretools.addons.MTMTools.<clinit>(MTMTools.java:65)
at clashsoft.mods.moretools.MoreToolsMod.<clinit>(MoreToolsMod.java:43)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.10.5
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 116436056 bytes (111 MB) / 252022784 bytes (240 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: MCP v9.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 28 mods loaded, 28 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed
CodeChickenCore{1.0.2.10} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.0.2.14} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.2.14-universal.jar) Unloaded->Constructed
backpacks16840{3.0.4} [Backpacks!] (zz-backpacks 1.7.2 - 3.0.4.jar) Unloaded->Constructed
voxelmap{1.7.2} [VoxelMap] (14158975516_voxelmap-1.7.2-1.0.jar) Unloaded->Constructed
furnace3d{1.4.0} [Furnace 3D] ([1.7.2] 3D Furnace-1.4.jar) Unloaded->Constructed
FLabsBF{4.1.1} [Better Furnaces] ([1.7.2]Better_Furnaces_V4.1.1.jar) Unloaded->Constructed
bspkrsCore{6.11} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.11.jar) Unloaded->Constructed
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed
animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar) Unloaded->Constructed
BiomesOPlenty{2.0.2} [Biomes O' Plenty] (BiomesOPlenty-1.7.2-2.0.2.934-universal.jar) Unloaded->Constructed
blocklings{2.1.1} [Blocklings] (Blocklings-v2.1.1-1.7.2.jar) Unloaded->Constructed
cslib{1.7.2-1.0.0} [Clashsoft Lib] (Clashsoft Lib 1.7.2-1.0.0.zip) Unloaded->Constructed
CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip) Unloaded->Constructed
MoCreatures{6.2.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.1.zip) Unloaded->Constructed
Extra_Diamonds_Mod{3.1.2} [extra_diamonds_mod] (EDM-3.1.2.jar) Unloaded->Constructed
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed
enhancedbiomes{2.2 for MC 1.7.2} [Enhanced Biomes] (Enhanced Biomes 2.2 for MC 1.7.2.jar) Unloaded->Constructed
FoodPlus{3.2rS} [Food Plus] (FoodPlus-1.7.2-3.2rS.jar) Unloaded->Constructed
fossil{1.7.10 Build 7.2.0} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.jar) Unloaded->Constructed
iChunUtil{3.3.0} [iChunUtil] (iChunUtil-3.3.0.jar) Unloaded->Constructed
moretools{1.7.2-1.0.0} [More Tools Mod] (More Tools Mod 1.7.2-1.0.0.zip) Unloaded
Morph{0.8.1} [Morph] (Morph-Beta-0.8.1.jar) Unloaded
cfm{3.4.7} [ß9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.2).jar) Unloaded
MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10.jar) Unloaded
harvestcraft{1.7.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.2f.zip) Unloaded
Launched Version: 1.7.2-Forge10.12.2.1147
LWJGL: 2.9.1
OpenGL: Intel Iris Pro OpenGL Engine GL version 2.1 INTEL-10.6.33, Intel Inc.
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: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: Off (1)
Thank you in advance, and I'm sorry to trouble you!
The Clashsoft lib requires at least Java 1.7, and you are only running Java 1.6. Upgrade to 1.7 or 1.8 (ideally 1.8)
It says I have 1.8? I'm guessing that Minecraft doesn't know that...
I can't tell which launcher you are using, but you'll need to change the settings so that it picks up your Java 8 version, instead of Java 6.
Each of the different launchers have a different instructions for picking the Java version (assuming Minecraft itself does it incorrectly).
You could probably also uninstall Java 6 from your box since a) it's really old an
it's no longer being supported with security fixes, so it's a security vulnerability on your box, and c) I doubt (but cannot guarantee) that you're running anything on your Mac that requires Java 6 (and wouldn't run with a later version).
You need to figure out how to tell the launcher to use java 8
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
I did so, and now the launcher just crashes without even producing a crash report.
Did the launcher crash? Or was it the game? If it was not the launcher, then post the launcher log.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.