Thread: Animation bugs Troubleshooting!

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 Animation bugs Troubleshooting! 
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,556
    Thanks given
    183
    Thanks received
    198
    Rep Power
    561
    Well as many of you know the 525 and 602 anims or even 474 anims we use have bugs/glitches

    I am making this thread so people having problems don't need to create a whole new post and get a reply of info they already know a week after they created their thread.




    So let's get started!


    602 anims

    Spoiler for 602 bugfixes:

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    525 anims

    Spoiler for 525 bugfixes:

    [Only registered and activated users can see links. ]


    474 anims

    Spoiler for 474 bugfixes:

    [Only registered and activated users can see links. ]



    Dust! I need your help!

    I can help! the best way i can help you out is if you follow this easy step!

    Open up your client.java and search for the following:

    Code:
    ("loaderror " + aString1049
    You will come up with something like this:

    Code:
            catch(Exception exception)
            {
                signlink.reporterror("loaderror " + aString1049 + " " + anInt1079);
            }
    Now all you need to do is add this:
    Code:
    exception.printStackTrace();
    before the }

    Now what this does is, it will print out the lines where your client fails to unpack/load something!
    By copying the text what it prints in the black box i can help you fix your problem!


    Contact:

    You can either mail your problem or post it!

    Mail address:


    [Only registered and activated users can see links. ]


    Note: You can also add this address to your msn contacts!


    Have a bug fix for any of those reversion animations? Help us! Lets expand this list and help people who need it!

    If you do, please fill out this form and post it!

    Link:
    What does it do:
    On what list should it go:
    Reply With Quote  
     

  2. #2  
    King of the North
    Lord Stark's Avatar
    Join Date
    Jan 2010
    Age
    27
    Posts
    1,071
    Thanks given
    105
    Thanks received
    41
    Rep Power
    28
    first post!
    your releases.
    dose this fix the blinking anim stuff like with summoning skillcape emote?
    spoiler for people i respect
    [SPOIL]galkon, Cocoa, infexis, daza, SWAT, penor, clienthax, k4rn4ge, garyking, Ghost++, kenneh, coder alex, sanity, badger41, vagoo [/SPOIL]
    most epic series [email protected]!!
    [SPOIL]
    [/SPOIL]
    Reply With Quote  
     

  3. #3  
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,556
    Thanks given
    183
    Thanks received
    198
    Rep Power
    561
    Quote Originally Posted by king elf View Post
    first post!
    your releases.
    dose this fix the blinking anim stuff like with summoning skillcape emote?
    I am going to make a fix for that too soon!
    Reply With Quote  
     

  4. #4  
    King of the North
    Lord Stark's Avatar
    Join Date
    Jan 2010
    Age
    27
    Posts
    1,071
    Thanks given
    105
    Thanks received
    41
    Rep Power
    28
    Quote Originally Posted by Vagoo View Post
    I am going to make a fix for that too soon!
    !!sweeet!!! your added to my siggy @!
    spoiler for people i respect
    [SPOIL]galkon, Cocoa, infexis, daza, SWAT, penor, clienthax, k4rn4ge, garyking, Ghost++, kenneh, coder alex, sanity, badger41, vagoo [/SPOIL]
    most epic series [email protected]!!
    [SPOIL]
    [/SPOIL]
    Reply With Quote  
     

  5. #5  
    Registered Member Byakuya Kuchiki's Avatar
    Join Date
    Sep 2009
    Posts
    421
    Thanks given
    6
    Thanks received
    7
    Rep Power
    17
    I'm having quite an annoying time with it. Either get unpacking 65 error or they just plain out don't work.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #6  
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,556
    Thanks given
    183
    Thanks received
    198
    Rep Power
    561
    Quote Originally Posted by Byakuya Kuchiki View Post
    I'm having quite an annoying time with it. Either get unpacking 65 error or they just plain out don't work.
    Are you talking about the 602 anims or the 525 ones?
    Reply With Quote  
     

  7. #7  
    Registered Member Byakuya Kuchiki's Avatar
    Join Date
    Sep 2009
    Posts
    421
    Thanks given
    6
    Thanks received
    7
    Rep Power
    17
    Quote Originally Posted by vagoo View Post
    are you talking about the 602 anims or the 525 ones?
    474. Xd

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #8  
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,556
    Thanks given
    183
    Thanks received
    198
    Rep Power
    561
    Quote Originally Posted by Byakuya Kuchiki View Post
    474. Xd
    Allright i updated the thread! follow the i need your help snippet on my first post!
    Reply With Quote  
     

  9. #9  
    King of the North
    Lord Stark's Avatar
    Join Date
    Jan 2010
    Age
    27
    Posts
    1,071
    Thanks given
    105
    Thanks received
    41
    Rep Power
    28
    cant wait for the flashing anim things summoning skillcape emote would be epic
    spoiler for people i respect
    [SPOIL]galkon, Cocoa, infexis, daza, SWAT, penor, clienthax, k4rn4ge, garyking, Ghost++, kenneh, coder alex, sanity, badger41, vagoo [/SPOIL]
    most epic series [email protected]!!
    [SPOIL]
    [/SPOIL]
    Reply With Quote  
     

  10. #10  
    Registered Member Byakuya Kuchiki's Avatar
    Join Date
    Sep 2009
    Posts
    421
    Thanks given
    6
    Thanks received
    7
    Rep Power
    17
    Code:
    RS2 user client - release #317
    Error: loaderror Requesting animations 65
    java.lang.ArrayIndexOutOfBoundsException: 113182112
            at Stream.readUnsignedByte(Stream.java:129)
            at Class18.<init>(Class18.java:10)
            at Class36.method529(Class36.java:132)
            at client.processOnDemandQueue(client.java:3297)
            at client.startUp(client.java:7989)
            at RSApplet.run(RSApplet.java:41)
            at client.run(client.java:5179)
            at java.lang.Thread.run(Unknown Source)

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. 602 Animation Bugs
    By Renew in forum Help
    Replies: 18
    Last Post: 11-10-2010, 03:38 AM
  2. Cheap-fixes for SWAT's animation tutorial bugs
    By Naughty Panda in forum Tutorials
    Replies: 28
    Last Post: 10-02-2010, 04:00 PM
  3. Replies: 8
    Last Post: 08-20-2010, 07:59 PM
  4. BUGS, need help
    By RunePro in forum Help
    Replies: 0
    Last Post: 01-30-2010, 06:17 PM
  5. Replies: 8
    Last Post: 07-22-2009, 08:55 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
  •