Thread: What is this and how do i fix?

Results 1 to 3 of 3
  1. #1 What is this and how do i fix? 
    Registered Member

    Join Date
    Aug 2012
    Posts
    1,727
    Thanks given
    907
    Thanks received
    362
    Rep Power
    387
    Code:
    java.lang.NullPointerException
            at com.rs.game.player.actions.Slayer.checkRequirement(Slayer.java:282)
            at com.rs.game.player.actions.PlayerCombat.checkAll(PlayerCombat.java:25
    82)
            at com.rs.game.player.actions.PlayerCombat.start(PlayerCombat.java:50)
            at com.rs.game.player.ActionManager.setSkill(ActionManager.java:39)
            at com.rs.game.npc.combat.CombatScript$1.run(CombatScript.java:54)
            at com.rs.game.tasks.WorldTasksManager.processTasks(WorldTasksManager.ja
    va:19)
            at com.rs.cores.WorldThread.run(WorldThread.java:23)
    WTF IS THIS? Please help me fixing it
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2012
    Posts
    261
    Thanks given
    62
    Thanks received
    27
    Rep Power
    0
    its an nullpointerexception
    Spoiler for :
    Quote Originally Posted by Project-xv2 View Post
    WTF DOES THIS MEAN? it happend after i finaly got sof to work

    and this error when compiling, witch makes no sense because i replaced evrything in utils with stuff from a new matrix source
    if you think this is about sof then you may quit making rsps

    Reply With Quote  
     

  3. #3  
    Registered Member
    efosomnus's Avatar
    Join Date
    Jul 2011
    Age
    28
    Posts
    69
    Thanks given
    22
    Thanks received
    2
    Rep Power
    118
    Quote Originally Posted by redevolutionx View Post
    its an nullpointerexception

    this is why we still have stupid questions in the help section... people like you... at least give him a lead....

    Inc Turm, the exception you ask about happens when you make a variable but dont make an object..if you make a variable BEFORE creating the object you get a NullPointerException... though this can also be caused by even placing something in the wrong place.. go back to your most recently modified files and see if everything is in tip top shape buddy...

    By the way your error looks, it should be in your Slayer.java around line 282..
    Working on a server using VichY's source.
    Thanks bro.
    50% Done


    Xenon4Pres
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 5
    Last Post: 08-20-2010, 01:27 PM
  2. Replies: 7
    Last Post: 01-07-2009, 03:17 PM
  3. Replies: 31
    Last Post: 03-01-2008, 06:40 AM
  4. Replies: 57
    Last Post: 02-19-2008, 10:42 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •