Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/27/19 in all areas

  1. There are four kinds of exceptions: Fatal. They aren't your fault and there's nothing you can do about it. Let the program crash. Vexing. They are the result of unfortunate design decisions. Avoid them if you can. If you can't, catch is vexing exceptions. Exogenous. They are the result of untidy external realities impinging upon your beautiful, crisp program logic. Try it and be prepared to handle the unfortunate realities. Boneheaded. These are your own damn fault. These are bugs. Never catch these. Fix your code so that it never triggers a boneheaded exception. A ClassCastException is #4
    1 point
  2. It would seem that immersive portals and chisels & bits 2 are both calling client classes, which will crash a dedicated server. Double check that there are not special instructions for server setup, and probably report to the mod authors.
    1 point
  3. You can attach IntelliJ’s debugger to non-development minecraft and debug it. Eclipse might have something similar
    1 point
×
×
  • Create New...

Important Information

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