InGame Info XML

InGame Info XML

22M Downloads

crash report

Opened this issue ยท 3 comments

commented

screenshot 143

My game crashed and these are the mods I'm using along with optifine and liteloader for macro keybinder

This is the Error msg:

---- Minecraft Crash Report ----
// Ooh. Shiny.

Time: 3/16/14 11:04 PM
Description: Initializing game

java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
at com.github.lunatrius.ingameinfo.InGameInfoCore.(InGameInfoCore.java:67)
at com.github.lunatrius.ingameinfo.InGameInfoCore.(InGameInfoCore.java:61)
at com.github.lunatrius.ingameinfo.InGameInfoXML.(InGameInfoXML.java:22)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:509)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:201)
at net.minecraft.client.Minecraft.func_71384_a(MinecraftOverlay.java:498)
at net.minecraft.client.Minecraft.func_99999_d(MinecraftOverlay.java:853)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
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 --
Stacktrace:
at com.github.lunatrius.ingameinfo.InGameInfoCore.(InGameInfoCore.java:67)
at com.github.lunatrius.ingameinfo.InGameInfoCore.(InGameInfoCore.java:61)
at com.github.lunatrius.ingameinfo.InGameInfoXML.(InGameInfoXML.java:22)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:509)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:201)
at net.minecraft.client.Minecraft.func_71384_a(MinecraftOverlay.java:498)

commented

You didn't install LunatriusCore or installed the -deobf version of it. -deobf files are for mod developers.

commented

I don't see it in the "walk through of the error" but I have placed the LunatriusCore in the mods folder along with ingameinfo mod. I know I had from your original forum, so I'll download it from this website:
http://www.minecraftstack.com/lunatriuscore/ along with the ingameinfo. Will report problem if it happen again, posting it below this.

Error from using that website: http://gyazo.com/385e08a5cebb327903a3afaf829a0c18

When I used your forum: http://gyazo.com/19254ec8d537d223c99e99089fd9b96d

I re-download both core and mod

I swear it didn't work before.. I'm unsure why the core didn't work at first, perhaps I did the wrong one. Thank you though for replying to my problem with speed. This have to be one of my fav mods to have before it fork to you and happy to know it's still continued.

Are there any future developments for LunatriusCore on more mods with it? Don't need to say what kind or what they are. A yes or no will satisfy me

commented

Because minecraftstack stack has an outdated version. And that is exactly the reason why I don't like website redistributing other people's mods. The only official distributions from my side are mods.io and mc.lunatri.us and official threads/blogs(?) on minecraft forums and planet minecraft. Not to mention the other risks of downloading things from third parties...

It didn't work at first because you used the -deobf version of the mod, I can tell that from the first line of the stacktrace. It's been common lately (which is why I advise downloading things from mods.io).

Yes. Currently there's also Schematica, Stackie and Monster Spawn Highlighter. There may be more in the future, but not right now.

Closing this, if anything else pops up related to this, reopen, otherwise, enjoy playing. :)