It Works perfectly without forge installed, Installed both Forge 1.10.2 Latest and Recommended
// Who set us up the TNT?
Time: 16/01/18 9:48 PM
Description: Initializing game
java.lang.IllegalStateException: Splash thread
at net.minecraftforge.fml.client.SplashProgress.checkThreadState(SplashProgress.java:519)
at net.minecraftforge.fml.client.SplashProgress.pause(SplashProgress.java:532)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalStateException: Texture creation: Invalid enum
at net.minecraftforge.fml.client.SplashProgress.checkGLError(SplashProgress.java:845)
at net.minecraftforge.fml.client.SplashProgress$Texture.<init>(SplashProgress.java:712)
at net.minecraftforge.fml.client.SplashProgress$Texture.<init>(SplashProgress.java:676)
at net.minecraftforge.fml.client.SplashProgress$3.run(SplashProgress.java:252)
at java.lang.Thread.run(Unknown Source)
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.client.SplashProgress.checkThreadState(SplashProgress.java:519)
at net.minecraftforge.fml.client.SplashProgress.pause(SplashProgress.java:532)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_151, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 107221104 bytes (102 MB) / 347582464 bytes (331 MB) up to 5355339776 bytes (5107 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2511 3 mods loaded, 3 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar)
UCH Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.14.4080' Renderer: 'Intel(R) HD Graphics 4400'
Launched Version: 1.10.2-forge1.10.2-12.18.3.2511
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.14.4080, 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:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3-4030U CPU @ 1.90GHz</span>
Open splash.properties config file and set enabled to false.
Rollback Post to RevisionRollBack
Say something silly, Laugh 'til it hurts, Take a risk, Sing out loud, Rock the boat, Shake things up, Flirt with disaster, Buy something frivolous, Color outside the lines, Cause a scene, Order dessert, Make waves, Get carried away, Have a great day!
To post a comment, please login or register a new account.
It Works perfectly without forge installed, Installed both Forge 1.10.2 Latest and Recommended
// Who set us up the TNT? Time: 16/01/18 9:48 PM Description: Initializing game java.lang.IllegalStateException: Splash thread at net.minecraftforge.fml.client.SplashProgress.checkThreadState(SplashProgress.java:519) at net.minecraftforge.fml.client.SplashProgress.pause(SplashProgress.java:532) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.IllegalStateException: Texture creation: Invalid enum at net.minecraftforge.fml.client.SplashProgress.checkGLError(SplashProgress.java:845) at net.minecraftforge.fml.client.SplashProgress$Texture.<init>(SplashProgress.java:712) at net.minecraftforge.fml.client.SplashProgress$Texture.<init>(SplashProgress.java:676) at net.minecraftforge.fml.client.SplashProgress$3.run(SplashProgress.java:252) at java.lang.Thread.run(Unknown Source) 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.client.SplashProgress.checkThreadState(SplashProgress.java:519) at net.minecraftforge.fml.client.SplashProgress.pause(SplashProgress.java:532) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_151, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 107221104 bytes (102 MB) / 347582464 bytes (331 MB) up to 5355339776 bytes (5107 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.32 Powered by Forge 12.18.3.2511 3 mods loaded, 3 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar) UCH Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar) Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.14.4080' Renderer: 'Intel(R) HD Graphics 4400' Launched Version: 1.10.2-forge1.10.2-12.18.3.2511 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 10.18.14.4080, 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: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i3-4030U CPU @ 1.90GHz</span>-
View User Profile
-
View Posts
-
Send Message
Curse PremiumProblem with the splash screen, not Forge.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
Open splash.properties config file and set enabled to false.