Jump to content

Incompatible ModLoader Mod - NullPointerException


spacechase0

Recommended Posts

One of my mods works fine with RML, but causes a NullPointerException to be thrown when loading a world with FML. (I haven't tried to reproduce this though. This is a problem someone else was having).

 

The "ForgeModLoader-client-0.log" is here.

 

The code that causes the crash is:

public void clientConnect( NetClientHandler client )
{
	enabled = false;
	client.addToSendQueue( new Packet250CustomPayload( "SC0|SGCheck", null ) );
}

 

And the mod in question is here.

 

Am I missing something?

 

(I hope I gave enough information, and that this was the right place to post this. :P)

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.

Announcements



×
×
  • Create New...

Important Information

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