Page 1 of 1 [ 9 posts ] 

Youhadabadday
Hummingbird
Hummingbird

User avatar

Joined: 23 Nov 2014
Age: 21
Gender: Male
Posts: 24

15 Feb 2015, 2:26 pm

Okay, so i recently downloaded a new Minecraft mod called Zombiecraft 3, However when i try to open it on the start screen, it crashes! This is what i got for an error report:---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 2/15/15 2:19 PM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/network/packet/Packet250CustomPayload
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:297)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:485)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraft.network.packet.Packet250CustomPayload
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 37 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 39 more


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

-- Head --
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:297)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:485)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 112227168 bytes (107 MB) / 270671872 bytes (258 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 7 mods loaded, 7 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed
Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded
CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded
BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded
ZombieCraftMod{3.3.5} [ZombieCraft Mod] (ZC 3.0 Beta 3.3.5 Mod for MC v1.6.4.zip) Unloaded
Launched Version: 1.7.10-Forge10.13.2.1291
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3345, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
------------------------------------------------------------------------------------------------------------------------------------
Is there anyway I can fix this? :?:


_________________
"Every Man Is Equal, Medical Condition Or Not. We Are All Part of a society that sees one person is different from another..." -Youhadabadday


Youhadabadday
Hummingbird
Hummingbird

User avatar

Joined: 23 Nov 2014
Age: 21
Gender: Male
Posts: 24

15 Feb 2015, 2:37 pm

Come on... I really need it! :cry:


_________________
"Every Man Is Equal, Medical Condition Or Not. We Are All Part of a society that sees one person is different from another..." -Youhadabadday


Youhadabadday
Hummingbird
Hummingbird

User avatar

Joined: 23 Nov 2014
Age: 21
Gender: Male
Posts: 24

15 Feb 2015, 2:45 pm

NVM. I think i figured it out.


_________________
"Every Man Is Equal, Medical Condition Or Not. We Are All Part of a society that sees one person is different from another..." -Youhadabadday


Youhadabadday
Hummingbird
Hummingbird

User avatar

Joined: 23 Nov 2014
Age: 21
Gender: Male
Posts: 24

15 Feb 2015, 3:05 pm

Nope, still haven't figured it out.


_________________
"Every Man Is Equal, Medical Condition Or Not. We Are All Part of a society that sees one person is different from another..." -Youhadabadday


Youhadabadday
Hummingbird
Hummingbird

User avatar

Joined: 23 Nov 2014
Age: 21
Gender: Male
Posts: 24

15 Feb 2015, 3:18 pm

NVM, I think it's the 16 bit texture that's screwing it up. Can someone tell me if there is a 64 bit version of the texture pack?


_________________
"Every Man Is Equal, Medical Condition Or Not. We Are All Part of a society that sees one person is different from another..." -Youhadabadday


Misery
Veteran
Veteran

User avatar

Joined: 21 Aug 2011
Age: 43
Gender: Male
Posts: 3,163

15 Feb 2015, 9:19 pm

Frankly, I'd be surprised if it's a missing texture screwing anything up.... as not only Minecraft itself, but the mods also tend not to give a crap wether or not textures are there or are missing.

As for how the textures are actually DISPLAYED in a technical sense, that's not the mod that does it; that's Minecraft itself, regardless of the texture resolution. It's been able to handle that on it's own for a very long time now.

Typically if a texture has gone bad or is just missing, you get this pink & black "nothing" texture that appears in the place of whatever SHOULD be there. It doesnt crash, it just gives you that "hey, something is missing here, so here's some pink boxes" texture instead. This can be seen frequently when playing with modpacks that arent actually finished yet, since many of the textures will be missing or not fully assigned yet.

What it looks like to me is that something else... as in not just a texture, but something related to the code... is just outright missing, corrupted, or somehow incompatible.

What isnt good is that it looks like the mod's support is... not entirely there. Having a look at it, not only are the actual download links for it hard to find (not a good sign, when dealing with old OR current mods), but reaching the official pages for it, it looks like it hasnt been updated in quite some time. It's for 1.6.4, it's main site says the official Minecraft client is still in 1.7, but that isnt true either, 1.8 has been out for some time now.... Heck, if I recall, there's even been a couple of new versions of the actual launcher since 1.6.4.

Firstly, are you sure you're running the correct version of Minecraft for this? Remember that the version number needs to be *exactly* correct or it'll just flip out, over and over.

Not that Minecraft's bloody error listings ever help much. I always hate dealing with those. I've seen them soooooooo many times by now (as I've spent alot of time with mods).



Youhadabadday
Hummingbird
Hummingbird

User avatar

Joined: 23 Nov 2014
Age: 21
Gender: Male
Posts: 24

18 Feb 2015, 9:43 am

Well, once, I was wrong, but i changed my forge afterwards, yet it's still having issues.


_________________
"Every Man Is Equal, Medical Condition Or Not. We Are All Part of a society that sees one person is different from another..." -Youhadabadday


Misery
Veteran
Veteran

User avatar

Joined: 21 Aug 2011
Age: 43
Gender: Male
Posts: 3,163

18 Feb 2015, 11:32 am

Is it still the same issue, or something else now after changing Forge?



Youhadabadday
Hummingbird
Hummingbird

User avatar

Joined: 23 Nov 2014
Age: 21
Gender: Male
Posts: 24

07 Mar 2015, 5:36 pm

I honestly have no idea! But, I changed the mod anyways. So, thanks for your help! :heart:


_________________
"Every Man Is Equal, Medical Condition Or Not. We Are All Part of a society that sees one person is different from another..." -Youhadabadday