Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Crash] ProjectRed-1.6.2-4.0.0pre.35.jar Client Side #59

Closed
Xigtim opened this issue Aug 9, 2013 · 7 comments
Closed

[Crash] ProjectRed-1.6.2-4.0.0pre.35.jar Client Side #59

Xigtim opened this issue Aug 9, 2013 · 7 comments

Comments

@Xigtim
Copy link

Xigtim commented Aug 9, 2013

I tried Running the mod on My MineCraft Client and this is the following Error Message
(Note that I removed all other mods from the folder despite Project Red's Dependence's):

---- Minecraft Crash Report ----
// Ooh. Shiny.

Time: 8/8/13 7:53 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: mrtjp.projectred.integration.ItemPartGate.setHasSubtypes(Z)Lnet/minecraft/item/Item;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
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.NoSuchMethodError: mrtjp.projectred.integration.ItemPartGate.setHasSubtypes(Z)Lnet/minecraft/item/Item;
at mrtjp.projectred.integration.ItemPartGate.(ItemPartGate.java:24)
at mrtjp.projectred.integration.IntegrationProxy.init(IntegrationProxy.java:27)
at mrtjp.projectred.core.CommonProxy.init(CommonProxy.java:26)
at mrtjp.projectred.core.ClientProxy.init(ClientProxy.java:19)
at mrtjp.projectred.ProjectRed.init(ProjectRed.java:117)
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.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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
... 10 more

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

-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 204853944 bytes (195 MB) / 465043456 bytes (443 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
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.43.818 Minecraft Forge 9.10.0.818 7 mods loaded, 7 mods active
mcp{8.04} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{6.2.43.818} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.10.0.818} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.0.0.122} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.0.0.122} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized
ProjectRed{4.0.0pre.@build@} Project: Red Unloaded->Constructed->Pre-initialized->Errored
ForgeMicroblock{1.0.0.122} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized


Thanks,

@vQuadX
Copy link

vQuadX commented Aug 10, 2013

My crash: http://pastebin.com/s67Fuf3d

@zackp30
Copy link

zackp30 commented Aug 10, 2013

I get the same too.

@mak326428
Copy link

I do too.

@vQuadX
Copy link

vQuadX commented Aug 12, 2013

i have CRASH on ProjectRed-1.6.2-4.0.0pre.36! Please fix this! - http://pastebin.com/QX8Unk5D

@MrTJP
Copy link
Owner

MrTJP commented Aug 12, 2013

You probably don't have FMP installed correctly.

On Aug 12, 2013, at 9:12 AM, QuadX23 notifications@github.com wrote:

i have CRASH on ProjectRed-1.6.2-4.0.0pre.36! Please fix this! - http://pastebin.com/QX8Unk5D


Reply to this email directly or view it on GitHub.

@MrTJP
Copy link
Owner

MrTJP commented Aug 12, 2013

Nevermind, this is outdated. Already fixed.

@MrTJP MrTJP closed this as completed Aug 12, 2013
@Xigtim
Copy link
Author

Xigtim commented Aug 13, 2013

Thanks I works Great :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants