Thread: Running client with eclipse issues.

Results 1 to 5 of 5
  1. #1 Running client with eclipse issues. 
    Registered Member
    Join Date
    Feb 2015
    Posts
    46
    Thanks given
    3
    Thanks received
    2
    Rep Power
    10
    Hello all,

    After making my client into a .jar when i try and run it with eclipse i get this error

    java.lang.NullPointerException
    at com.client.client.RSInterface.addSpriteLoader(RSIn terface.java:11714)
    at com.client.client.RSInterface.gambleInterfaces(RSI nterface.java:311)
    at com.client.client.RSInterface.unpack(RSInterface.j ava:3715)
    at com.client.client.Client.load(Client.java:12704)
    at com.client.client.Client.startUp(Client.java:12523 )
    at com.client.client.RSApplet.run(RSApplet.java:164)
    at com.client.client.Client.run(Client.java:9127)
    at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-6" java.lang.NullPointerException
    at com.client.client.Client.drawLoginScreen(Client.ja va:15994)
    at com.client.client.Client.processDrawing(Client.jav a:14615)
    at com.client.client.RSApplet.run(RSApplet.java:238)
    at com.client.client.Client.run(Client.java:9127)
    at java.lang.Thread.run(Unknown Source)

    'super.run();' is what is on line 9127

    Code:
    	public void run() {
    		super.run();
    	}
    Any idea?

    Thank you.
    Reply With Quote  
     

  2. #2  
    Donator

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    27
    Posts
    2,101
    Thanks given
    381
    Thanks received
    334
    Rep Power
    297
    "java.lang.NullPointerException
    at com.client.client.RSInterface.addSpriteLoader(RSIn terface.java:11714)"

    By the looks of it you are may be missing an Image that makes the interface
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2015
    Posts
    46
    Thanks given
    3
    Thanks received
    2
    Rep Power
    10
    Every time it hits something like 'addSpriteLoader(id, 1068);' it errors. is this a client or cache issue?
    Reply With Quote  
     

  4. #4  
    OWNER @ BOFA (Now Hiring)
    Mr Bill's Avatar
    Join Date
    May 2010
    Posts
    517
    Thanks given
    15
    Thanks received
    35
    Rep Power
    62
    You may be missing the sprites needed. Did those come with the client?
    Attached image
    Reply With Quote  
     

  5. #5  
    Extreme Donator


    Join Date
    Aug 2016
    Posts
    597
    Thanks given
    109
    Thanks received
    96
    Rep Power
    254
    Do you have sprite 1068 in your cache?
    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. Help running CLIENT in Eclipse?
    By Flipybitz in forum Help
    Replies: 0
    Last Post: 01-19-2014, 02:12 AM
  2. tutorial to jar a client with eclipse?
    By OodlesOfNoodles in forum Help
    Replies: 1
    Last Post: 08-22-2013, 12:43 AM
  3. 718 running source with Eclipse error
    By daggertail90 in forum Help
    Replies: 3
    Last Post: 04-07-2013, 05:39 PM
  4. Run Error with Eclipse
    By Nirvana in forum Application Development
    Replies: 9
    Last Post: 01-09-2013, 02:26 AM
  5. how to run client with out putting cache in (C:)
    By Gluon in forum Configuration
    Replies: 7
    Last Post: 02-21-2009, 06:28 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •