Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • 1.12.2 Forge crashes
Sign in to follow this  
Followers 2
berrely

1.12.2 Forge crashes

By berrely, June 13 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

berrely    0

berrely

berrely    0

  • Tree Puncher
  • berrely
  • Members
  • 0
  • 3 posts
Posted June 13

Hi there, when I run forge, it is always crashing with error code '1'.

It works when I remove all the mods, but when i remove each individual mod, it doesn't work the logs are below.

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  MalisisSwitchesPlugin (MalisisSwitches-Mod-1.12.2.jar)
  SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  LoadingPlugin (replaymod-1.12.2-2.1.4.jar)
  Quark Plugin (Quark-r1.5-158.jar)
  weaponlib (mw-1.11.7.7_mc1.12.2.jar)
Contact their authors BEFORE contacting forge

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 6/12/19 7:41 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/creativemd/creativecore/common/gui/opener/CustomGuiHandler
    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.GeneratedMethodAccessor9.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.gui.opener.CustomGuiHandler
    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:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor9.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: 482067680 bytes (459 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -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 Optifine OptiFine_1.12.2_HD_U_E3 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    | srm-hooks               | 1.12.2-1.0.0         | minecraft.jar                                      | None                                     |
    | LC    | replaymod-compat        | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | replaymod               | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | replaymod-editor        | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | replaymod-extras        | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | replaymod-online        | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | replaymod-recording     | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | replaymod-render        | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | replaymod-replay        | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | replaymod-simplepathing | 1.12.2-2.1.4         | replaymod-1.12.2-2.1.4.jar                         | None                                     |
    | LC    | securitycraft           | v1.8.12              | [1.12.2]+SecurityCraft+v1.8.12.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    | jei                     | 4.15.0.278           | jei_1.12.2-4.15.0.278.jar                          | None                                     |
    | LC    | quark                   | r1.5-158             | Quark-r1.5-158.jar                                 | None                                     |
    | LC    | autoreglib              | 1.3-30               | AutoRegLib-1.3-30.jar                              | None                                     |
    | LC    | backpacks16840          | 3.5.6                | backpacks+1.12.2+-+3.5.6.jar                       | None                                     |
    | LC    | bibliocraft             | 2.4.5                | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
    | LC    | blockcraftery           | 1.12.2-1.1.0         | Blockcraftery-Mod-1.12.2.jar                       | None                                     |
    | LC    | buildcraftlib           | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | buildcraftcore          | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | buildcraftbuilders      | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | buildcrafttransport     | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | buildcraftsilicon       | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | buildcraftcompat        | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | buildcraftenergy        | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | buildcraftfactory       | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | buildcraftrobotics      | 7.99.24.1            | buildcraft-all-7.99.24.1.jar                       | None                                     |
    | LC    | cfm                     | 6.3.0                | cfm-6.3.0-mc1.12.2.jar                             | None                                     |
    | LC    | cmdcam                  | 1.4.0                | CMDCam_v1.4.3_mc1.12.2.jar                         | None                                     |
    | LC    | ctm                     | MC1.12.2-0.3.3.22    | CTM-MC1.12.2-0.3.3.22.jar                          | None                                     |
    | LC    | customnpcs              | 1.12                 | Custom-NPCs-Mod-1.12.2.jar                         | None                                     |
    | LC    | ptrmodellib             | 1.0.4                | PTRLib-1.0.4.jar                                   | None                                     |
    | LC    | props                   | 2.6.2                | Decocraft-2.6.2_1.12.2.jar                         | None                                     |
    | LC    | mocreatures             | 12.0.5               | DrZharks+MoCreatures+Mod-12.0.5.jar                | None                                     |
    | LC    | furenikusroads          | 1.0.3                | Furenikus-Roads-Mod-1.12.2.jar                     | None                                     |
    | LC    | grapplemod              | 1.12.2-v11.1         | grapplemod-v11.1-1.12.2.jar                        | None                                     |
    | LC    | waila                   | 1.8.26               | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
    | LC    | ichunutil               | 7.2.1                | iChunUtil-1.12.2-7.2.1.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | inventorytweaks         | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar                   | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LC    | journeymap              | 1.12.2-5.5.4         | journeymap-1.12.2-5.5.4.jar                        | None                                     |
    | L     | littletiles             | 1.5.0                | LittleTiles-Mod-1.12.2.jar                         | None                                     |
    | L     | malisiscore             | 1.12.2-6.4.0         | MalisisCore-1.12.2.jar                             | None                                     |
    | L     | malisisadvert           | 1.12.2-6.1.0         | MalisisAdvert-Mod-1.12.2.jar                       | None                                     |
    | L     | malisisblocks           | 1.12.2-6.1.0         | MalisisBlocks-Mod-1.12.2.jar                       | None                                     |
    | L     | malisisdoors            | 1.12.2-7.3.0         | MalisisDoors-Mod-1.12.2.jar                        | None                                     |
    | L     | malisisswitches         | 1.12.2-5.1.0         | MalisisSwitches-Mod-1.12.2.jar                     | None                                     |
    | L     | radixcore               | 1.12.x-2.2.1         | RadixCore-1.12.x-2.2.1-universal.jar               | None                                     |
    | L     | mca                     | 1.12.2-5.3.1         | MCA-1.12.x-5.3.1-universal.jar                     | None                                     |
    | L     | moreplayermodels        | 1.12.2               | More-Player-Models-Mod-1.12.2.jar                  | None                                     |
    | L     | morph                   | 7.1.3                | Morphing-Mod-1.12.2.jar                            | None                                     |
    | L     | mw                      | 1.11.7.7             | mw-1.11.7.7_mc1.12.2.jar                           | None                                     |
    | L     | df-roads                | 1.4-mc1.12.2         | Realistic-Road-Mod-1.12.2.jar                      | None                                     |
    | L     | redstoneflux            | 2.0.2                | RedstoneFlux-1.12-2.0.2.3-universal.jar            | None                                     |
    | L     | ropebridge              | 2.0.5                | ropebridge-1.12-2.0.7.jar                          | None                                     |
    | L     | secretroomsmod          | 5.6.4                | secretroomsmod-1.12.2-5.6.4.jar                    | None                                     |
    | L     | sx                      | 0.1.3                | Superheroes-X-Mod-1.12.2.jar                       | None                                     |
    | L     | thutcore                | 5.21.0               | thutcore-1.12.2-5.21.0.jar                         | None                                     |
    | L     | thutcore_compat         | 1.0                  | thutcore-1.12.2-5.21.0.jar                         | None                                     |
    | L     | thuttech                | 6.0.5                | Thutmoses-Elevators-Mod-1.12.1.jar                 | None                                     |
    | L     | trapcraft               | v2.4.3a              | Trapcraft-1.12-v2.4.3a-universal.jar               | None                                     |
    | L     | mysticallib             | 1.12.2-1.2.1         | mysticallib-1.12.2-1.2.1.jar                       | None                                     |

    Loaded coremods (and transformers): 
MalisisSwitchesPlugin (MalisisSwitches-Mod-1.12.2.jar)
  
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  com.wynprice.secretroomsmod.core.SecretRoomsTransformer
LoadingPlugin (replaymod-1.12.2-2.1.4.jar)
  
Quark Plugin (Quark-r1.5-158.jar)
  vazkii.quark.base.asm.ClassTransformer
weaponlib (mw-1.11.7.7_mc1.12.2.jar)
  com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 25.20.100.6471' Renderer: 'Intel(R) UHD Graphics 620'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
    LWJGL: 2.9.4
    OpenGL: Intel(R) UHD Graphics 620 GL version 4.5.0 - Build 25.20.100.6471, Intel
    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: file/Bitzels Betapack Edit [1.8] (incompatible), vanilla
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz

My game output is:

Spoiler
Clear all 
1 fatal27 warnings92 infos4157 debugs
17:35:58
launcher
main
info
Preparing to launch minecraft client for 1.12.2-forge1.12.2-14.23.5.2768
17:35:58
launcher
main
warn
Couldn't get hash for net\minecraftforge\forge\1.12.2-14.23.5.2768\forge-1.12.2-14.23.5.2768.jar from http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2768/forge-1.12.2-14.23.5.2768.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Couldn't get hash for org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar from http://files.minecraftforge.net/maven/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar but don't know what size or hash it should be. Have to assume it's good.
17:35:58
launcher
main
warn
Couldn't get hash for org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar from http://files.minecraftforge.net/maven/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Couldn't get hash for com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar from http://files.minecraftforge.net/maven/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Couldn't get hash for org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar from http://files.minecraftforge.net/maven/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Couldn't get hash for com\typesafe\config\1.2.1\config-1.2.1.jar from http://files.minecraftforge.net/maven/com/typesafe/config/1.2.1/config-1.2.1.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar but don't know what size or hash it should be. Have to assume it's good.
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar but don't know what size or hash it should be. Have to assume it's good.
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar but don't know what size or hash it should be. Have to assume it's good.
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar but don't know what size or hash it should be. Have to assume it's good.
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2768\forge-1.12.2-14.23.5.2768.jar but don't know what size or hash it should be. Have to assume it's good.
17:35:58
launcher
main
warn
Couldn't get hash for org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar from http://files.minecraftforge.net/maven/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Couldn't get hash for org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar from http://files.minecraftforge.net/maven/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar but don't know what size or hash it should be. Have to assume it's good.
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar but don't know what size or hash it should be. Have to assume it's good.
17:35:58
launcher
main
warn
Couldn't get hash for org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar from http://files.minecraftforge.net/maven/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Couldn't get hash for org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar from http://files.minecraftforge.net/maven/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar.sha1: HTTP 404: Not Found
17:35:58
launcher
main
warn
Have local file C:\Users\kskor\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar but don't know what size or hash it should be. Have to assume it's good.

And here are my specs:

Spoiler

Intel Core i7-8565U

8GB DDR4 RAM

NVIDIA Geforce GTX 1050 TI

 

  • Quote

Share this post


Link to post
Share on other sites

berrely    0

berrely

berrely    0

  • Tree Puncher
  • berrely
  • Members
  • 0
  • 3 posts
Posted June 13

Oh, and my mods are: 

Mods.PNG

  • Quote

Share this post


Link to post
Share on other sites

berrely    0

berrely

berrely    0

  • Tree Puncher
  • berrely
  • Members
  • 0
  • 3 posts
Posted June 13

Never mind, i just needed to install creative core

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6405 posts
Posted June 13

The filenames of some of your mods suggests you are not getting them from official sources, please read my signature for more info on why this is a bad thing.

  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 2
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • GraciousCub5622
      All forge versions crash launcher

      By GraciousCub5622 · Posted 3 minutes ago

      i just cant send it for some reason
    • GraciousCub5622
      All forge versions crash launcher

      By GraciousCub5622 · Posted 4 minutes ago

      there is no error message when i take the screen
    • GraciousCub5622
      All forge versions crash launcher

      By GraciousCub5622 · Posted 6 minutes ago

      when i screenshot???
    • diesieben07
      All forge versions crash launcher

      By diesieben07 · Posted 7 minutes ago

      What is "it"? Do you get an error message?
    • matt1999rd
      [1-14-newer] how to make a button with a specified texture ?

      By matt1999rd · Posted 7 minutes ago

      and is it like multiple windows on computer or only one screen is activated at the same time ?
  • Topics

    • GraciousCub5622
      9
      All forge versions crash launcher

      By GraciousCub5622
      Started 31 minutes ago

    • matt1999rd
      15
      [1-14-newer] how to make a button with a specified texture ?

      By matt1999rd
      Started Saturday at 04:04 PM

    • MightyAhmed
      53
      Immediate Crash On Any Version Of Forge

      By MightyAhmed
      Started November 10

    • DragonITA
      0
      [1.14.4] How to create a custom Portal and Dimension?

      By DragonITA
      Started 32 minutes ago

    • DragonITA
      14
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA
      Started Yesterday at 10:06 AM

  • Who's Online (See full list)

    • GraciousCub5622
    • solitone
    • matt1999rd
    • bsrgin
    • MightyAhmed
    • Choonster
    • dylandmrl
    • DavidM
    • plugsmustard
    • diesieben07
    • Simon_kungen
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • 1.12.2 Forge crashes
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community