Thread: Wtf is this error?

Results 1 to 4 of 4
  1. #1 Wtf is this error? 
    Registered Member remcowp's Avatar
    Join Date
    Jan 2011
    Posts
    651
    Thanks given
    57
    Thanks received
    37
    Rep Power
    12
    Code:
    Error: T1 - 123,0 - 36,36
    Exception in thread "Thread-3" java.lang.OutOfMemoryError: Java heap space
            at ObjectDef.method578(ObjectDef.java:165)
            at ObjectManager.method175(ObjectManager.java:501)
            at ObjectManager.method190(ObjectManager.java:1371)
            at client.method22(client.java:1134)
            at client.method54(client.java:3965)
            at client.loadingStages(client.java:3924)
            at client.mainGameProcessor(client.java:4435)
            at client.processGameLoop(client.java:3523)
            at RSApplet.run(RSApplet.java:101)
            at client.run(client.java:6196)
            at java.lang.Thread.run(Unknown Source)
    I whas just changing some things in my client, after that i tryed to connect to my server and im getting that, when i sign in i get black screen and my Commandprompt says that.

    What do i have to do?
    Reply With Quote  
     

  2. #2  
    Registered Member Rojeh's Avatar
    Join Date
    Jun 2012
    Posts
    353
    Thanks given
    7
    Thanks received
    20
    Rep Power
    75
    Since you were changing things in your client ... the error is coming from there
    Please open topic at the client help section.
    • If it been done before you can do it too!
    • We're all humans, built from the same resources by different layouts and schemes.
    • Nobody is perfect, everyone has their own defects and disabilities.
    • Choose to be kind, not because you have to but because you understand how it feels to be treated bad.
    • Be against racism regardless of how you were raised because nobody loves feeling odd and not belonging.
      If any of the above inspires you make sure to pass it on
    Reply With Quote  
     

  3. #3  
    Member
    Join Date
    Aug 2012
    Posts
    261
    Thanks given
    3
    Thanks received
    39
    Rep Power
    0
    Your client is running out of memory.
    Allocate more heap space in the JVM parameters.
    EG: -Xms256m -Xmx512m
    Reply With Quote  
     

  4. #4  
    Registered Member remcowp's Avatar
    Join Date
    Jan 2011
    Posts
    651
    Thanks given
    57
    Thanks received
    37
    Rep Power
    12
    Quote Originally Posted by iDominic View Post
    Your client is running out of memory.
    Allocate more heap space in the JVM parameters.
    EG: -Xms256m -Xmx512m
    Thanks but it whas something else, i added like a week ago so Cheat Clients cannot enter my server.
    Only MY client can join the server, i accidently noted my UID out.
    So it works , Also i got it fixed guys thanks.

    #close
    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

Similar Threads

  1. wtf is this error!? never seen it
    By Extinctionx in forum Help
    Replies: 7
    Last Post: 04-22-2012, 09:54 PM
  2. Wtf is this error
    By nathanrr44 in forum Help
    Replies: 13
    Last Post: 04-03-2012, 10:26 PM
  3. [pi] wtf is this error [pi]
    By Aymen in forum Help
    Replies: 5
    Last Post: 10-05-2011, 06:16 AM
  4. WTF is this error
    By Impervious in forum Help
    Replies: 6
    Last Post: 06-21-2011, 05:29 AM
  5. Wtf is this error
    By karbon v2 in forum Help
    Replies: 3
    Last Post: 12-28-2009, 08:32 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
  •