Jump to content

Custom mod pack doesn't respond at mojang screen


bowlerk

Recommended Posts

Ok so im new to this and when trying to make a mod pack  and then run it , on the mojang screen it doesn't respond and then just closes then in the crash folder i get this:

 

---- Minecraft Crash Report ----
// Ooh. Shiny.
 
Time: 8/31/14 3:28 PM
Description: Initializing game
 
java.lang.NoClassDefFoundError: Lslimevoid/littleblocks/api/ILBCommonProxy;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
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.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: slimevoid.littleblocks.api.ILBCommonProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.NoClassDefFoundError: slimevoidlib/ICommonProxy
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 39 more
Caused by: java.lang.ClassNotFoundException: slimevoidlib.ICommonProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 45 more
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredField(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
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.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
 
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
 
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 286307904 bytes (273 MB) / 450363392 bytes (429 MB) up to 954728448 bytes (910 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m -XX:MaxPermSize=128m
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.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_C7 8 mods loaded, 8 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed
Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar.zip) Unloaded->Constructed
CarpentersBlocks{3.2.6} [Carpenter's Blocks] (Carpenter's Blocks v3.2.6 - MC 1.6.4.zip) Unloaded->Constructed
chisel{1.5.0} [Chisel] (Chisel-1.6.4-1.6.0.1.zip) Unloaded->Constructed
SlimevoidLib{2.1.0.0} [slimevoid Library] (SlimevoidLib-1.6.4-2.1.0.0.zip) Unloaded->Constructed
LittleBlocks{2.2.0.0} [Little Blocks] (LittleBlocks-MC1.6.2-Optifine.zip) Unloaded
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 8500M/8700M GL version 4.4.12874 Compatibility Profile Context 14.100.0.0, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
 
can someone please tell me whats going on and how to fix it
Link to comment
Share on other sites

Caused by: java.lang.NoClassDefFoundError: slimevoidlib/ICommonProxy

You incorrectly installed the slime void library mod or are missing it completely. Make sure you get that dependency. If you have issues afterwards, post your modpack API URL. And in the future:

 

Pasting Logs

Use one of the following methods to show us your log files:

* Attach file to posting

* Use http://pastebin.com and paste the resulting URL in your post

* Use http://paste.ubuntu.com and paste the resulting URL in your post

For overly sized files, attaching or using the above URLs may not work, you can use one of the following for these types of cases

* http://mediafire.com

* http://dropbox.com

Link to comment
Share on other sites

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: info/jbcs/minecraft/chisel/core/CarvableVariation
...
java.lang.NoClassDefFoundError: codechicken/lib/render/IUVTransformation

hints at missing libraries - are you sure you got the correct version of code chicken core?

Link to comment
Share on other sites

Post a launcher log.

 

Getting Launcher Logs
* Run Technic Launcher
* Click on the Cog icon located on the top right of the launcher
* Click on the "Logs" button
* Provide relevant log files

-----------------------------------------------------------------------------------------

Pasting Logs
Use one of the following methods to show us your log files:
* Attach file to posting
* Use http://pastebin.com and paste the resulting URL in your post
* Use http://paste.ubuntu.com and paste the resulting URL in your post

For overly sized files, attaching or using the above URLs may not work, you can use one of the following for these types of cases
* http://mediafire.com
* http://dropbox.com

Link to comment
Share on other sites

ok so i removed some mods and fixed some problems and then another crash when using a carpenters chisel 

 

https://dl.dropboxusercontent.com/u/236314084/crash-2014-09-06_02.13.36-server.txt

 

1 question which NEI do i need? the installer? .zip? .jar? or universal?

because i either get nothing or crash at mojang screen

 

and here is the latest log

 

 https://dl.dropboxusercontent.com/u/236314084/techniclauncher_2014-09-06.log

Link to comment
Share on other sites

There's only one? http://chickenbones.net/Pages/links.html - universal link is the one you want. If you're downloading the mod from any site but that one, its probably not the latest and may be malicious. Always ensure you get the mods from the authors themselves. And that chisel version you're using is really outdated. http://www.mediafire.com/folder/3fos6frfg1369/Chisel

 

Edit: Should mention, that crash is from chisel, hence why i looked to see if there was an updated version for it.

Edited by Kalbintion
Link to comment
Share on other sites

java.lang.IllegalArgumentException: Slot 2784 is already occupied by info.jbcs.minecraft.chisel.blocks.BlockSnakestone@3ef0d409 when adding danger.orespawn.OreGenericEgg@34f0bb27

Standard ID Conflict between chisel and orespawn. Youll need to edit the configs to resolve these. Also, make sure to check out the launcher log for any other "CONFLICT @ " messages - as those are additional IDs that are conflicting.

Link to comment
Share on other sites

ok so if i edit it on my computer how should  i do it so other users of the pack don't have to worry about doing it themselves 

 

Nevermind i got it to load and start but it crashes as soon as you enter a world

here is the crash log

 

https://dl.dropboxusercontent.com/u/236314084/crash-2014-09-07_16.58.24-client.txt

 

and now it works almost perfectly so thanks for all your help but when the final mods are added i might need more assistance but the one mod will be my own published by me and only available in this pack :)

 

ok well i got a crash breaking leaves with a wooden ax?

 

https://dl.dropboxusercontent.com/u/236314084/crash-2014-09-08_15.30.04-client.txt

 

https://dl.dropboxusercontent.com/u/236314084/techniclauncher_2014-09-08.log

Edited by bowlerk
Link to comment
Share on other sites

When you get it up and running, youd re-upload the pack and change the version value for the modpack so it sees theres an update and re-download the pack for anyone using it so they get the changes. For the error, it could be any number of the mods you have in the pack that has associated mobs with it.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...