Jump to content

Recommended Posts

Posted

here's my crash report.

and my files inclue

Main

client and commmon proxy

and a reference.

 

none of them have any coding included. i delete all the coding, it works, but as soon as i add the basic modding stuff, it crashes. can't see the probllem.

 

 

  Reveal hidden contents

 

Posted
  Quote
net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: com.drmdgg.beesmod.proxy.ClientProxy

  at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:81)

  at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540)

 

The class name you specified for the client proxy in your

@SidedProxy

annotation doesn't exist. Make sure the package and class name specified in the annotation are exactly the same as the actual class.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted

The log is quite clear

 

FML is tryng to load your com.drmdgg.beesmod.proxy.ClientProxy class (as you specified in your SidedProxy annotation) but it cannot find it

 

Check the class full name and the annotation

 

Z

Posted

qh yes, sorry for my blind stupidity.

i am at work and couldn't continue, but had to know the problem by lunch.

so thanks a lot for the help.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.