1

Minecraft won't start even with Java7

bobhansson's Avatar bobhansson8/29/15 5:22 am
1 emeralds 538 4
8/30/2015 1:24 am
Code_7's Avatar Code_7
Hi all

New here, and to minecraft. Thought I give it a try and install a few mods with forge. Problem is it doesn't start. I googled around and saw that Java 8 causes a problem with forge so I took down java 7 and managed to get it installed (I believe).

I sat all morning with this now and I'm at my wits end, may I ask for some expertise?

I hope someone knows what to do cause I'm tired right now, thought it would be much easier.

Note: I can plan with both optifine and vanilla, but as soon as I try forge profile it just chrashes.

Thanks in advance.

My error log:

[11:11] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[11:11] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[11:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[11:11] [main/INFO] [FML]: Forge Mod Loader version 11.14.3.1506 for Minecraft 1.8 loading
[11:11] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_79, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jre7
[11:11] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.8.8_HD_U_E2.jar
[11:11] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:11] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[11:11] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:11] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[11:11] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg]: OptiFineForgeTweaker: acceptOptions
[11:11] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg]: OptiFineForgeTweaker: injectIntoClassLoader
[11:11] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg]: OptiFine ClassTransformer
[11:11] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg]: OptiFine URL: file:/C:/Users/Hase/AppData/Roaming/.minecraft/mods/OptiFine_1.8.8_HD_U_E2.jar
[11:11] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg]: OptiFine ZIP file: java.util.zip.ZipFile@a549a8
[11:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:11] [main/WARN] [FML]: Patcher expecting empty class data file for net.minecraft.server.dedicated.DedicatedServer$4, but received non-empty
[11:11] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[11:11] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[11:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:11] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[11:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[11:11] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg]: OptiFineForgeTweaker: getLaunchArguments
[11:11] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[11:11] [Client thread/INFO]: Setting user: McRahr
[11:11] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_79]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_79]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/state/BlockState$StateImplementation
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2021) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.state.BlockState$StateImplementation
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2021) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/state/BlockStateBase
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2021) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.block.state.BlockStateBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2021) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Caused by: java.lang.IncompatibleClassChangeError: Implementing class
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
at net.minecraft.block.state.BlockState.createState(BlockState.java:55) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:83) ~[bed.class:?]
at net.minecraft.block.state.BlockState.<init>(BlockState.java:50) ~[bed.class:?]
at net.minecraft.block.Block.func_180661_e(Block.java:968) ~[atr.class:?]
at net.minecraft.block.Block.<init>(Block.java:248) ~[atr.class:?]
at net.minecraft.block.BlockAir.<init>(BlockAir.java:15) ~[asy.class:?]
at net.minecraft.block.Block.func_149671_p(Block.java:2021) ~[atr.class:?]
at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:554) ~[od.class:?]
at net.minecraft.client.Minecraft.<init>(Minecraft.java:315) ~[bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) ~[Main.class:?]
... 6 more
Exception in thread "Client thread" [11:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[11:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
[11:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.SecurityManager.checkExit(Unknown Source)
[11:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Runtime.exit(Unknown Source)
[11:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.System.exit(Unknown Source)
[11:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[11:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Posted by bobhansson's Avatar
bobhansson
Level 1 : New Miner
0

Create an account or sign in to comment.

4

1
08/29/2015 6:53 am
Level 1 : New Miner
bobhansson
bobhansson's Avatar
Hey Halo

Thank you very much for the tip about the mods, I took away them all from the "mods" folder and the ozo resource pack. It got it running a bit again, it loads the Mojang screen and starts loading the forge. Although when it is done it chrashes with a error code to Opengl?

Atleast it works more than before so I guess one or more of the mods messes it up currently. But any idea of how to get around the opengl problem?

Thanks for the help

Error log:

[12:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:45] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:45] [main/INFO] [FML]: Forge Mod Loader version 11.14.3.1506 for Minecraft 1.8 loading
[12:45] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.7.0_79, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jre7
[12:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:45] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[12:45] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[12:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:45] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:45] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:45] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[12:45] [Client thread/INFO]: Setting user: McRahr
[12:45] [Client thread/INFO]: LWJGL Version: 2.9.1
[12:45] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start]: ---- Minecraft Crash Report ----
// But it works on my machine.

Time: 29/08/15 12:45
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


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

-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows Vista (x86) version 6.0
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 120567104 bytes (114 MB) / 216334336 bytes (206 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '2.1.2' Renderer: 'GeForce 9300M GS/PCI/SSE2'
[12:45] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[12:45] [Client thread/INFO] [FML]: MinecraftForge v11.14.3.1506 Initialized
[12:45] [Client thread/INFO] [FML]: Replaced 204 ore recipies
[12:45] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[12:45] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[12:45] [Client thread/INFO] [FML]: Searching C:\Users\Hase\AppData\Roaming\.minecraft\mods for mods
[12:45] [Client thread/INFO] [FML]: Forge Mod Loader has identified 3 mods to load
[12:45] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT
[12:45] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER
[12:45] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[12:45] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[12:45] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
[12:45] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[12:45] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[12:45] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[12:45] [Client thread/INFO] [FML]: Applying holder lookups
[12:45] [Client thread/INFO] [FML]: Holder lookups applied
[12:45] [Client thread/INFO] [FML]: Injecting itemstacks
[12:45] [Client thread/INFO] [FML]: Itemstack injection complete
[12:45] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:45] [Thread-9/INFO]: Initializing LWJGL OpenAL
[12:45] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:45] [Thread-9/INFO]: OpenAL initialized.
[12:45] [Sound Library Loader/INFO]: Sound engine started
[12:46] [Client thread/INFO] [FML]: Max texture size: 8192
[12:46] [Client thread/INFO]: Created: 16x16 textures-atlas
[12:46] [Client thread/INFO] [FML]: Injecting itemstacks
[12:46] [Client thread/INFO] [FML]: Itemstack injection complete
[12:46] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 3 mods
[12:46] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[12:46] [Client thread/INFO]: SoundSystem shutting down...
[12:46] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[12:46] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:46] [Thread-11/INFO]: Initializing LWJGL OpenAL
[12:46] [Thread-11/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:46] [Thread-11/INFO]: OpenAL initialized.
[12:46] [Sound Library Loader/INFO]: Sound engine started
[12:46] [Client thread/INFO] [FML]: Max texture size: 8192
[12:46] [Client thread/INFO]: Created: 512x512 textures-atlas
AL lib: (EE) alc_cleanup: 1 device not closed
1
08/29/2015 6:06 am
Level 26 : Expert Zombie
Halorules555
Halorules555's Avatar
It is also possible that you have a mod that is incompatible with another, or that you are using an out-of-date mod.
1
08/29/2015 5:57 am
Level 26 : Expert Zombie
Halorules555
Halorules555's Avatar
Have you tried using the new launcher? It doesn't use Java.
1
08/30/2015 1:24 am
Level 5 : Apprentice Network
Code_7
Code_7's Avatar
the new launcher includes its own version of java. so... you're still using java..

[12:45] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing

it kinda looks like Forge didn't install correctly, imo.
i'd recommand deleting the modified jar and trying to dump forge into it again.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome