Thread: Open bank = crash

Results 1 to 10 of 10
  1. #1 Open bank = crash 
    OSRS - Cheunge
    Cheung's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    478
    Thanks given
    74
    Thanks received
    30
    Rep Power
    46
    OK, I was just wondering why every time I try to use/open the bank on my server it crashed the client? could this be because of the interface of the bank is different then the client I am using right now? If so, how do I change this interface? Thanks, I would really appreciate it if someone could help me, thanks.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2010
    Posts
    1,730
    Thanks given
    56
    Thanks received
    97
    Rep Power
    0
    what error comes up in the client cmd?
    Reply With Quote  
     

  3. #3  
    OSRS - Cheunge
    Cheung's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    478
    Thanks given
    74
    Thanks received
    30
    Rep Power
    46
    Error


    Exception in thread "Thread-5" java.lang.NullPointerException
    at client.method119(client.java:10161)
    at client.draw3dscreen(client.java:9894)
    at client.method146(client.java:13600)
    at client.drawgamescreen(client.java:8993)
    at client.processdrawing(client.java:9829)
    at RSApplet.run(RSApplet.java:108)
    at client.run(client.java:5583)
    at java.lang.Thread.run(unknown source)



    That's the error I get.
    Reply With Quote  
     

  4. #4  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    check RsInterface.java and see wat the interface is for the bank. most likely 23000. playerassistant.java in public void openUpBank() change 5292 i think to 23000
    Reply With Quote  
     

  5. #5  
    OSRS - Cheunge
    Cheung's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    478
    Thanks given
    74
    Thanks received
    30
    Rep Power
    46
    Quote Originally Posted by animeking1120 View Post
    check RsInterface.java and see wat the interface is for the bank. most likely 23000. playerassistant.java in public void openUpBank() change 5292 i think to 23000
    There are quite a few bank interfaces in the RsInterface.java. How am I sure witch one to change? O.o

    EDIT - I changed what I thought it might be, according to your advice and I still get the error.

    Attached image
    Reply With Quote  
     

  6. #6  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Code:
    public static void configureBank(RSFont[] TDA) {
    		RSInterface Tab = addTabInterface(23000);
    ur looking for that number
    Reply With Quote  
     

  7. #7  
    OSRS - Cheunge
    Cheung's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    478
    Thanks given
    74
    Thanks received
    30
    Rep Power
    46
    Ok, I changed it to 23000, but yet I am still having the same issue. Could there be any other possible problems, that can be fixed? :\

    Attached image
    Reply With Quote  
     

  8. #8  
    I'm Back

    Stewie's Avatar
    Join Date
    Jul 2008
    Age
    29
    Posts
    7,987
    Thanks given
    1,877
    Thanks received
    1,491
    Rep Power
    5000
    Did you initialize the bank interface client-side?


    Reply With Quote  
     

  9. #9  
    OSRS - Cheunge
    Cheung's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    478
    Thanks given
    74
    Thanks received
    30
    Rep Power
    46
    Quote Originally Posted by Stewie View Post
    Did you initialize the bank interface client-side?
    No sir, I don't think I have. Is there maybe somthing more basic I should start on coding other then PI and my own client, like the site RS-PS.org, I can use there webclients, and just work on server for now, then make my own client in the future or somthing? :\

    Attached image
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jan 2016
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    ANyone can help with this issue?

    Exception in thread "Thread-5" java.lang.NullPointerException
    at client.method119(client.java:10969)
    at client.draw3dScreen(client.java:10697)
    at client.method146(client.java:14041)
    at client.drawGameScreen(client.java:9397)
    at client.processDrawing(client.java:10629)
    at RSApplet.run(RSApplet.java:185)
    at client.run(client.java:5623)
    at java.lang.Thread.run(Thread.java:745)

    :L
    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. [PI] Open bank in quest tab
    By Neruzycra in forum Help
    Replies: 9
    Last Post: 01-28-2011, 05:40 PM
  2. Making a bank deposit box open up bank!
    By slickey rickey in forum Tutorials
    Replies: 10
    Last Post: 12-11-2009, 01:19 PM
  3. Open bank error
    By R&R' in forum Help
    Replies: 2
    Last Post: 07-22-2009, 07:06 AM
  4. Replies: 3
    Last Post: 07-18-2009, 02:16 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
  •