Jump to content

Game crashes


Recommended Posts

i'll just show you the crash report
 

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Quark Plugin (Quark-r1.5-168.jar)
  HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  midnight (themidnight-0.3.5.jar)
  ColytraLoadingPlugin (colytra-1.12.2-1.2.0.1.jar)
  ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
  ForgelinPlugin (Forgelin-1.8.3.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)
  Snow! Real Magic! Core Mod (SnowRealMagic-0.3.2-coremod.jar)
  TickrateChanger (TickrateChanger-1.0.14.jar)
  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  FarseekCoreMod (Farseek-1.12-2.3.2.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 7/26/19 3:38 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/creativemd/creativecore/common/packet/CreativeCorePacket
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor12.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: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:593)
    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: com.creativemd.creativecore.common.packet.CreativeCorePacket
    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
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 40 more


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.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor12.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: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:593)
    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: 646782368 bytes (616 MB) / 1207959552 bytes (1152 MB) up to 7516192768 bytes (7168 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 66 mods loaded, 66 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.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                       | 14.23.5.2838     | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | ivtoolkit                   | 1.3.3-1.12       | minecraft.jar                                      | None                                     |
    | LC    | deconstruction              | 3.0.4            | [MC1.12.2]DeconTable-3.0.4.jar                     | None                                     |
    | LC    | aether_legacy               | 1.4.4            | aether_legacy-1.12.2-v1.4.4.jar                    | None                                     |
    | LC    | craftstudioapi              | 1.0.0            | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None                                     |
    | LC    | animania                    | 1.6.2            | animania-1.12.2-1.6.2.jar                          | None                                     |
    | LC    | placebo                     | 1.6.0            | Placebo-1.12.2-1.6.0.jar                           | None                                     |
    | LC    | apotheosis                  | 1.10.2           | Apotheosis-1.12.2-1.10.2.jar                       | None                                     |
    | LC    | baubles                     | 1.5.2            | Baubles-1.12-1.5.2.jar                             | None                                     |
    | LC    | atum                        | 2.0.11           | Atum-1.12.2-2.0.11.jar                             | None                                     |
    | LC    | quark                       | r1.5-168         | Quark-r1.5-168.jar                                 | None                                     |
    | LC    | autoreglib                  | 1.3-32           | AutoRegLib-1.3-32.jar                              | None                                     |
    | LC    | ichunutil                   | 7.2.1            | iChunUtil-1.12.2-7.2.1.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | backtools                   | 7.0.1            | BackTools-1.12.2-7.0.1.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | forgelin                    | 1.8.3            | Forgelin-1.8.3.jar                                 | None                                     |
    | LC    | betterportals               | 0.1.6            | betterportals-0.1.6.jar                            | None                                     |
    | LC    | byg                         | 1.6.7            | BiomesYouGo_1.6.7.jar                              | None                                     |
    | LC    | carryon                     | 1.12.2           | CarryOn+MC1.12.2+v1.12.2.jar                       | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
    | LC    | sanlib                      | 1.5.1            | SanLib-1.12.2-1.5.1.jar                            | df48348748b5e141b1d118e2302a8d5be930b708 |
    | LC    | claysoldiers                | 3.0.0-beta.2     | ClaySoldiersMod-1.12.2-3.0.0-beta.2.jar            | None                                     |
    | LC    | colytra                     | 1.2.0.1          | colytra-1.12.2-1.2.0.1.jar                         | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LC    | cosmiclib                   | 0.4.0            | CosmicLib-1.12.2-0.4.0.BETA.jar                    | d3974446c00f9f1d275edce305771eeddf30c658 |
    | LC    | orespawn                    | 3.3.1            | OreSpawn-1.12-3.3.1.172.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | densemetals                 | 1.2.0            | DenseMetals-1.12-1.2.0.21.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | doggytalents                | 1.15.0.6         | DoggyTalents-1.12.2-1.15.0.6-universal.jar         | None                                     |
    | LC    | dynamiclights               | 1.4.9            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_onfire        | 1.0.7            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_creepers      | 1.0.6            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_dropitems     | 1.1.0            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_entityclasses | 1.0.1            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_mobequipment  | 1.1.0            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_flamearrows   | 1.0.1            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_floodlights   | 1.0.3            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_otherplayers  | 1.0.9            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_theplayer     | 1.1.3            | DynamicLights-1.12.2.jar                           | None                                     |
    | LC    | ebwizardry                  | 4.1.4            | Electroblob's+Wizardry+-+4.1.4+-+MC+1.12.2.jar     | None                                     |
    | LC    | exoticbirds                 | 1.0              | Exotic+Birds+1.12.2-2.2.1.jar                      | None                                     |
    | LC    | farseek                     | 2.3.2            | Farseek-1.12-2.3.2.jar                             | None                                     |
    | LC    | fastleafdecay               | v14              | FastLeafDecay-v14.jar                              | None                                     |
    | LC    | cfm                         | 6.3.0            | furniture-6.3.0-1.12.2.jar                         | None                                     |
    | LC    | grapplemod                  | 1.12.2-v11.1     | grapplemod-v11.1-1.12.2.jar                        | None                                     |
    | LC    | hammercore                  | 2.0.4.7          | HammerCore-1.12.2-2.0.4.7.jar                      | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LC    | llibrary                    | 1.7.19           | llibrary-1.7.19-1.12.2.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LC    | iceandfire                  | 1.7.1            | iceandfire-1.7.1-1.12.2.jar                        | None                                     |
    | LC    | inventorysorter             | 1.13.3+57        | inventorysorter-1.12.2-1.13.3+57.jar               | None                                     |
    | LC    | millenaire                  | Millénaire 7.2.1 | millenaire-1.12.2-7.2.1.jar                        | None                                     |
    | LC    | mobdismemberment            | 7.0.0            | MobDismemberment-1.12.2-7.0.0.jar                  | None                                     |
    | LC    | morph                       | 7.1.3            | Morph-1.12.2-7.1.3.jar                             | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | mowziesmobs                 | 1.5.4            | mowziesmobs-1.5.4.jar                              | None                                     |
    | L     | opframe                     | 1.4.0            | OnlinePicFrame_v1.4.26_mc1.12.2.jar                | None                                     |
    | L     | placeableitems              | 3.3              | placeableitems-3.3.jar                             | None                                     |
    | L     | reap                        | 1.5.0            | reap-1.5.0.jar                                     | None                                     |
    | L     | reccomplex                  | 1.4.8.2          | RecurrentComplex-1.4.8.2.jar                       | None                                     |
    | L     | sanplayermodel              | 1.1.1            | SanLib-1.12.2-1.5.1.jar                            | None                                     |
    | L     | sereneseasons               | 1.2.16           | SereneSeasons-1.12.2-1.2.16-universal.jar          | None                                     |
    | L     | tickratechanger             | 1.0.14           | TickrateChanger-1.0.14.jar                         | None                                     |
    | L     | sleepingoverhaul            | 1.0.0            | SleepingOverhaul-1.12.2-1.0.0.jar                  | None                                     |
    | L     | streams                     | 0.4.7            | Streams-1.12-0.4.7.jar                             | None                                     |
    | L     | thaumcraft                  | 6.1.BETA26       | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
    | L     | visuals                     | 6r               | Visuals-1.12.2-6r.jar                              | None                                     |
    | L     | worleycaves                 | 1.4.1            | worleycaves-1.4.1.jar                              | None                                     |
    | L     | snowrealmagic               | 0.3.2            | SnowRealMagic-0.3.2.jar                            | None                                     |
    | L     | midnight                    | 0.3.5            | themidnight-0.3.5.jar                              | None                                     |

    Loaded coremods (and transformers): 
Quark Plugin (Quark-r1.5-168.jar)
  vazkii.quark.base.asm.ClassTransformer
HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
midnight (themidnight-0.3.5.jar)
  com.mushroom.midnight.core.transformer.MidnightClassTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.1.jar)
  c4.colytra.asm.ElytraTransformer
ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
  shadows.ApotheosisTransformer
ForgelinPlugin (Forgelin-1.8.3.jar)
  
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)
  
Snow! Real Magic! Core Mod (SnowRealMagic-0.3.2-coremod.jar)
  snownee.snow.asm.ASMTransformer
TickrateChanger (TickrateChanger-1.0.14.jar)
  me.guichaguri.tickratechanger.TickrateTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
  sereneseasons.asm.transformer.EntityRendererTransformer
  sereneseasons.asm.transformer.WorldTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
  
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  atomicstryker.dynamiclights.common.DLTransformer
FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  farseek.core.FarseekClassTransformer
    Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 155 names; 193 stacks.
Pastebin Connection: Okay.
Dependent Mods:
    -Visuals (visuals) @6r

    Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.01, 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: vanilla, programer_art, file/§lDefault§r..§l3D§r..High§0§k.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.