Jump to content

Crashing


Recommended Posts

[13:50:47] [server thread/ERROR] [FML]: Caught exception from DamageIndicatorsMod

java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP

  at DamageIndicatorsMod.server.DIProxy.register(DIProxy.java:14) ~[DIProxy.class:?]

  at DamageIndicatorsMod.DIMod.load(DIMod.java:65) ~[DIMod.class:?]

 

Damage Indicators is trying to load a client-only class on the server. The mod is either client-only or broken, but the end result is that it can't be installed on the server.

 

Normally I'd suggest reporting this to the author, but the mod appears to be abandoned.

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.

Link to comment
Share on other sites

Damage Indicators is indeed a client-only mod. You do not need to install it on a server for it to work.

 

The mention of

DamageIndicatorsMod.server.DIProxy

in the stacktrace made me suspect it may not be a client-only mod (since it looks like it could be the server-side

@SidedProxy

class), but if it's client-only it may just be a confusingly named 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.

Link to comment
Share on other sites

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.

×
×
  • Create New...

Important Information

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