Jump to content

Minecraft modpack crashing while starting

Go to solution Solved by hetgamekipetje,

Wait i found out i forgot to install OpenComputers

 

 

I created a modpack using curseforge for my self and if i start it the game crashes 
Can somebody help me


This is my crash report

 

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  XaeroMinimapPlugin (Xaeros_Minimap_21.7.0_Forge_1.12.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  CreativePatchingLoader (CreativeCore_v1.10.57_mc1.12.2.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 4/28/21 2:06 PM
Description: Initializing game

java.lang.NoClassDefFoundError: li/cil/oc/api/driver/DriverBlock
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
    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.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    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:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    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)
Caused by: java.lang.ClassNotFoundException: li.cil.oc.api.driver.DriverBlock
    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)
    ... 40 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:348)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
    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.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    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:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    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)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    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: 493154312 bytes (470 MB) / 1076363264 bytes (1026 MB) up to 6524764160 bytes (6222 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7000m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2855 73 mods loaded, 73 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                                |
    |:----- |:--------------------------------- |:----------------------- |:-------------------------------------------------- |:---------------------------------------- |
    | LC    | minecraft                         | 1.12.2                  | minecraft.jar                                      | None                                     |
    | LC    | mcp                               | 9.42                    | minecraft.jar                                      | None                                     |
    | LC    | FML                               | 8.0.99.99               | forge-1.12.2-14.23.5.2855.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                             | 14.23.5.2855            | forge-1.12.2-14.23.5.2855.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | creativecoredummy                 | 1.0.0                   | minecraft.jar                                      | None                                     |
    | LC    | xaerominimap_core                 | 1.12.2-1.0              | minecraft.jar                                      | None                                     |
    | LC    | bibliocraft                       | 2.4.5                   | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
    | LC    | chameleon                         | 1.12-4.1.3              | Chameleon-1.12-4.1.3.jar                           | None                                     |
    | LC    | codechickenlib                    | 3.2.3.358               | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | chickenchunks                     | 2.4.2.74                | ChickenChunks-1.12.2-2.4.2.74-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | clumps                            | 3.1.2                   | Clumps-3.1.2.jar                                   | None                                     |
    | LC    | redstoneflux                      | 2.1.1                   | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
    | LC    | cofhcore                          | 4.6.6                   | CoFHCore-1.12.2-4.6.6.1-universal.jar              | None                                     |
    | LC    | cofhworld                         | 1.4.0                   | CoFHWorld-1.12.2-1.4.0.1-universal.jar             | None                                     |
    | LC    | controlling                       | 3.0.10                  | Controlling-3.0.10.jar                             | None                                     |
    | LC    | creativecore                      | 1.10.0                  | CreativeCore_v1.10.57_mc1.12.2.jar                 | None                                     |
    | LC    | ctm                               | MC1.12.2-1.0.2.31       | CTM-MC1.12.2-1.0.2.31.jar                          | None                                     |
    | L     | dimstorage                        | 1.3.0                   | DimStorage-1.12.2-1.3.0.jar                        | None                                     |
    | L     | dynamictrees                      | 1.12.2-0.9.23           | DynamicTrees-1.12.2-0.9.23.jar                     | None                                     |
    | L     | emerald_mod                       | 1.0.0                   | EmeraldMod.jar                                     | None                                     |
    | L     | endercore                         | 1.12.2-0.5.76           | EnderCore-1.12.2-0.5.76.jar                        | None                                     |
    | L     | thermalfoundation                 | 2.6.7                   | ThermalFoundation-1.12.2-2.6.7.1-universal.jar     | None                                     |
    | L     | thermalexpansion                  | 5.5.7                   | ThermalExpansion-1.12.2-5.5.7.1-universal.jar      | None                                     |
    | L     | enderio                           | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderiointegrationtic             | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderiobase                       | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderioconduits                   | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderioconduitsappliedenergistics | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderioconduitsopencomputers      | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | refinedstorage                    | 1.6.16                  | refinedstorage-1.6.16.jar                          | None                                     |
    | L     | enderioconduitsrefinedstorage     | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderiointegrationforestry        | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderiointegrationticlate         | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderioinvpanel                   | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderiomachines                   | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | enderiopowertools                 | 5.2.66                  | EnderIO-1.12.2-5.2.66.jar                          | None                                     |
    | L     | umm3185118519                     | release 1.5 - MC 1.12.2 | Extended ItemsOres [1.12.2] (release 1.5).jar      | None                                     |
    | L     | flintmod                          | 9.2                     | FlintInsteadOfWood[1.12.2]-9.2.jar                 | None                                     |
    | L     | fluxnetworks                      | 4.1.0                   | FluxNetworks-1.12.2-4.1.1.34.jar                   | None                                     |
    | L     | forgemultipartcbe                 | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
    | L     | microblockcbe                     | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
    | L     | minecraftmultipartcbe             | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
    | L     | cfm                               | 6.3.1                   | furniture-6.3.1-1.12.2.jar                         | None                                     |
    | L     | gravestone                        | 1.10.3                  | gravestone-1.10.3.jar                              | None                                     |
    | L     | llibrary                          | 1.7.20                  | llibrary-1.7.20-1.12.2.jar                         | None                                     |
    | L     | iceandfire                        | 1.9.1                   | iceandfire-1.9.1-1.12.2.jar                        | None                                     |
    | L     | ichunutil                         | 7.2.2                   | iChunUtil-1.12.2-7.2.2.jar                         | None                                     |
    | L     | ironbackpacks                     | 1.12.2-3.0.8-12         | IronBackpacks-1.12.2-3.0.8-12.jar                  | None                                     |
    | L     | ironchest                         | 1.12.2-7.0.67.844       | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
    | L     | earthenbounty                     | 2.1.6                   | just_a_few_more_ores-2.1.6.jar                     | None                                     |
    | L     | lostcities                        | 2.0.22                  | lostcities-1.12-2.0.22.jar                         | None                                     |
    | L     | matchlockweapons                  | 0.8                     | Matchlock Guns Mod-1.12.2-7a.jar                   | None                                     |
    | L     | mechanismsmsmod                   | 1.1.0                   | Mechanismsms v1.1.0 for 1.12.2.jar                 | None                                     |
    | L     | morph                             | 7.2.0                   | Morph-1.12.2-7.2.1.jar                             | None                                     |
    | L     | mysticalmechanics                 | 0.18                    | Mystical Mechanics-0.18.jar                        | None                                     |
    | L     | oresabovediamonds                 | 3.2                     | OresAboveDiamonds 1.12.2 v4.2.jar                  | None                                     |
    | L     | patchouli                         | 1.0-23.6                | Patchouli-1.0-23.6.jar                             | None                                     |
    | L     | refinedstorageaddons              | 0.1.1                   | refinedstorageaddons-0.1.1.jar                     | None                                     |
    | L     | roguelike                         | 1.8.0                   | RoguelikeDungeons-1.12.2-1.8.0.jar                 | None                                     |
    | L     | sereneseasons                     | 1.2.18                  | SereneSeasons-1.12.2-1.2.18-universal.jar          | None                                     |
    | L     | valkyrielib                       | 1.12.2-2.0.20.1         | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
    | L     | simplegenerators                  | 1.12.2-2.0.20.2         | simplegenerators-1.12.2-2.0.20.2.jar               | None                                     |
    | L     | storagedrawers                    | 5.2.2                   | StorageDrawers-1.12.2-5.4.2.jar                    | None                                     |
    | L     | thermalinnovation                 | 0.3.6                   | ThermalInnovation-1.12.2-0.3.6.1-universal.jar     | None                                     |
    | L     | translocators                     | 2.5.2.81                | Translocators-1.12.2-2.5.2.81-universal.jar        | None                                     |
    | L     | twilightforest                    | 3.11.1021               | twilightforest-1.12.2-3.11.1021-universal.jar      | None                                     |
    | L     | universalmodifiers                | 1.12.2-1.0.16.1         | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
    | L     | veinminer                         | 0.38.2                  | VeinMiner-1.12-0.38.2.647+b31535a.jar              | None                                     |
    | L     | veinminermodsupport               | 0.38.2                  | VeinMiner-1.12-0.38.2.647+b31535a.jar              | None                                     |
    | L     | waystones                         | 4.1.0                   | Waystones_1.12.2-4.1.0.jar                         | None                                     |
    | L     | xaerominimap                      | 21.7.0                  | Xaeros_Minimap_21.7.0_Forge_1.12.jar               | None                                     |
    | L     | structurize                       | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar            | None                                     |
    | L     | minecolonies                      | 1.12.2-0.11.804-RELEASE | minecolonies-1.12.2-0.11.804-RELEASE-universal.jar | None                                     |

    Loaded coremods (and transformers): 
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
XaeroMinimapPlugin (Xaeros_Minimap_21.7.0_Forge_1.12.jar)
  xaero.common.core.transformer.ChunkTransformer
  xaero.common.core.transformer.NetHandlerPlayClientTransformer
  xaero.common.core.transformer.EntityPlayerTransformer
  xaero.common.core.transformer.AbstractClientPlayerTransformer
  xaero.common.core.transformer.WorldClientTransformer
  xaero.common.core.transformer.EntityPlayerSPTransformer
  xaero.common.core.transformer.PlayerListTransformer
  xaero.common.core.transformer.GuiIngameForgeTransformer
  xaero.common.core.transformer.GuiBossOverlayTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  sereneseasons.asm.transformer.EntityRendererTransformer
  sereneseasons.asm.transformer.WorldTransformer
CreativePatchingLoader (CreativeCore_v1.10.57_mc1.12.2.jar)
  
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 461.40' Renderer: 'GeForce GTX 750/PCIe/SSE2'
    Launched Version: forge-14.23.5.2855
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 750/PCIe/SSE2 GL version 4.6.0 NVIDIA 461.40, 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-6400 CPU @ 2.70GHz

Link to comment
Share on other sites

Link to post
Share on other sites

If I had to guess one or more of the modes doesnt play nice. Thats usually the problem.

I could use some help with this!

please, pm me if you would like to contribute to my gpu bios database (includes overclocking bios, stock bios, and upgrades to gpus via modding)

Bios database

My beautiful, but not that powerful, main PC:

prior build:

Spoiler

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×