Thread: Client error after map data adding

Results 1 to 5 of 5
  1. #1 Client error after map data adding 
    Registered Member
    Join Date
    Jan 2007
    Posts
    119
    Thanks given
    7
    Thanks received
    1
    Rep Power
    5
    [508]


    When i added missing map data I tried to go to that place , but I got a client error


    Code:
    Exception in thread "Thread-4" java.lang.OutOfMemoryError: Java heap space
            at RSString.method1612(RSString.java:856)
            at Class21.method336(Class21.java:188)
            at Class21.method350(Class21.java:520)
            at Class61.method598(Class61.java:337)
            at client.method33(client.java:765)
            at Applet_Sub1.method30(Applet_Sub1.java:485)
            at Applet_Sub1.run(Applet_Sub1.java:156)
            at java.lang.Thread.run(Unknown Source)
    Can any one help me?
    Reply With Quote  
     

  2. #2  
    0x2B | ~0x2B


    Impulser's Avatar
    Join Date
    Jul 2006
    Posts
    1,305
    Thanks given
    389
    Thanks received
    335
    Rep Power
    2751
    The JavaVM doesn't have enough memory allocated to it to process all of the "map data", when running your server after the 'java' command put -Xmx1024m (assuming you have 1mb of RAM free).

    It should look like this: "java -Xmx1024m server"
    Reply With Quote  
     

  3. #3  
    Brown
    Guest
    Quote Originally Posted by Impulser View Post
    The JavaVM doesn't have enough memory allocated to it to process all of the "map data", when running your server after the 'java' command put -Xmx1024m (assuming you have 1mb of RAM free).

    It should look like this: "java -Xmx1024m server"
    He is talking about the client Mr. Impluser. Wb btw.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2007
    Posts
    119
    Thanks given
    7
    Thanks received
    1
    Rep Power
    5
    Thanks , but I got now new error lol

    Error: th.D({...},115,{...}) T3 - true,213,3921,-1281451934,-452855118,-18148921
    87,-1186152368 | Class114:32 RSString:860 Class21:188 Class21:520 Class61:337 cl
    ient:765 Applet_Sub1:485 Applet_Sub1:156 java.lang.Thread.run | java.lang.Runtim
    eException: Invalid GZIP header!
    error_game_crash
    Shutdown complete - clean:true
    Reply With Quote  
     

  5. #5  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    26
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    Invalid mapdata.
    So you have the file but the data within is probably for another revision.
    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
  •