Thread: Spades-Scape Error.

Results 1 to 8 of 8
  1. #1 Spades-Scape Error. 
    Registered Member
    Join Date
    Jun 2010
    Posts
    59
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    OK, on Spades-Scape after you complete the tutorial island it will teleport you to well I don't know yet because whenever you teleport to whatever when you talk to the last tutorial master (magic) he teleports you and your client freezes and pops up with a error saying

    RS2 user client - release #317
    Exception in thread "Thread-4" java.lang.OutOfMemoryError: Java heap space
    at WorldController.method279(WorldController.java:147 )
    at ObjectManager.method171(ObjectManager.java:234)
    at client.method22(client.java:570)
    at client.method54(client.java:2498)
    at client.loadingStages(client.java:2448)
    at client.mainGameProcessor(client.java:2890)
    at client.processGameLoop(client.java:1965)
    at RSApplet.run(RSApplet.java:109)
    at client.run(client.java:4317)
    at java.lang.Thread.run(Thread.java:619)

    Why is it doing this?

    EDIT;; Don't know if this is important but this is what the source.bat says

    Loading Spades-Scape
    Loaded WorldMap In (153 ms)...
    Spades-Scape is now loaded.
    Connection from 127.0.0.1:56166
    Eternion: character file not found.
    [client-1-Eternion]: dropItem: 317 Slot: 2
    [client-1-Eternion]: dropItem: 317 Slot: 2
    [client-1-Eternion]: dropItem: 317 Slot: 3
    [client-1-Eternion]: Invalid waypoint in walking queue!
    [client-1-Eternion]: command: scommands
    [client-1-Eternion]: Client hack detected!
    Game saved for player Eternion
    ClientHandler: Client Eternion disconnected (127.0.0.1)
    Connection from 127.0.0.1:56185
    [client-1-Eternion]: Loading Process Completed [Has powers, lag: 2 ms]
    ClientHandler: Client Eternion disconnected (127.0.0.1)
    Connection from 127.0.0.1:56186
    [client-1-Eternion]: Loading Process Completed [Has powers, lag: 2 ms]
    Game saved for player Eternion
    ClientHandler: Client Eternion disconnected (127.0.0.1)

    I got the Client hack detected! when I was mining just incase you wanna know.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,253
    Thanks given
    1,145
    Thanks received
    909
    Rep Power
    2081
    Increase the heap space.
    Reply With Quote  
     

  3. #3  
    damnant quod non intellegunt

    Mr Chainsaw's Avatar
    Join Date
    Sep 2006
    Age
    30
    Posts
    4,058
    Thanks given
    827
    Thanks received
    1,277
    Rep Power
    4664
    Showing some code would help.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Linux's Avatar
    Join Date
    Feb 2008
    Age
    29
    Posts
    597
    Thanks given
    104
    Thanks received
    103
    Rep Power
    1451
    You server ran out of memory. You code probably leaks memory. I would remove it or fix it. I wouldn't exactly increase the amount of memory used for the server usless it really called for.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2010
    Posts
    59
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Are you refering to my client run.bat?

    @echo off
    title Client
    cd bin
    java client 10 0 highmem members 32
    pause

    I have about 400 GB left if I need to make room.
    Reply With Quote  
     

  6. #6  
    Rukin1


    Rukin1's Avatar
    Join Date
    Apr 2007
    Age
    31
    Posts
    5,000
    Thanks given
    228
    Thanks received
    229
    Rep Power
    4166
    definitly
    Spoiler for large sig:


    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,253
    Thanks given
    1,145
    Thanks received
    909
    Rep Power
    2081
    Quote Originally Posted by shorteh View Post
    Are you refering to my client run.bat?

    @echo off
    title Client
    cd bin
    java client 10 0 highmem members 32
    pause

    I have about 400 GB left if I need to make room.
    Code:
    @echo off
    title Client
    cd bin
    java -Xmx512m client 10 0 highmem members 32
    pause
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jun 2010
    Posts
    59
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    So how do I give the client more memory to use and how much should I give it?

    EDIT;; trying that.

    EDIT;; Fixed, thanked and rep.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •