1

Modding Help

Xalratul's Avatar Xalratul7/29/13 2:17 am
1 emeralds 1.5k 7
7/29/2013 3:01 pm
bmanrules's Avatar bmanrules
Hello, this is my first post and i apologize in advance if i posted this in the wrong section, wrong format, etc. Anyways, i've been trying to install mo'creatures mod... i understand that to do this i need the mods GuiApi, Custommob spawner, and of course the mo'creatures mod. now for some reason when i do this the whole client crashes. i tried each mod individually and the only one that worked was custommob spawner. i was reading and did hear that mo'creatures doesn't work for 1.6.x is this true? and if so how do i install guiapi? because i think that's the problem. a couple things i've read say to place it in the *coreMods* folder, which i don't have. and its a .jar file, some sites were saying it should be a .zip file. and one last thing i am running forge 1.6.2. please help ASAP, thanks.
Posted by Xalratul's Avatar
Xalratul
Level 1 : New Miner
0

Create an account or sign in to comment.

7

1
07/29/2013 1:34 pm
Level 1 : New Miner
Xalratul
Xalratul's Avatar
oh ok, thank you very much. by any chance do you know when they will become available?
1
07/29/2013 3:01 pm
Level 57 : Grandmaster Programmer
bmanrules
bmanrules's Avatar
I don't, sorry. It depends on how much time the devs have to update - Mo' Creatures can't update without GUI Api, so that might be slowing them down.
1
07/29/2013 1:25 pm
Level 57 : Grandmaster Programmer
bmanrules
bmanrules's Avatar
Mo' Creatures and GuiAPI aren't available for 1.6.2 at the moment
1
07/29/2013 12:54 pm
Level 1 : New Miner
Xalratul
Xalratul's Avatar
ok,

This is the crash log for when i just put guiapi in the mods folder not the *coremods* in which i don't have it's guiapi 1.5.2 but i've read on the site that it should work for 1.6.2 and i can't find the download link for 1.6.2, i've looked. when this crash happens minecraft launches, it goes to mojang symbol and then crashes:

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 7/29/13 11:52 AM
Description: Initializing game

java.lang.RuntimeException: Unable to get Field reference for GuiScreen.controlList!
at sharose.mods.guiapi.GuiAPI.init(GuiAPI.java:66)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor3.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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.Exception: No fields found on GuiScreen (GuiScreenHorseInventory) of type List! This should never happen!
at sharose.mods.guiapi.GuiAPI.init(GuiAPI.java:61)
... 36 more


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

-- Head --
Stacktrace:
at sharose.mods.guiapi.GuiAPI.init(GuiAPI.java:66)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor3.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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 51382864 bytes (49 MB) / 141111296 bytes (134 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 10 mods loaded, 10 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
TooManyItems{1.6.2} [TooManyItems] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
BWG4{1.1.3} [Better World Generation 4] (BWG4_V113.zip) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{2.2.2} [DrZhark's CustomSpawner] (CustomMobSpawner 2.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
GuiAPI{0.15.6} [GuiAPI] (GuiAPI-0.15.6-1.5.2.jar) Unloaded->Constructed->Pre-initialized->Errored
iChunUtil{2.0.0} [iChunUtil] (iChunUtil2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Swords of Israphel{v0.3.3} [Swords of Israphel] (Swords of Israphel v0.3.3 [1.6.x].zip) Unloaded->Constructed->Pre-initialized->Initialized
Torched{2.0.0} [Torched] (Torched2.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: Mod
LWJGL: 2.9.0
OpenGL: ATI Mobility Radeon HD 4200 Series GL version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null


If you need anymore information please let me know and i will get back to you asap
1
07/29/2013 3:26 am
Level 54 : Grandmaster Programmer
nickfromgreece
nickfromgreece's Avatar
Yea post the crash log
1
07/29/2013 2:26 am
Level 1 : New Miner
Xalratul
Xalratul's Avatar
i don't mean to sound noob here but what is the console log? the crash log?
1
07/29/2013 2:25 am
Level 54 : Grandmaster Programmer
nickfromgreece
nickfromgreece's Avatar
Please post the console log
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome