Closed BakermanLP closed 9 years ago
Caused by: java.lang.NoSuchMethodError: java.lang.String.join(Ljava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/String
Hmmm.....I will take a look
Yep. My bad. String.join was added in Java 8 and wasn't available in Java 7. I will get it cleaned up and post a new build in a couple hours.
Posted v0.3.3.1 to address this issue. Let me know if it works. You can get the jar from the Release section of this project site or on Curse Forge.
Closing due to inactivity. No further reports from the field. If it turns out the problem persists please reopen.
Thank you, works now!
Here is the crash report:
---- Minecraft Crash Report ---- // I let you down. Sorry :(
Time: 5/8/15 9:09 AM Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: java.lang.String.join(Ljava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/String; at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:719) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:309) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) at org.multimc.EntryPoint.listen(EntryPoint.java:165) at org.multimc.EntryPoint.main(EntryPoint.java:54) Caused by: java.lang.NoSuchMethodError: java.lang.String.join(Ljava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/String; at org.blockartistry.mod.ThermalRecycling.data.ItemScrapData.(ItemScrapData.java:81)
at org.blockartistry.mod.ThermalRecycling.support.ModPlugin$2.apply(ModPlugin.java:123)
at org.blockartistry.mod.ThermalRecycling.support.ModPlugin$2.apply(ModPlugin.java:119)
at org.blockartistry.mod.ThermalRecycling.support.ModPlugin.forEachSubject(ModPlugin.java:98)
at org.blockartistry.mod.ThermalRecycling.support.ModPlugin.registerRecipesToReveal(ModPlugin.java:119)
at org.blockartistry.mod.ThermalRecycling.support.VanillaMinecraft.apply(VanillaMinecraft.java:185)
at org.blockartistry.mod.ThermalRecycling.proxy.Proxy.postInit(Proxy.java:150)
at org.blockartistry.mod.ThermalRecycling.ThermalRecycling.postInit(ThermalRecycling.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:717)
... 18 more
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: Linux (amd64) version 3.18.7-gentoo Java Version: 1.7.0_76, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 500049024 bytes (476 MB) / 1542455296 bytes (1471 MB) up to 1908932608 bytes (1820 MB) JVM Flags: 3 total; -Xms1024m -Xmx2048m -XX:PermSize=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.141.1403 Minecraft Forge 10.13.3.1403 180 mods loaded, 180 mods active mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized FML{7.10.141.1403} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Forge{10.13.3.1403} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized appliedenergistics2-core{rv2-stable-1} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized CodeChickenCore{1.0.6.43} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ExtraFixes{1.2.4b} Extra Fixes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized ivtoolkit{IvToolkit} 1.2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized MobiusCore{1.2.5} MobiusCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized NotEnoughItems{1.0.4.106} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized OpenEye{0.6} OpenEye Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized OpenModsCore{0.7.1} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized