Thread: DragonKK's Client Error? How to fix? (1 LITTLE ERROR) (STILL NOT SOLVED)

Results 1 to 10 of 10
  1. #1 DragonKK's Client Error? How to fix? (1 LITTLE ERROR) (STILL NOT SOLVED) 
    Registered Member
    Join Date
    Jul 2011
    Posts
    59
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Rep Power
    8
    BEFORE YOU SAY DRAGONKK'S CLIENT HAS A VIRUS! I KNOW BUT I GOT THE NON-INFECTED CACHE AND BESIDES, DRAGONKK'S VIRUS WAS BROKEN AND DIDNT DO CRAP

    Okay, so i finally got most of the errors when compiling Dragonkk's Client which can be found in the link below:
    562 Client Loading 663 + AutoUpdater + Sprites Editor

    Im only left down to 1 error here:
    src\Class30.java:21: error: not a statement
    (runtimeExceptionruntimeexception); {
    ^
    1 error
    Press any key to continue . . .
    This is the part where the trouble is occuring:
    (runtimeExceptionruntimeexception); {
    "OMG N00BS! JUST M3KE 1T A STATEMENT LULZLOLOL NOOB
    If i change it into a statemen here:
    } catch (runtimeExceptionruntimeexception); {
    I get this when compiling:
    src\Class30.java:21: error: illegal start of expression
    } catch (runtimeExceptionruntimeexception); {
    ^
    src\Class30.java:21: error: 'catch' without 'try'
    } catch (runtimeExceptionruntimeexception); {
    ^
    src\Class30.java:21: error: not a statement
    } catch (runtimeExceptionruntimeexception); {
    ^
    3 errors
    Press any key to continue . . .
    How do i fix this? and when i put try, i get more errors so no point to post that.

    How do i fix?
    Reply With Quote  
     

  2. #2  
    Registered Member lightx's Avatar
    Join Date
    Jun 2011
    Posts
    202
    Thanks
    19
    Thanked 23 Times in 17 Posts
    Rep Power
    18
    you can't have ; and { in the same line.
    so most likey you need to remove the ; or the { you should try both
    Reply With Quote  
     

  3. #3  
    Donator

    Major's Avatar
    Join Date
    Jan 2011
    Posts
    1,627
    Thanks
    668
    Thanked 932 Times in 460 Posts
    Rep Power
    2258
    Put a space between it????

    Code:
    (runtimeException runtimeexception);
    But i still have no idea what you are doing.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2011
    Posts
    59
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Rep Power
    8
    Quote Originally Posted by Major View Post
    Put a space between it????

    Code:
    (runtimeException runtimeexception);
    But i still have no idea what you are doing.
    I cant make the client connect to my server unless I have all these errors fixed. Can i send you a copy of my class30.java and u can try to fix?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2011
    Posts
    59
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Rep Power
    8
    Quote Originally Posted by Major View Post
    Put a space between it????

    Code:
    (runtimeException runtimeexception);
    Nope:
    src\Class30.java:21: error: illegal start of expression
    } catch (runtimeException runtimeexception); {
    ^
    src\Class30.java:21: error: 'catch' without 'try'
    } catch (runtimeException runtimeexception); {
    ^
    src\Class30.java:21: error: ')' expected
    } catch (runtimeException runtimeexception); {
    ^
    src\Class30.java:21: error: not a statement
    } catch (runtimeException runtimeexception); {
    ^
    src\Class30.java:21: error: ';' expected
    } catch (runtimeException runtimeexception); {
    ^
    5 errors
    Press any key to continue . . .
    Reply With Quote  
     

  6. #6  
    Registered Member lightx's Avatar
    Join Date
    Jun 2011
    Posts
    202
    Thanks
    19
    Thanked 23 Times in 17 Posts
    Rep Power
    18
    Like i said above
    try my way
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2011
    Posts
    59
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Rep Power
    8
    Quote Originally Posted by lightx View Post
    Like i said above
    try my way
    I did, not much done left, this is without the "} catch"
    (runtimeExceptionruntimeexception);
    throw runtimeexception;
    {
    When compiled:
    src\Class30.java:22: error: not a statement
    (runtimeExceptionruntimeexception);
    ^
    1 error
    Press any key to continue . . .
    This is with the } catch"
    } catch(runtimeExceptionruntimeexception);
    throw runtimeexception;
    {
    When compiled:
    src\Class30.java:22: error: illegal start of expression
    } catch(runtimeExceptionruntimeexception);
    ^
    src\Class30.java:22: error: 'catch' without 'try'
    } catch(runtimeExceptionruntimeexception);
    ^
    src\Class30.java:22: error: not a statement
    } catch(runtimeExceptionruntimeexception);
    ^
    3 errors
    Press any key to continue . . .
    So?
    Reply With Quote  
     

  8. #8  
    Registered Member lightx's Avatar
    Join Date
    Jun 2011
    Posts
    202
    Thanks
    19
    Thanked 23 Times in 17 Posts
    Rep Power
    18
    Code:
    (runtimeExceptionruntimeexception) {  
    }
    like that its not a stament so you dont use ;
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2011
    Posts
    59
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Rep Power
    8
    Quote Originally Posted by lightx View Post
    Code:
    (runtimeExceptionruntimeexception) {  
    }
    like that its not a stament so you dont use ;
    Does not work
    Reply With Quote  
     

  10. #10  
    I pwn no0bs


    Join Date
    Jul 2009
    Posts
    1,730
    Thanks
    59
    Thanked 768 Times in 224 Posts
    Rep Power
    2832
    How do you expect people to see your error when you post only 1 line?
    post whole method...
    Waiting for Mythruna
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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

Similar Threads

  1. DragonKK's client problem.
    By Hulu in forum Help
    Replies: 3
    Last Post: 10-04-2011, 12:33 AM
  2. 562 source 100% compatible with dragonkk's client
    By Cried Upon in forum Requests
    Replies: 7
    Last Post: 08-20-2011, 04:56 AM
  3. Replies: 8
    Last Post: 08-13-2011, 03:24 AM
  4. [562] Login Error. [SOLVED]
    By microshooter in forum Help
    Replies: 0
    Last Post: 10-15-2010, 09:12 AM
  5. [SOLVED] - Weird Run.bat Error -
    By Vault in forum Help
    Replies: 18
    Last Post: 04-25-2010, 09:10 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
  •