Thread: load interface error

Results 1 to 3 of 3
  1. #1 load interface error 
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    31
    Posts
    3,113
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    im trying to use skiii's class select interface, but whenever it tries to unpack, i always get the error saying that i need to reboot computer, or clear web cache, etc. i added everything just as i was supposed to.
    Code:
    private static Class30_Sub2_Sub1_Sub1 loadSprite(int i, String s)
    	{
    		long l = (Class50.method585((byte)1, s) << 8) + (long)i;
    		Class30_Sub2_Sub1_Sub1 class30_sub2_sub1_sub1 = (Class30_Sub2_Sub1_Sub1)aClass12_238.method222(l);
    		if(class30_sub2_sub1_sub1 != null) {
    		return class30_sub2_sub1_sub1;
    		}
    		try {
    		 class30_sub2_sub1_sub1 = new Class30_Sub2_Sub1_Sub1((new StringBuilder()).append("./Files/interface/").append(s).append(" ").append(i).append(".png").toString());
    		aClass12_238.method223(class30_sub2_sub1_sub1, l, (byte)2);
    		} catch(Exception exception) {
    		return null;
    		}
    		return class30_sub2_sub1_sub1;
    	}
    says to put it in files/interface, i did. i put every sprite in the folder interface, and even tried adding the actual class select folder. but i keep getting the error. any please help? ill rep.

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for http://www.rune-server.org/runescape...pve-based.html
     

  2. #2  
    Registered Member
    rmb7's Avatar
    Join Date
    Nov 2008
    Posts
    1,023
    Thanks given
    2
    Thanks received
    12
    Rep Power
    200
    I have the same problem. I would be awesome if someone could help us.
     

  3. #3  
    Member load interface error Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    have you actually chcked that all hes methods etc r actually using the loadsprite? could be the problem, ile have a look for you.
    ILY Stewie.
     


Thread Information
Users Browsing this Thread

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


User Tag List

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