Results 1 to 3 of 3

Thread: Recurring Error Message

  1. #1
    Stats God in Training Darkness Productions's Avatar
    Join Date
    Dec 2001
    Location
    The land of dp!
    Posts
    4,164

    Recurring Error Message

    Just thought I'd let the project admins know that I was getting this error. It's running on a Linux box (no X-Windows), with Java 1.4.1 JDK.

    Code:
    InteractiveTaskClient exception: null
    java.lang.NullPointerException
            at islandev.IslandsEvoGUI.set(IslandsEvoGUI.java:63)
            at distrit.server.FineGrainedInteractiveTasks.set(Unknown Source)
            at distrit.client.InteractiveTaskClient.connectLoop(InteractiveTaskClient.java:97)
            at distrit.client.InteractiveTaskClient.main(InteractiveTaskClient.java:236)
    It seems to happen about every 30 minutes. I'll let you know if it continues.

  2. #2
    Stats God in Training Darkness Productions's Avatar
    Join Date
    Dec 2001
    Location
    The land of dp!
    Posts
    4,164
    Just got it again...

    Code:
    2003.11.10 15:13:19.441
      P0, Gen: 2480, Top: F<f>0.9999999999996994</f><p0>0.4716981132075471</p0><p1>0.4716981132075471</p1><p2>0.592741935483871</p2><g>VqUZqUVqMZqMCuVSC74HsJo5SC9JoLSMC4RsJoASMEJoTSYKS[J7vuBsA7uA4AGJqF4eO8AAZvuSmScKL4AA7sQ46P4gRAvuAl[UlsId8J[C4eOBAO[]8~lb[dY~lbZiMiTe5TUUldSSsCQvMhbAvuIU8VdE~lb6tiqFcnk9lQaZqMrBiRBjiF4^cQUc44A2Zro1ViQq]JmC[aAV~Q[Eppde7sQ4Y1jjvHX8ecS[KBIU8[KBSHG0]M7tQ]]cV~Q^cQ[dvfMBV~QhCFQcMId8Z5C[dv]S0lIc7sQSq]SmSPsAVr6hDcVqNItJ~lBrleUldoeGfl4hQsSeGQcM3eLg~5nk9YZXjk9SR4[FMJ9jfkJ4AA[tTWPo</g><l>2232</l>, Avg: 0.9999999999996994
    
    
    InteractiveTaskClient exception: null
    java.lang.NullPointerException
            at islandev.IslandsEvoGUI.set(IslandsEvoGUI.java:63)
            at distrit.server.FineGrainedInteractiveTasks.set(Unknown Source)
            at distrit.client.InteractiveTaskClient.connectLoop(InteractiveTaskClient.java:97)
            at distrit.client.InteractiveTaskClient.main(InteractiveTaskClient.java:236)

  3. #3
    The client isn't finding a DISPLAY to show the GUI. This is a separate thread and doesn't interfere with the main thread at all.

    Did you want the GUI though?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •