Created
August 3, 2017 14:57
-
-
Save Pyrofab/c0935e186135e568955817b05eaa4d2a to your computer and use it in GitHub Desktop.
Better with Mods crash with Embers installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
AppleCore (AppleCore-mc1.12-2.2.2.jar) | |
Contact their authors BEFORE contacting forge | |
// There are four lights! | |
Time: 8/3/17 4:51 PM | |
Description: There was a severe problem during mod loading that has caused the game to fail | |
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Better With Mods (betterwithmods) | |
Caused by: java.lang.NullPointerException | |
at betterwithmods.module.hardcore.HCOres.lambda$postInit$6(HCOres.java:101) | |
at betterwithmods.module.hardcore.HCOres$$Lambda$240/1143854118.test(Unknown Source) | |
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) | |
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) | |
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) | |
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) | |
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) | |
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) | |
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) | |
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) | |
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) | |
at betterwithmods.module.hardcore.HCOres.postInit(HCOres.java:101) | |
at betterwithmods.module.Module.lambda$postInit$5(Module.java:154) | |
at betterwithmods.module.Module$$Lambda$231/747896571.accept(Unknown Source) | |
at java.util.ArrayList.forEach(ArrayList.java:1249) | |
at betterwithmods.module.Module.forEachEnabled(Module.java:204) | |
at betterwithmods.module.Module.postInit(Module.java:153) | |
at betterwithmods.module.CompatModule.postInit(CompatModule.java:70) | |
at betterwithmods.module.ModuleLoader.lambda$postInit$5(ModuleLoader.java:74) | |
at betterwithmods.module.ModuleLoader$$Lambda$230/1556032896.accept(Unknown Source) | |
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) | |
at java.util.stream.ReferencePipeline$Head.forEachOrdered(ReferencePipeline.java:590) | |
at betterwithmods.module.ModuleLoader.forEachEnabled(ModuleLoader.java:178) | |
at betterwithmods.module.ModuleLoader.postInit(ModuleLoader.java:74) | |
at betterwithmods.BWMod.postInit(BWMod.java:63) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:628) | |
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | |
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) | |
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) | |
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) | |
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | |
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:217) | |
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252) | |
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | |
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) | |
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) | |
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) | |
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | |
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) | |
at com.google.common.eventbus.EventBus.post(EventBus.java:217) | |
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147) | |
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:786) | |
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:343) | |
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) | |
at net.minecraft.client.main.Main.main(SourceFile:123) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.12 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 1.8.0_51, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 193248032 bytes (184 MB) / 579354624 bytes (552 MB) up to 4281597952 bytes (4083 MB) | |
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M | |
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
FML: MCP 9.40 Powered by Forge 14.21.1.2387 7 mods loaded, 7 mods active | |
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
UCHIJ minecraft{1.12} [Minecraft] (minecraft.jar) | |
UCHIJ mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) | |
UCHIJ FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2387.jar) | |
UCHIJ forge{14.21.1.2387} [Minecraft Forge] (forge-1.12-14.21.1.2387.jar) | |
UCHIJ applecore{2.2.2} [AppleCore] (AppleCore-mc1.12-2.2.2.jar) | |
UCHIE betterwithmods{1.2.9-1.11.2} [Better With Mods] (Better With Mods-1.3.4-1.12.jar) | |
UCHIJ embers{0.221} [Embers] (embers-0.221.jar) | |
Loaded coremods (and transformers): | |
AppleCore (AppleCore-mc1.12-2.2.2.jar) | |
squeek.applecore.asm.TransformerModuleHandler | |
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics 4000' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment