Jump to content

bowlerk

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by bowlerk

  1. Im testing my own mod i came across a crash as it starts up not in the modpack though this is a test to see if i can add it this is the crash log https://dl.dropboxusercontent.com/u/236314084/crash-2014-12-03_15.49.04-client.txt here is the mod ive made it for 1.7.10 https://dl.dropboxusercontent.com/u/236314084/potion.zip
  2. No its fine it was just the difficulty. I put it on peaceful and restarted and its all fine
  3. so is the problem just difficulty setting in this situation so should i change it to peaceful?
  4. 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
  5. a crash when entering the aether https://dl.dropboxusercontent.com/u/236314084/crash-2014-09-20_14.12.46-client.txt
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. whoops sorry heres the latest https://dl.dropboxusercontent.com/u/236314084/techniclauncher_2014-09-01.log
  12. 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
  13. oh wait i have the right one now but... no NEI overlay and some mod tabs are missing
  14. 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
  15. 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
  16. 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
×
×
  • Create New...