Jump to content

MC Latest 1.8 Crashes Due To Mod Install?


EwCake

Recommended Posts

So uhh excuse me if I might sound really nooby. But uhh, my friend told me to download forge because he's making a forge mod server. So today, I downloaded the latest forge and all the other stuff that came with it. He told me to download the 1.8 Lucky Block mod, so I did. Now, if I try to press play, it loads for a tiny bit and then brings me to this below. I'm not sure if that will do anything, I just need to know what to do so I don't crash. Sorry that you guys don't really like crash reports, but I looked every where and I still didn't know how to fix it. Please help ASAP <3

 

[18:54:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[18:54:13] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[18:54:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

[18:54:13] [main/INFO] [FML]: Forge Mod Loader version 8.0.20.1023 for Minecraft 1.8 loading

[18:54:13] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.7.0_21, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7

[18:54:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:54:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[18:54:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:54:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:54:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:54:17] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

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

[18:54:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[18:54:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[18:54:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[18:54:18] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}

[18:54:20] [Client thread/INFO]: Setting user: EwCake

[18:54:20] [Client thread/INFO]: (Session ID is token:01a84e079d6d4dc1856c1d1e3284d51d:c04a75885d564445a279d6cfd084e72f)

[18:54:25] [Client thread/INFO]: LWJGL Version: 2.9.1

[18:54:26] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization

[18:54:26] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization

[18:54:26] [Client thread/INFO] [FML]: Searching C:\Users\Micah\AppData\Roaming\.minecraft\mods for mods

[18:54:30] [Client thread/INFO] [FML]: Forge Mod Loader has identified 3 mods to load

[18:54:30] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, lucky] at CLIENT

[18:54:30] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, lucky] at SERVER

[18:54:31] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Lucky Block

[18:54:31] [Client thread/INFO] [FML]: Processing ObjectHolder annotations

[18:54:31] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations

[18:54:31] [Client thread/INFO] [FML]: Applying holder lookups

[18:54:31] [Client thread/INFO] [FML]: Holder lookups applied

[18:54:32] [sound Library Loader/INFO]: Starting up SoundSystem...

[18:54:32] [Thread-7/INFO]: Initializing LWJGL OpenAL

[18:54:32] [Thread-7/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

[18:54:32] [Thread-7/INFO]: OpenAL initialized.

[18:54:33] [sound Library Loader/INFO]: Sound engine started

[18:54:36] [Client thread/INFO]: Created: 512x512 textures-atlas

[18:54:38] [Client thread/INFO] [sTDOUT]: [mod.lucky.util.LuckyConfiguration:readConfig:46]: Lucky Block: Reading config

[18:54:39] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

[18:54:39] [Client thread/ERROR] [FML]:

mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

FML{8.0.20.1023} [Forge Mod Loader] (fml-1.8-8.0.20.1023-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized

lucky{5.2.0} [Lucky Block] (LuckyBlock_1-8-1_v5-2-0.jar) Unloaded->Constructed->Pre-initialized->Errored

[18:54:39] [Client thread/ERROR] [FML]: The following problems were captured during this phase

[18:54:39] [Client thread/ERROR] [FML]: Caught exception from lucky

java.lang.IllegalAccessError: tried to access method net.minecraft.block.Block.func_149711_c(F)Lnet/minecraft/block/Block; from class mod.lucky.Lucky

at mod.lucky.Lucky.init(Lucky.java:65) ~[Lucky.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_21]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_21]

at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:515) ~[fml-1.8-8.0.20.1023-1.8.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_21]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_21]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]

at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[fml-1.8-8.0.20.1023-1.8.jar:?]

at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[fml-1.8-8.0.20.1023-1.8.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_21]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_21]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]

at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]

at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:692) [Loader.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:291) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:486) [bsu.class:?]

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326) [bsu.class:?]

at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_21]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_21]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

[18:54:39] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:492]: ---- Minecraft Crash Report ----

// My bad.

 

Time: 3/24/15 6:54 PM

Description: There was a severe problem during mod loading that has caused the game to fail

 

net.minecraftforge.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access method net.minecraft.block.Block.func_149711_c(F)Lnet/minecraft/block/Block; from class mod.lucky.Lucky

at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)

at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:693)

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:291)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:486)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)

at net.minecraft.client.main.Main.main(SourceFile:120)

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.IllegalAccessError: tried to access method net.minecraft.block.Block.func_149711_c(F)Lnet/minecraft/block/Block; from class mod.lucky.Lucky

at mod.lucky.Lucky.init(Lucky.java:65)

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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:515)

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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)

at com.google.common.eventbus.EventBus.post(EventBus.java:275)

at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)

at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)

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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)

at com.google.common.eventbus.EventBus.post(EventBus.java:275)

at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)

at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:692)

... 10 more

 

 

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 8 (amd64) version 6.2

Java Version: 1.7.0_21, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 107391832 bytes (102 MB) / 301740032 bytes (287 MB) up to 1060372480 bytes (1011 MB)

JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.10 FML v8.0.20.1023 3 mods loaded, 3 mods active

mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

FML{8.0.20.1023} [Forge Mod Loader] (fml-1.8-8.0.20.1023-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized

lucky{5.2.0} [Lucky Block] (LuckyBlock_1-8-1_v5-2-0.jar) Unloaded->Constructed->Pre-initialized->Errored

[18:54:39] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:492]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Lexi\AppData\Roaming\.minecraft\crash-reports\crash-2015-03-24_18.54.39-client.txt

 

Does this release any information?

 

 

 

Link to comment
Share on other sites

Judging by the file name you installed lucky blocks for 1.8.1...

Forge is 1.8.

 

That may be a mistake on the authors end, as the thread does say it requires minecraft forge. Since forge is only 1.8 and not 1.8.X I'd assume it's actually for 1.8, if not then the author really messed something up.

 

@EwCake, the error is being called when they are trying to set the block hardness, not sure if something changed recently in forge but if you don't have 1341 you should get that, if you do, I have no idea the issue.

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.