Jump to content

Forge crashes after game launch


lewisiscool2

Recommended Posts

Whenever I launch the game it does not even get to the mojang screen and it comes out and says 'It Looks Like You are Playing an Unsupported Version of The Game' and in the crash log it says 'The game crashed whilst initializing game
Error: java.lang.NullPointerException: Initializing game' and I only have 2 small mods installed all the help would be appreciated.

Link to comment
Share on other sites

I have found it: 

  • [18:37:17] [main/INFO]: Setting user: lewisiscool2

[18:37:30] [main/WARN]: Skipping bad option: lastServer:
[18:37:30] [main/WARN]: Skipping bad option: streamPreferredServer:
[18:37:30] [main/INFO]: LWJGL Version: 2.9.4
[18:37:38] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Lucraft: Core, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:SpeedsterHeroes, Ben10 resource.zip, Super Sentai Tamashii - MC.1.12-V8.zip, ItemBound v1.8.zip

  • [18:21:36] [main/INFO]: Setting user: lewisiscool2

[18:21:56] [main/WARN]: Skipping bad option: lastServer:
[18:21:56] [main/WARN]: Skipping bad option: streamPreferredServer:
[18:21:56] [main/INFO]: LWJGL Version: 2.9.4
[18:22:07] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Lucraft: Core, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:SpeedsterHeroes, Ben10 resource.zip, Super Sentai Tamashii - MC.1.12-V8.zip, ItemBound v1.8.zip
 

 

 

Link to comment
Share on other sites

[18:42:17] [main/INFO]: Setting user: lewisiscool2
[18:42:26] [main/WARN]: Skipping bad option: lastServer:
[18:42:26] [main/WARN]: Skipping bad option: streamPreferredServer:
[18:42:26] [main/INFO]: LWJGL Version: 2.9.4
[18:42:35] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Lucraft: Core, FMLFileResourcePack:MalisisCore, FMLFileResourcePack:MalisisDoors, FMLFileResourcePack:SpeedsterHeroes, Ben10 resource.zip, Super Sentai Tamashii - MC.1.12-V8.zip, ItemBound v1.8.zip
 

Link to comment
Share on other sites

I have found the crash report: 

Spoiler

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LucraftCoreCoreMod (LucraftCore-1.12.2-2.1.2 (1).jar)
  MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 5/11/18 11:04 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraftforge.fml.common.versioning.ComparableVersion.parseVersion(ComparableVersion.java:371)
    at net.minecraftforge.fml.common.versioning.ComparableVersion.<init>(ComparableVersion.java:362)
    at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:31)
    at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:42)
    at net.minecraftforge.fml.common.FMLModContainer.getProcessedVersion(FMLModContainer.java:625)
    at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:235)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:547)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
    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)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraftforge.fml.common.versioning.ComparableVersion.parseVersion(ComparableVersion.java:371)
    at net.minecraftforge.fml.common.versioning.ComparableVersion.<init>(ComparableVersion.java:362)
    at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:31)
    at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:42)
    at net.minecraftforge.fml.common.FMLModContainer.getProcessedVersion(FMLModContainer.java:625)
    at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:235)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:547)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
    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 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 452253496 bytes (431 MB) / 654311424 bytes (624 MB) up to 1073741824 bytes (1024 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.0.2491 9 mods loaded, 9 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                                |
    |:----- |:----------------- |:------------ |:-------------------------------- |:---------------------------------------- |
    | U     | minecraft         | 1.12.2       | minecraft.jar                    | None                                     |
    | U     | mcp               | 9.42         | minecraft.jar                    | None                                     |
    | U     | FML               | 8.0.99.99    | forge-1.12.2-14.23.0.2491.jar    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | U     | forge             | 14.23.0.2491 | forge-1.12.2-14.23.0.2491.jar    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | U     | mercurius_updater | 1.0          | MercuriusUpdater-1.12.2.jar      | None                                     |
    | U     | lucraftcore       | null         | LucraftCore-1.12.2-2.1.2 (1).jar | None                                     |
    | U     | malisiscore       | 1.12-6.0.4   | malisiscore-1.12-6.0.4.jar       | None                                     |
    | U     | malisisdoors      | 1.12-7.0.4   | malisisdoors-1.12-7.0.4.jar      | None                                     |
    | U     | speedsterheroes   | 1.12.2-2.0.3 | SpeedsterHeroes-1.12.2-2.0.3.jar | None                                     |

    Loaded coremods (and transformers): 
LucraftCoreCoreMod (LucraftCore-1.12.2-2.1.2 (1).jar)
  lucraft.mods.lucraftcore.core.LCTransformer
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
    Launched Version: 1.12.2-forge1.12.2-14.23.0.2491
    LWJGL: 2.9.4
    OpenGL: GeForce 9200/integrated/SSE2 GL version 3.3.0, 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: Ben10 resource.zip, Super Sentai Tamashii - MC.1.12-V8.zip, ItemBound v1.8.zip
    Current Language: English (United Kingdom)
    Profiler Position: N/A (disabled)
    CPU: 3x AMD Phenom(tm) 8450 Triple-Core Processor

 

 

Edited by diesieben07
spoiler
Link to comment
Share on other sites

I tried taking out 2 mods and got this: 

Spoiler

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LucraftCoreCoreMod (LucraftCore-1.12.2-2.1.2 (1).jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 5/12/18 12:53 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraftforge.fml.common.versioning.ComparableVersion.parseVersion(ComparableVersion.java:371)
    at net.minecraftforge.fml.common.versioning.ComparableVersion.<init>(ComparableVersion.java:362)
    at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:31)
    at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:42)
    at net.minecraftforge.fml.common.FMLModContainer.getProcessedVersion(FMLModContainer.java:625)
    at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:235)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:547)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
    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)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraftforge.fml.common.versioning.ComparableVersion.parseVersion(ComparableVersion.java:371)
    at net.minecraftforge.fml.common.versioning.ComparableVersion.<init>(ComparableVersion.java:362)
    at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:31)
    at net.minecraftforge.fml.common.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:42)
    at net.minecraftforge.fml.common.FMLModContainer.getProcessedVersion(FMLModContainer.java:625)
    at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:235)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:547)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
    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 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 339574904 bytes (323 MB) / 536870912 bytes (512 MB) up to 1073741824 bytes (1024 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.0.2491 8 mods loaded, 8 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                                |
    |:----- |:----------------- |:--------------------- |:-------------------------------- |:---------------------------------------- |
    | U     | minecraft         | 1.12.2                | minecraft.jar                    | None                                     |
    | U     | mcp               | 9.42                  | minecraft.jar                    | None                                     |
    | U     | FML               | 8.0.99.99             | forge-1.12.2-14.23.0.2491.jar    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | U     | forge             | 14.23.0.2491          | forge-1.12.2-14.23.0.2491.jar    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | U     | mercurius_updater | 1.0                   | MercuriusUpdater-1.12.2.jar      | None                                     |
    | U     | lucraftcore       | null                  | LucraftCore-1.12.2-2.1.2 (1).jar | None                                     |
    | U     | speedsterheroes   | 1.12.2-2.0.3          | SpeedsterHeroes-1.12.2-2.0.3.jar | None                                     |
    | U     | thedalekmod       | (Update 47 13.47.0.6) | thedalekmod-47.0.jar             | None                                     |

    Loaded coremods (and transformers): 
LucraftCoreCoreMod (LucraftCore-1.12.2-2.1.2 (1).jar)
  lucraft.mods.lucraftcore.core.LCTransformer
    Launched Version: 1.12.2-forge1.12.2-14.23.0.2491
    LWJGL: 2.9.4
    OpenGL: GeForce 9200/integrated/SSE2 GL version 3.3.0, 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: Ben10 resource.zip, Super Sentai Tamashii - MC.1.12-V8.zip, ItemBound v1.8.zip
    Current Language: English (United Kingdom)
    Profiler Position: N/A (disabled)
    CPU: 3x AMD Phenom(tm) 8450 Triple-Core Processor

 

 

Edited by diesieben07
spoiler
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.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Baba  Serege [[+27-73 590 8989]] has experience of 27 years in helping and guiding many people from all over the world. His psychic abilities may help you answer and resolve many unanswered questions. He specialize in helping women and men from all walks of life.. 1) – Bring back lost lover. even if lost for a long time. 2) – My lover is abusing alcohol, partying and cheating on me I urgently need help” 3) – Divorce or court issues. 4) – Is your love falling apart? 5) – Do you want your love to grow stronger? 6) – Is your partner losing interest in you? 7) – Do you want to catch your partner cheating on you? – We help to keep your partner faithful and loyal to you. 9) – We recover love and happiness when relationship breaks down. 10) – Making your partner loves you alone. 11) – We create loyalty and everlasting love between couples. 12) – Get a divorce settlement quickly from your ex-partner. 13) – We create everlasting love between couples. 14) – We help you look for the best suitable partner. 15) – We bring back lost lover even if lost for a long time. 16) – We strengthen bonds in all love relationship and marriages 17) – Are you an herbalist who wants to get more powers? 18) – Buy a house or car of your dream. 19) – Unfinished jobs by other doctors come to me. 20) – I help those seeking employment. 21) – Pensioners free treatment. 22) – Win business tenders and contracts. 23) – Do you need to recover your lost property? 24) – Promotion at work and better pay. 25) – Do you want to be protected from bad spirits and nightmares? 26) – Financial problems. 27) – Why you can’t keep money or lovers? 28) – Why you have a lot of enemies? 29) – Why you are fired regularly on jobs? 30) – Speed up money claim spell, delayed payments, pension and accident funds 31) – I help students pass their exams/interviews. 33) – Removal of bad luck and debts. 34) – Are struggling to sleep because of a spiritual wife or husband. 35- ) Recover stolen property
    • OLXTOTO adalah situs bandar togel online resmi terbesar dan terpercaya di Indonesia. Bergabunglah dengan OLXTOTO dan nikmati pengalaman bermain togel yang aman dan terjamin. Koleksi toto 4D dan togel toto terlengkap di OLXTOTO membuat para member memiliki pilihan taruhan yang lebih banyak. Sebagai situs togel terpercaya, OLXTOTO menjaga keamanan dan kenyamanan para membernya dengan sistem keamanan terbaik dan enkripsi data. Transaksi yang cepat, aman, dan terpercaya merupakan jaminan dari OLXTOTO. Nikmati layanan situs toto terbaik dari OLXTOTO dengan tampilan yang user-friendly dan mudah digunakan. Layanan pelanggan tersedia 24/7 untuk membantu para member. Bergabunglah dengan OLXTOTO sekarang untuk merasakan pengalaman bermain togel yang menyenangkan dan menguntungkan.
    • Baba  Serege [[+27-73 590 8989]] has experience of 27 years in helping and guiding many people from all over the world. His psychic abilities may help you answer and resolve many unanswered questions. He specialize in helping women and men from all walks of life.. 1) – Bring back lost lover. even if lost for a long time. 2) – My lover is abusing alcohol, partying and cheating on me I urgently need help” 3) – Divorce or court issues. 4) – Is your love falling apart? 5) – Do you want your love to grow stronger? 6) – Is your partner losing interest in you? 7) – Do you want to catch your partner cheating on you? – We help to keep your partner faithful and loyal to you. 9) – We recover love and happiness when relationship breaks down. 10) – Making your partner loves you alone. 11) – We create loyalty and everlasting love between couples. 12) – Get a divorce settlement quickly from your ex-partner. 13) – We create everlasting love between couples. 14) – We help you look for the best suitable partner. 15) – We bring back lost lover even if lost for a long time. 16) – We strengthen bonds in all love relationship and marriages 17) – Are you an herbalist who wants to get more powers? 18) – Buy a house or car of your dream. 19) – Unfinished jobs by other doctors come to me. 20) – I help those seeking employment. 21) – Pensioners free treatment. 22) – Win business tenders and contracts. 23) – Do you need to recover your lost property? 24) – Promotion at work and better pay. 25) – Do you want to be protected from bad spirits and nightmares? 26) – Financial problems. 27) – Why you can’t keep money or lovers? 28) – Why you have a lot of enemies? 29) – Why you are fired regularly on jobs? 30) – Speed up money claim spell, delayed payments, pension and accident funds 31) – I help students pass their exams/interviews. 33) – Removal of bad luck and debts. 34) – Are struggling to sleep because of a spiritual wife or husband. 35- ) Recover stolen property
  • Topics

×
×
  • Create New...

Important Information

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