bowlerk Posted August 31, 2014 Posted August 31, 2014 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 Quote
Kalbintion Posted August 31, 2014 Posted August 31, 2014 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 Quote
Discord Moderator plowmanplow Posted August 31, 2014 Discord Moderator Posted August 31, 2014 You have an old version of LittleBlocks mod for the incorrect version of Forge/MC. You have the 1.6.2 version of LittleBlocks instead of the 1.6.4 version. Get the correct version here: http://slimevoid.net/downloads/ Quote
bowlerk Posted September 1, 2014 Author Posted September 1, 2014 (edited) Thanks im about to download the newest version now oh and sorry about the pastebin and URLs i will include that if i have any more problems next time Edited September 1, 2014 by bowlerk Quote
bowlerk Posted September 1, 2014 Author Posted September 1, 2014 http://pastebin.com/VCtDFtNu  here is the pastebin  I added in a couple of other mods as well but same thing with the mojang screen i got the new version of tiny blocks   here is the link to the pack URL http://www.technicpack.net/modpack/details/bowlerks-design-pack-alpha.470791 Quote
Kalbintion Posted September 1, 2014 Posted September 1, 2014 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? Quote
bowlerk Posted September 1, 2014 Author Posted September 1, 2014 (edited) oh wait i have the right one now but... no NEI overlay and some mod tabs are missing Edited September 1, 2014 by bowlerk Quote
Kalbintion Posted September 1, 2014 Posted September 1, 2014 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 Quote
bowlerk Posted September 1, 2014 Author Posted September 1, 2014 here is the log that i got  https://dl.dropboxusercontent.com/u/236314084/techniclauncher_2013-11-02.log  and i got a crash when breaking a tiny block  https://dl.dropboxusercontent.com/u/236314084/crash-2014-09-01_19.30.56-server.txt Quote
Kalbintion Posted September 1, 2014 Posted September 1, 2014 That launcher log you provided was from 2013 and is in no way current. Post a current log. Quote
bowlerk Posted September 1, 2014 Author Posted September 1, 2014 whoops sorry heres the latest https://dl.dropboxusercontent.com/u/236314084/techniclauncher_2014-09-01.log Quote
bowlerk Posted September 6, 2014 Author Posted September 6, 2014 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 Quote
Kalbintion Posted September 6, 2014 Posted September 6, 2014 (edited) 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 September 6, 2014 by Kalbintion Quote
bowlerk Posted September 6, 2014 Author Posted September 6, 2014 well now it crashed immediately  here are the logs  https://dl.dropboxusercontent.com/u/236314084/ForgeModLoader-client-0.log  https://dl.dropboxusercontent.com/u/236314084/techniclauncher_2014-09-06.log Quote
Kalbintion Posted September 6, 2014 Posted September 6, 2014 Crash is related to code chicken core. Looked at version, its a 1.7.2 version not 1.6.4. Latest 1.6.4 version can be gotten from http://chickenbones.net/Pages/links.html - ensure to click "CodeChickenCore" then select "1.6.4" Quote
bowlerk Posted September 6, 2014 Author Posted September 6, 2014 (edited) ok i got the chicken core you said i need and then i added 4 mods aether 2, orespawn, damage indicators and twilight forest and i made sure to get 1.6.4 versions  here is the crash report https://dl.dropboxusercontent.com/u/236314084/crash-2014-09-06_22.23.56-client.txt Edited September 6, 2014 by bowlerk Quote
Kalbintion Posted September 6, 2014 Posted September 6, 2014 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. Quote
bowlerk Posted September 6, 2014 Author Posted September 6, 2014 (edited) ok well i wish i could 'learn' how to read the crash reports but how should  i edit the clashing ids?  ahh i thought i forgot something ... the launcher log and here it is  https://dl.dropboxusercontent.com/u/236314084/techniclauncher_2014-09-07.log Edited September 6, 2014 by bowlerk Quote
Kalbintion Posted September 6, 2014 Posted September 6, 2014 Â Â Youll need to edit the configs to resolve these. Â Quote
bowlerk Posted September 7, 2014 Author Posted September 7, 2014 (edited) 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 September 8, 2014 by bowlerk Quote
Kalbintion Posted September 7, 2014 Posted September 7, 2014 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. Quote
bowlerk Posted September 20, 2014 Author Posted September 20, 2014 a crash when entering the aether  https://dl.dropboxusercontent.com/u/236314084/crash-2014-09-20_14.12.46-client.txt Quote
bowlerk Posted November 21, 2014 Author Posted November 21, 2014 i get a crash entering any world other than a super flat  https://dl.dropboxusercontent.com/u/236314084/crash-2014-11-21_21.30.20-client.txt Quote
Discord Moderator plowmanplow Posted November 21, 2014 Discord Moderator Posted November 21, 2014 OreSpawn is notorious for causing this kind of issue. Quote
bowlerk Posted November 22, 2014 Author Posted November 22, 2014 so is the problem just difficulty setting in this situation so should i change it to peaceful? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.