Thread: Osrs #83 v2

Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39
  1. #21  
    Registered Member
    Join Date
    Jun 2015
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Can you actually add me on skype please I'm looking for a little bit of help and if I need to I'll pay!
    Reply With Quote  
     

  2. #22  
    WHAT DO I PUT HERE!?

    Join Date
    Apr 2015
    Posts
    294
    Thanks given
    3
    Thanks received
    47
    Rep Power
    44
    Quote Originally Posted by Huey View Post
    Fucking fix it urself then
    He won't be able too considering he had to make a help thread on reached the end of parsing error ha
    Reply With Quote  
     

  3. #23  
    Registered Member `Dell's Avatar
    Join Date
    Feb 2009
    Age
    30
    Posts
    146
    Thanks given
    6
    Thanks received
    2
    Rep Power
    37
    Whenever I log in, I get disconnected right away and with this message in the server cmd:

    Aug 10, 2016 11:30:50 AM org.apollo.network.ApolloHandler channelDisconnected
    INFO: Channel disconnected: [id: 0xa0db2afa, /127.0.0.1:55527 :> /127.0.0.1:43594]
    Aug 10, 2016 11:30:50 AM org.apollo.game.model.World unregister
    INFO: Unregistered player: org.apollo.game.model.Player [username=Test, privilegeLevel=STANDARD] [online=0]

    And this message from the client:

    Error: client:805 client:2405 Class_ej:183 Class_ej:147 Thread:745 | java.lang.RuntimeException: 262,52 | 129,56,56,52,3210,3424,-128,31,-4,16,-47,0,0,0,3,0,49,56,3,54,3,53,3,52,3,51,3,55,3,40,3 ,0,0,0,0,0,10,1,42,1,33,1,0,1,36,1,26,1,0,18,1,0,0 ,0,0,-1,


    Any ideas?

    Also, when compiling the client I get this:

    src\LoginHandler.java:245: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    JSObject.getWindow(var_client).call("zap", null);
    ^
    cast to Object for a varargs call
    cast to Object[] for a non-varargs call and to suppress this warning
    src\LoginHandler.java:252: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    JSObject.getWindow(var_client).call("unzap", null);
    ^
    cast to Object for a varargs call
    cast to Object[] for a non-varargs call and to suppress this warning
    src\Class_g.java:242: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    JSObject.getWindow(applet).call("loggedout", null);
    ^
    cast to Object for a varargs call
    cast to Object[] for a non-varargs call and to suppress this warning
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 warnings
    Press any key to continue . . .

    After compiling with -Xlint:unchecked I am now getting this:

    Information:Using javac 1.8.0_65 to compile java sources
    Information:10/08/2016 11:46 - Compilation completed successfully with 18 warnings in 7s 565ms
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\LoginHandler.java
    Warning: (227, 105) java: unchecked call to put(K,V) as a member of the raw type java.util.HashMap
    Warning: (245, 116) java: non-varargs call of varargs method with inexact argument type for last parameter;
    cast to java.lang.Object for a varargs call
    cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    Warning: (252, 118) java: non-varargs call of varargs method with inexact argument type for last parameter;
    cast to java.lang.Object for a varargs call
    cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_ai.java
    Warning: (182, 57) java: unchecked call to put(K,V) as a member of the raw type java.util.Map
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_hq.java
    Warning: (27, 49) java: unchecked method invocation: method sort in class java.util.Collections is applied to given types
    required: java.util.List<T>,java.util.Comparator<? super T>
    found: java.util.List,java.util.Comparator
    Warning: (27, 50) java: unchecked conversion
    required: java.util.List<T>
    found: java.util.List
    Warning: (27, 64) java: unchecked conversion
    required: java.util.Comparator<? super T>
    found: java.util.Comparator
    Warning: (29, 88) java: unchecked method invocation: method reverseOrder in class java.util.Collections is applied to given types
    required: java.util.Comparator<T>
    found: java.util.Comparator
    Warning: (29, 89) java: unchecked conversion
    required: java.util.Comparator<T>
    found: java.util.Comparator
    Warning: (29, 49) java: unchecked method invocation: method sort in class java.util.Collections is applied to given types
    required: java.util.List<T>,java.util.Comparator<? super T>
    found: java.util.List,java.util.Comparator
    Warning: (29, 50) java: unchecked conversion
    required: java.util.List<T>
    found: java.util.List
    Warning: (29, 88) java: unchecked conversion
    required: java.util.Comparator<? super T>
    found: java.util.Comparator
    Warning: (48, 41) java: unchecked call to add(E) as a member of the raw type java.util.List
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_a.java
    Warning: (50, 72) java: unchecked call to put(K,V) as a member of the raw type java.util.HashMap
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_g.java
    Warning: (242, 86) java: non-varargs call of varargs method with inexact argument type for last parameter;
    cast to java.lang.Object for a varargs call
    cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_dd.java
    Warning: (63, 57) java: unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\com\jagex\AppletStubContext.java
    Warning: (130, 25) java: getStreamKeys() in com.jagex.AppletStubContext implements getStreamKeys() in java.applet.AppletContext
    return type requires unchecked conversion from java.util.Iterator to java.util.Iterator<java.lang.String>
    Warning: (89, 28) java: getApplets() in com.jagex.AppletStubContext implements getApplets() in java.applet.AppletContext
    return type requires unchecked conversion from java.util.Enumeration to java.util.Enumeration<java.applet.Applet>
    Reply With Quote  
     

  4. #24  
    Registered Member

    Join Date
    Jul 2016
    Posts
    96
    Thanks given
    0
    Thanks received
    22
    Rep Power
    100
    Quote Originally Posted by `Dell View Post
    Whenever I log in, I get disconnected right away and with this message in the server cmd:

    Aug 10, 2016 11:30:50 AM org.apollo.network.ApolloHandler channelDisconnected
    INFO: Channel disconnected: [id: 0xa0db2afa, /127.0.0.1:55527 :> /127.0.0.1:43594]
    Aug 10, 2016 11:30:50 AM org.apollo.game.model.World unregister
    INFO: Unregistered player: org.apollo.game.model.Player [username=Test, privilegeLevel=STANDARD] [online=0]

    And this message from the client:

    Error: client:805 client:2405 Class_ej:183 Class_ej:147 Thread:745 | java.lang.RuntimeException: 262,52 | 129,56,56,52,3210,3424,-128,31,-4,16,-47,0,0,0,3,0,49,56,3,54,3,53,3,52,3,51,3,55,3,40,3 ,0,0,0,0,0,10,1,42,1,33,1,0,1,36,1,26,1,0,18,1,0,0 ,0,0,-1,


    Any ideas?

    Also, when compiling the client I get this:

    src\LoginHandler.java:245: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    JSObject.getWindow(var_client).call("zap", null);
    ^
    cast to Object for a varargs call
    cast to Object[] for a non-varargs call and to suppress this warning
    src\LoginHandler.java:252: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    JSObject.getWindow(var_client).call("unzap", null);
    ^
    cast to Object for a varargs call
    cast to Object[] for a non-varargs call and to suppress this warning
    src\Class_g.java:242: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    JSObject.getWindow(applet).call("loggedout", null);
    ^
    cast to Object for a varargs call
    cast to Object[] for a non-varargs call and to suppress this warning
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 warnings
    Press any key to continue . . .

    After compiling with -Xlint:unchecked I am now getting this:

    Information:Using javac 1.8.0_65 to compile java sources
    Information:10/08/2016 11:46 - Compilation completed successfully with 18 warnings in 7s 565ms
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\LoginHandler.java
    Warning: (227, 105) java: unchecked call to put(K,V) as a member of the raw type java.util.HashMap
    Warning: (245, 116) java: non-varargs call of varargs method with inexact argument type for last parameter;
    cast to java.lang.Object for a varargs call
    cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    Warning: (252, 118) java: non-varargs call of varargs method with inexact argument type for last parameter;
    cast to java.lang.Object for a varargs call
    cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_ai.java
    Warning: (182, 57) java: unchecked call to put(K,V) as a member of the raw type java.util.Map
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_hq.java
    Warning: (27, 49) java: unchecked method invocation: method sort in class java.util.Collections is applied to given types
    required: java.util.List<T>,java.util.Comparator<? super T>
    found: java.util.List,java.util.Comparator
    Warning: (27, 50) java: unchecked conversion
    required: java.util.List<T>
    found: java.util.List
    Warning: (27, 64) java: unchecked conversion
    required: java.util.Comparator<? super T>
    found: java.util.Comparator
    Warning: (29, 88) java: unchecked method invocation: method reverseOrder in class java.util.Collections is applied to given types
    required: java.util.Comparator<T>
    found: java.util.Comparator
    Warning: (29, 89) java: unchecked conversion
    required: java.util.Comparator<T>
    found: java.util.Comparator
    Warning: (29, 49) java: unchecked method invocation: method sort in class java.util.Collections is applied to given types
    required: java.util.List<T>,java.util.Comparator<? super T>
    found: java.util.List,java.util.Comparator
    Warning: (29, 50) java: unchecked conversion
    required: java.util.List<T>
    found: java.util.List
    Warning: (29, 88) java: unchecked conversion
    required: java.util.Comparator<? super T>
    found: java.util.Comparator
    Warning: (48, 41) java: unchecked call to add(E) as a member of the raw type java.util.List
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_a.java
    Warning: (50, 72) java: unchecked call to put(K,V) as a member of the raw type java.util.HashMap
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_g.java
    Warning: (242, 86) java: non-varargs call of varargs method with inexact argument type for last parameter;
    cast to java.lang.Object for a varargs call
    cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\Class_dd.java
    Warning: (63, 57) java: unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
    C:\Users\conta\Desktop\OSRS Private Server\ContaScape\83 Client\src\com\jagex\AppletStubContext.java
    Warning: (130, 25) java: getStreamKeys() in com.jagex.AppletStubContext implements getStreamKeys() in java.applet.AppletContext
    return type requires unchecked conversion from java.util.Iterator to java.util.Iterator<java.lang.String>
    Warning: (89, 28) java: getApplets() in com.jagex.AppletStubContext implements getApplets() in java.applet.AppletContext
    return type requires unchecked conversion from java.util.Enumeration to java.util.Enumeration<java.applet.Applet>
    Yeah you need to place the full #83 cache in the LIVE83 folder in jagexcache -> oldschool or it does that.
    Reply With Quote  
     

  5. #25  
    Registered Member `Dell's Avatar
    Join Date
    Feb 2009
    Age
    30
    Posts
    146
    Thanks given
    6
    Thanks received
    2
    Rep Power
    37
    Quote Originally Posted by Deaded View Post
    Yeah you need to place the full #83 cache in the LIVE83 folder in jagexcache -> oldschool or it does that.
    I have done so, but still get the same error in the client:
    Error: client:805 client:2405 Class_ej:183 Class_ej:147 Thread:745 | java.lang.RuntimeException: 262,57 | 129,56,56,57,3210,3424,-128,31,-4,16,-52,0,0,0,3,0,115,117,99,114,97,77,56,3,54,3,53,3,5 2,3,51,3,55,3,40,3,0,0,0,0,0,10,1,42,1,33,1,0,1,36 ,1,26,1,0,18,1,

    Fixed that but now all I get is this: http://imgur.com/AgqvcWC

    Here is what the server is doing:
    INFO: Ready for connections.
    Aug 10, 2016 8:46:56 PM org.apollo.network.ApolloHandler channelConnected
    INFO: Channel connected: [id: 0x9c9ef79d, /127.0.0.1:53116 => /127.0.0.1:43594]
    Aug 10, 2016 8:47:01 PM org.apollo.network.ApolloHandler channelConnected
    INFO: Channel connected: [id: 0x63a09015, /127.0.0.1:53117 => /127.0.0.1:43594]
    RSa header 1
    Aug 10, 2016 8:47:01 PM org.apollo.game.model.World register
    INFO: Registered player: org.apollo.game.model.Player [username=1, privilegeLevel=STANDARD] [online=1]
    Sending root: 548
    Aug 10, 2016 8:47:01 PM org.apollo.network.ApolloHandler channelDisconnected
    INFO: Channel disconnected: [id: 0x9c9ef79d, /127.0.0.1:53116 :> /127.0.0.1:43594]
    Aug 10, 2016 8:47:01 PM org.apollo.network.ApolloHandler channelConnected
    INFO: Channel connected: [id: 0xd1e603bd, /127.0.0.1:53118 => /127.0.0.1:43594]
    Aug 10, 2016 8:47:02 PM org.apollo.network.ApolloHandler channelConnected
    INFO: Channel connected: [id: 0xac10585c, /127.0.0.1:53119 => /127.0.0.1:43594]
    Aug 10, 2016 8:47:02 PM org.apollo.network.ApolloHandler channelDisconnected
    INFO: Channel disconnected: [id: 0xd1e603bd, /127.0.0.1:53118 :> /127.0.0.1:43594]
    Aug 10, 2016 8:47:02 PM org.apollo.network.ApolloHandler channelDisconnected
    INFO: Channel disconnected: [id: 0xac10585c, /127.0.0.1:53119 :> /127.0.0.1:43594]
    Aug 10, 2016 8:47:02 PM org.apollo.network.ApolloHandler channelConnected
    INFO: Channel connected: [id: 0x90a50f02, /127.0.0.1:53120 => /127.0.0.1:43594]
    Aug 10, 2016 8:47:02 PM org.apollo.network.ApolloHandler channelDisconnected
    INFO: Channel disconnected: [id: 0x90a50f02, /127.0.0.1:53120 :> /127.0.0.1:43594]
    Reply With Quote  
     

  6. #26  
    l e l w o t

    Box's Avatar
    Join Date
    Jan 2016
    Posts
    230
    Thanks given
    76
    Thanks received
    55
    Rep Power
    156
    Beautiful. Thanks for the release. Here's a gif
    Attached image
    Reply With Quote  
     

  7. #27  
    Registered Member 2nubs1cup's Avatar
    Join Date
    Jan 2013
    Posts
    972
    Thanks given
    77
    Thanks received
    90
    Rep Power
    15
    Thanks for the contribution, I'd rather see this than all that project insanity garbage.
    Reply With Quote  
     

  8. #28  
    Registered Member

    Join Date
    Oct 2011
    Posts
    2,084
    Thanks given
    0
    Thanks received
    1,043
    Rep Power
    3608
    Quote Originally Posted by 2nubs1cup View Post
    Thanks for the contribution, I'd rather see this than all that project insanity garbage.
    but all your help topics are regarding PI.
    Reply With Quote  
     

  9. #29  
    Registered Member 2nubs1cup's Avatar
    Join Date
    Jan 2013
    Posts
    972
    Thanks given
    77
    Thanks received
    90
    Rep Power
    15
    Quote Originally Posted by Omelete View Post
    but all your help topics are regarding PI.
    Which were from five months ago... But I like that fact you spend your time doing background researches on random rune-server users. Let's just say I learned to not use pi and how shitty it is.
    Reply With Quote  
     

  10. #30  
    Registered Member
    Join Date
    Oct 2015
    Posts
    124
    Thanks given
    9
    Thanks received
    1
    Rep Power
    9
    Guys how come his equipment tab is fine but mine isnt?o.O
    Reply With Quote  
     

Page 3 of 4 FirstFirst 1234 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. [07] |PP| OSRS 83 Mil 1.2/m |PP| [07]
    By Mr Synful in forum Gold & Items
    Replies: 0
    Last Post: 05-13-2016, 12:34 AM
  2. [Req] OSRS #83 packets list
    By Nitrogenz in forum Requests
    Replies: 6
    Last Post: 12-17-2015, 12:19 AM
  3. Replies: 36
    Last Post: 08-25-2015, 09:31 AM
  4. [OSRS 83] Login help
    By HolyGhost in forum Help
    Replies: 2
    Last Post: 08-02-2015, 10:01 PM
  5. Client w/ Resizable (OSRS Sprites) v2
    By Eternal in forum Downloads
    Replies: 42
    Last Post: 06-19-2015, 07:35 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
  •