As the title suggests, I'm running into some issues creating a modpack for 1.12.2. Many mods appear to be causing the odd on-and-off crashing, one moment it's Decocraft, the next it's a combination of things. Normally, I would consider myself pretty good at diagnosing issues with software, and reading crash reports to gain an understanding of what went wrong but not so much this time. The full modlist and crash reports are included below:
In advance,
Thanks for the help!
---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.30.jar)
Contact their authors BEFORE contacting forge
// Why is it breaking
Time: 6/3/18 5:39 PM
Description: Initializing game
java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:528)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:483)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.mia.craftstudio.IPackReaderCallback
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 38 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:528)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:483)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --
Details:
Stacktrace:
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 334066176 bytes (318 MB) / 1270874112 bytes (1212 MB) up to 4194304000 bytes (4000 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4500M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2705 52 mods loaded, 52 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:--------------------------------- |:----------------- |:------------------------------------------------- |:---------------------------------------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UC | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| UC | aroma1997core | 2.0.0.0.b150 | Aroma1997Core-1.12.2-2.0.0.0.b150.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UC | aroma1997sdimension | 1.3.0.0.b37 | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None |
| UC | aromabackup | 2.1.1.3.b101 | AromaBackup-1.12.2-2.1.1.3.b101.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UC | aromabackuprecovery | 2.1.1.3.b101 | AromaBackup-1.12.2-2.1.1.3.b101.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UC | astralsorcery | 1.8.10 | astralsorcery-1.12.2-1.8.10.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UC | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
| UC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| UC | biomesoplenty | 7.0.1.2391 | BiomesOPlenty-1.12.2-7.0.1.2391-universal.jar | None |
| UC | bookshelf | 2.3.544 | Bookshelf-1.12.2-2.3.544.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | botania | r1.10-354 | Botania+r1.10-354.jar | None |
| UC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UC | codechickenlib | 3.1.8.341 | CodeChickenLib-1.12.2-3.1.8.341-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
| UC | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UC | clienttweaks | 3.1.8 | ClientTweaks_1.12.2-3.1.8.jar | None |
| UC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | cofhcore | 4.5.2 | CoFHCore-1.12.2-4.5.2.19-universal.jar | None |
| UC | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | ic2 | 2.8.81-ex112 | industrialcraft-2-2.8.81-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UC | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
| UC | modcurrency | 1.12-1.3.2 | Currency-1.12.0-1.3.2.jar | None |
| U | props | 2.6.0 | Decocraft-2.6.0_1.12.2.jar | None |
| U | endercore | 1.12.2-0.5.30 | EnderCore-1.12.2-0.5.30.jar | None |
| U | enderio | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderiointegrationtic | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderiobase | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderioconduits | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderioconduitsappliedenergistics | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderioconduitsopencomputers | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderioconduitsrefinedstorage | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderiointegrationforestry | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderiointegrationticlate | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderiomachines | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderiopowertools | 5.0.25 | EnderIO-1.12.2-5.0.25.jar | None |
| U | enderstorage | 2.4.3.130 | EnderStorage-1.12.2-2.4.3.130-universal.jar | None |
| U | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
| U | endertanks | 1.6.6 | endertanks-1.12.0-1.6.6.jar | None |
| U | projecte | 1.12-PE1.3.0 | ProjectE-1.12-PE1.3.0.jar | None |
| U | equivalentenergistics | 0.8.1 | EquivalentEnergistics-1.12.2-0.8.1.jar | None |
| U | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a58.jar | None |
| U | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
| U | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
| U | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
Loaded coremods (and transformers):
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
shetiphian.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.30.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 970/PCIe/SSE2'
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Launched Version: 1.12.2-forge1.12.2-14.23.4.2705
LWJGL: 2.9.4
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
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)
CPU: 4x Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
Hey guys,
As the title suggests, I'm running into some issues creating a modpack for 1.12.2. Many mods appear to be causing the odd on-and-off crashing, one moment it's Decocraft, the next it's a combination of things. Normally, I would consider myself pretty good at diagnosing issues with software, and reading crash reports to gain an understanding of what went wrong but not so much this time. The full modlist and crash reports are included below:
In advance,
Thanks for the help!
After re-looking at the crash report, I see everything there. Thanks for your help!