Solved NullPointerException, can't fint the problem!

Discussion in 'Plugin Development' started by Maxx_Qc, Oct 22, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Maxx_Qc

    Hi, I've got a problem and can't fix it!

    SOLVED!

    Thank you!
     
    Last edited: Oct 22, 2015
  2. Offline

    mythbusterma

    @Maxx_Qc

    at qc.maxx.duelpl.utils.DuelManager.sendNormalDuelRequest(DuelManager.java:380)

    It's on line 380?

    Something on line 380 is null. Find out what.
     
  3. @Maxx_Qc
    Supposing that 387 is 380:
    sysout(duelSender);
    sysout(this.mm);

    Some of them must be null
     
  4. Offline

    Maxx_Qc

    Got it, thank you
     
Thread Status:
Not open for further replies.

Share This Page