Jump to content

Server Error | Need Help Diagnosing Problem


DiabolusNeil

Recommended Posts

Hello. I'm kinda new at this, so please don't hate on me. Here's the scenario:

 

I created a mod pack. I will list a few details about it first. It requires the Technic launcher, and I have done a lot of licensing-investigating to see if all of these mods are allowed to be used in a public mod pack without any special permission. It contains 26 mods (50 according to Forge), and is a pretty big pack, though it seems stable enough, and does not randomly crash. Running the mod pack in Singleplayer works perfectly fine. Nothing strange.

 

I then proceeded to test the pack in Multiplayer, so I started with a control. I ran a little Forge server with no problems. I then installed all of my mods into the server. I get these messages.

 

ForgeModLoader-server-1.log: http://pastebin.com/E8k0GWMT

Corresponding Crash Report: http://pastebin.com/SESWjj4f

 

I tested this 2 more times, same exact thing happens.

 

I'm only good with reading simple error messages, but I can't decipher anything with this. Could someone please explain what I'm doing wrong?

if (user.hasKnowledgeOfJava) {

    if (user.question.hasCode) {

        return interpetHelpfulResponse(user.getQuestion());

    } else {

        return "Could you post your code please?";

    }

} else {

    return "Learn some freaking Java!";

}

Link to comment
Share on other sites

Thanks! I'm guessing the problem was caused by Zan's Minimap being strictly a client-side mod, and it cannot be installed on servers.

if (user.hasKnowledgeOfJava) {

    if (user.question.hasCode) {

        return interpetHelpfulResponse(user.getQuestion());

    } else {

        return "Could you post your code please?";

    }

} else {

    return "Learn some freaking Java!";

}

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.