Thread: [Dragon History] T1 Error/Your account is already logged in [Deadlock?]

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 [Dragon History] T1 Error/Your account is already logged in [Deadlock?] 
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    New problem

    I changed skillsCount in Skills to 25, which should be a large enough integer and I get a T1. But now when I login I logout shortly after (about 10 seconds).

    Note: the error is being printed with signlink.readerror(String) which simply isn't going to give me enough informaton, what else can I do to read this error to the fullest?

    T1 Error in spoiler. Don't mind the T2, it's fixed.

    [SPOIL]
    I don't have the picture just yet but it will be uploaded soon once it happens again to me. I've only started using this source as of yesterday and it seems half decent. Unfortunately, after the server has been on for a while, im disconnected and i can't login. Has anyone had this issue before? If so please do tell me whats up, i'm very interested in fixing this shit, it's pissin me off.



    line 13853:

    Code:
    				case 134:
    					needDrawTabArea = true;
    					int k1 = inStream.readUnsignedByte();
    					int i10 = inStream.method439();
    					int l15 = inStream.readUnsignedByte();
    					int oldXp = currentExp[k1];
    					if(drawXpBar) {
    						drawFlag = true;
    					}
    					currentExp[k1] = i10;
    					currentStats[k1] = l15;
    					maxStats[k1] = 1;
    						testXp += i10-oldXp;
    						xpToDraw += i10-oldXp;
    						if(testXp == currentExp[k1]) {
    							testXp = 0;
    							xpToDraw = 0;
    						}
    					for(int k20 = 0; k20 < 98; k20++)
    						if(i10 >= anIntArray1019[k20])
    							maxStats[k1] = k20 + 2;
    					pktType = -1;
    				return true;
    [/SPOIL]
    Reply With Quote  
     

  2. #2  
    Registered Member
    Polish Civil's Avatar
    Join Date
    May 2010
    Age
    28
    Posts
    1,345
    Thanks given
    484
    Thanks received
    191
    Rep Power
    463
    Boooo Change error prints to print currnent opcode or sth?


    Reply With Quote  
     

  3. #3  
    PokeNation! Xaves's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    3,476
    Thanks given
    356
    Thanks received
    788
    Rep Power
    646
    If you don't understand the t1s and t2s simply coment them out and print the exception that is catched...
    Reply With Quote  
     

  4. #4  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    As you requested Xaves.
    Reply With Quote  
     

  5. #5  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    BUMP - Need this badly.
    Reply With Quote  
     

  6. #6  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    Bump

    EDIT: beatiful 24 hour cap
    Reply With Quote  
     

  7. #7  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    int oldXp = currentExp[k1];

    throws an arrayoutofboundsexception "24"

    that means k1 = 24 which is bigger than currentExp's max. Find currentExp's declaration and increase it by 1


    ~flow@hacking . rs
    Reply With Quote  
     

  8. #8  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    Quote Originally Posted by phl0w View Post
    int oldXp = currentExp[k1];

    throws an arrayoutofboundsexception "24"

    that means k1 = 24 which is bigger than currentExp's max. Find currentExp's declaration and increase it by 1
    Was it tl;dr for you? That has already been fixed.
    Reply With Quote  
     

  9. #9  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    Oh sorry, I saw a spoiler and clicked that and thought that is what you needed help with. Sec ill edit this post in a bit


    ~flow@hacking . rs
    Reply With Quote  
     

  10. #10  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    Can you post what error it prints?


    ~flow@hacking . rs
    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. [PI] Dragon-History [Aintaro]
    By Aintaro. in forum Downloads
    Replies: 234
    Last Post: 06-26-2013, 01:01 PM
  2. [PI] - Dragon History Bank T2 error fix
    By woof woof bish in forum Snippets
    Replies: 19
    Last Post: 05-14-2013, 01:00 AM
  3. [PI] - Dragon History item switching error fix
    By woof woof bish in forum Snippets
    Replies: 15
    Last Post: 02-03-2012, 12:20 AM
  4. Help @ Dragon-History
    By jizzscape in forum Help
    Replies: 2
    Last Post: 02-01-2012, 06:38 PM
  5. dragon history tele
    By @Strp@ in forum Help
    Replies: 0
    Last Post: 01-18-2010, 12:36 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
  •