Thread: 508 Server/Client/Cache

Page 5 of 5 FirstFirst ... 345
Results 41 to 49 of 49
  1. #41  
    Donator


    Join Date
    Feb 2013
    Posts
    369
    Thanks given
    44
    Thanks received
    21
    Rep Power
    118
    Yuck, 508.
    Reply With Quote  
     

  2. #42  
    WhiteDownMb | HYBRID JEFE
    Brett the Don's Avatar
    Join Date
    Dec 2009
    Posts
    2,064
    Thanks given
    303
    Thanks received
    507
    Rep Power
    2191
    Thanks might use this for a side project!

    All of humanity's problems stem from man's
    inability to sit quietly in a room by himself

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

  3. #43  
    Registered Member
    Join Date
    Oct 2011
    Posts
    135
    Thanks given
    3
    Thanks received
    7
    Rep Power
    11
    Quote Originally Posted by UtterDemise View Post
    Im getting the same error
    FATAL: Could not load constants file. Aborting server immediately.
    Java is 8
    Have updated xstream


    Im having this issue as well. I even tried using java 8 and JDK version 1.8.


    -----


    Cancel that, I just deleted my entire eclipse and all my previous java's and now it's working... BUUUUUT now I'm having issues with the client connecting to the server like the others had.

    Have windows 10 trying to connect local host.


    ----


    Just used another HD client instead. 12/2/2019 by hotyute
    Reply With Quote  
     

  4. #44  
    Registered Member
    Join Date
    Dec 2019
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Looks great. I shall be using this!
    Reply With Quote  
     

  5. #45  
    Registered Member
    Join Date
    Dec 2015
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Im getting this when trying to run the server, I'm new to coding java and RSPS anyone know?

    dec 26, 2019 6:52:04 FM com.emulator.model.world.World <init>
    INFO: Loaded the required configurations.
    dec 26, 2019 6:52:04 FM com.emulator.Server <init>
    INFO: RuneScape emulator.
    dec 26, 2019 6:52:04 FM com.emulator.io.xtea.XTEALoader load
    INFO: Reading XTEA's...
    dec 26, 2019 6:52:04 FM com.emulator.io.xtea.XTEALoader load
    INFO: Loaded XTEA's.
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet handlers:
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet HighDefinitionPacket bound to: [ 129 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ClientSettings bound to: [ 165 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet InputPacket bound to: [ 189 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet QuietPacketHandler bound to: [ 0, 115, 117, 248, 247, 99, 60, 22, 59 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet IdlePacketHandler bound to: [ 47 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet WalkPacketHandler bound to: [ 49, 119, 138 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ButtonPacketHandler bound to: [ 113, 233, 21, 169, 232, 214, 173, 90, 133 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet CommandPacketHandler bound to: [ 107 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ItemPacketHandler bound to: [ 167, 179, 3, 203, 152, 211, 201, 220, 186, 40, 224, 131, 12 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ChatPacketHandler bound to: [ 222 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet FriendsPacketHandler bound to: [ 30, 61, 132, 2, 178 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet RemoveInterfacePacketHandler bound to: [ 63, 108 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ExaminePacketHandler bound to: [ 38, 88, 84 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet NpcPacketHandler bound to: [ 7, 199, 123, 52 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet PlayerPacketHandler bound to: [ 160, 37, 227 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ObjectPacketHandler bound to: [ 158, 228 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet RequestPacketHandler bound to: [ 253 ]
    [2019/12/26 06:52:04] [GameEngine]: java.io.FileNotFoundException
    [2019/12/26 06:52:04] [GameEngine]:
    [2019/12/26 06:52:04] [GameEngine]: org.openrs.cache.FileStore.open(FileStore.java:45)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.GameEngine.<init>(GameEngine.java:80)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.Server.<init>(Server.java:67)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.Main$1.run(Main.java:31)
    [2019/12/26 06:52:04] [GameEngine]: java.lang.Thread.run(Unknown Source)
    Reply With Quote  
     

  6. #46  
    Community Veteran


    arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,833
    Thanks given
    187
    Thanks received
    306
    Discord
    View profile
    Rep Power
    770
    Quote Originally Posted by Magi F7 View Post
    Im getting this when trying to run the server, I'm new to coding java and RSPS anyone know?

    dec 26, 2019 6:52:04 FM com.emulator.model.world.World <init>
    INFO: Loaded the required configurations.
    dec 26, 2019 6:52:04 FM com.emulator.Server <init>
    INFO: RuneScape emulator.
    dec 26, 2019 6:52:04 FM com.emulator.io.xtea.XTEALoader load
    INFO: Reading XTEA's...
    dec 26, 2019 6:52:04 FM com.emulator.io.xtea.XTEALoader load
    INFO: Loaded XTEA's.
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet handlers:
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet HighDefinitionPacket bound to: [ 129 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ClientSettings bound to: [ 165 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet InputPacket bound to: [ 189 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet QuietPacketHandler bound to: [ 0, 115, 117, 248, 247, 99, 60, 22, 59 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet IdlePacketHandler bound to: [ 47 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet WalkPacketHandler bound to: [ 49, 119, 138 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ButtonPacketHandler bound to: [ 113, 233, 21, 169, 232, 214, 173, 90, 133 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet CommandPacketHandler bound to: [ 107 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ItemPacketHandler bound to: [ 167, 179, 3, 203, 152, 211, 201, 220, 186, 40, 224, 131, 12 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ChatPacketHandler bound to: [ 222 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet FriendsPacketHandler bound to: [ 30, 61, 132, 2, 178 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet RemoveInterfacePacketHandler bound to: [ 63, 108 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ExaminePacketHandler bound to: [ 38, 88, 84 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet NpcPacketHandler bound to: [ 7, 199, 123, 52 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet PlayerPacketHandler bound to: [ 160, 37, 227 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ObjectPacketHandler bound to: [ 158, 228 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet RequestPacketHandler bound to: [ 253 ]
    [2019/12/26 06:52:04] [GameEngine]: java.io.FileNotFoundException
    [2019/12/26 06:52:04] [GameEngine]:
    [2019/12/26 06:52:04] [GameEngine]: org.openrs.cache.FileStore.open(FileStore.java:45)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.GameEngine.<init>(GameEngine.java:80)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.Server.<init>(Server.java:67)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.Main$1.run(Main.java:31)
    [2019/12/26 06:52:04] [GameEngine]: java.lang.Thread.run(Unknown Source)
    Make sure you did
    Code:
    Put the cache idx files into the server files (.data/cache)
    Because the person said you need to do that before.


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  7. #47  
    Registered Member
    Join Date
    Dec 2019
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Wagwan bro, im a noob to this can u tell me how i actually find the launcher and start it up on macos? im struggling to find the launcher and i dont know if thats cause i cant open .bat files? if thats the case what application can i use?
    Reply With Quote  
     

  8. #48  
    Registered Member
    Join Date
    Dec 2019
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Gokkk View Post
    Wagwan bro, im a noob to this can u tell me how i actually find the launcher and start it up on macos? im struggling to find the launcher and i dont know if thats cause i cant open .bat files? if thats the case what application can i use?
    Run with eclipse etc.

    Quote Originally Posted by Magi F7 View Post
    Im getting this when trying to run the server, I'm new to coding java and RSPS anyone know?

    dec 26, 2019 6:52:04 FM com.emulator.model.world.World <init>
    INFO: Loaded the required configurations.
    dec 26, 2019 6:52:04 FM com.emulator.Server <init>
    INFO: RuneScape emulator.
    dec 26, 2019 6:52:04 FM com.emulator.io.xtea.XTEALoader load
    INFO: Reading XTEA's...
    dec 26, 2019 6:52:04 FM com.emulator.io.xtea.XTEALoader load
    INFO: Loaded XTEA's.
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet handlers:
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet HighDefinitionPacket bound to: [ 129 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ClientSettings bound to: [ 165 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet InputPacket bound to: [ 189 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet QuietPacketHandler bound to: [ 0, 115, 117, 248, 247, 99, 60, 22, 59 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet IdlePacketHandler bound to: [ 47 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet WalkPacketHandler bound to: [ 49, 119, 138 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ButtonPacketHandler bound to: [ 113, 233, 21, 169, 232, 214, 173, 90, 133 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet CommandPacketHandler bound to: [ 107 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ItemPacketHandler bound to: [ 167, 179, 3, 203, 152, 211, 201, 220, 186, 40, 224, 131, 12 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ChatPacketHandler bound to: [ 222 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet FriendsPacketHandler bound to: [ 30, 61, 132, 2, 178 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet RemoveInterfacePacketHandler bound to: [ 63, 108 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ExaminePacketHandler bound to: [ 38, 88, 84 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet NpcPacketHandler bound to: [ 7, 199, 123, 52 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet PlayerPacketHandler bound to: [ 160, 37, 227 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet ObjectPacketHandler bound to: [ 158, 228 ]
    dec 26, 2019 6:52:04 FM com.emulator.packet.packethandler.PacketHandlers loadHandlers
    INFO: Packet RequestPacketHandler bound to: [ 253 ]
    [2019/12/26 06:52:04] [GameEngine]: java.io.FileNotFoundException
    [2019/12/26 06:52:04] [GameEngine]:
    [2019/12/26 06:52:04] [GameEngine]: org.openrs.cache.FileStore.open(FileStore.java:45)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.GameEngine.<init>(GameEngine.java:80)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.Server.<init>(Server.java:67)
    [2019/12/26 06:52:04] [GameEngine]: com.emulator.Main$1.run(Main.java:31)
    [2019/12/26 06:52:04] [GameEngine]: java.lang.Thread.run(Unknown Source)
    You must put all the cache files from the client into the folder located in (./data/cache). Server sided btw
    Reply With Quote  
     

  9. #49  
    Registered Member
    Join Date
    Aug 2019
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hey guys,

    Quick questions -

    What is the file path "./data/cache"? is this C:\508 MASTER\508 SERVER\508 SERVER\RS2HD FRAMEWORK\data\cache?

    Also, when attempting to run the server in eclipse I am receiving a "main class not found" error. Which file would the main class happen to be? or is there another method in which I must start the server side?

    Heres some images, any help would be greatly appriciated:
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 5 of 5 FirstFirst ... 345

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. 508 Clean client, cache & server
    By Conner_ in forum Help
    Replies: 2
    Last Post: 05-30-2011, 03:09 AM
  2. Auto Server/Client/Cache Updater.
    By Colby in forum Tools
    Replies: 10
    Last Post: 03-28-2011, 08:54 PM
  3. Replies: 37
    Last Post: 03-26-2011, 03:40 AM
  4. [508/525] client cache problem
    By Mocro in forum Help
    Replies: 7
    Last Post: 12-08-2009, 01:44 PM
  5. 508 server/client/cache
    By Etc_ in forum Downloads
    Replies: 36
    Last Post: 10-23-2008, 01:27 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
  •