Thread: Eclipes error maybeeee?

Results 1 to 6 of 6
  1. #1 Eclipes error maybeeee? 
    Registered Member pure water's Avatar
    Join Date
    Nov 2012
    Posts
    304
    Thanks given
    96
    Thanks received
    13
    Rep Power
    9
    Ok so i know it's not a error from eclipse but when I downloaded the IDE and used it for a project i used the same client. Now I tossed that project and tried to start over because I was having issues with 525 maps and need to start over, and this is why I started over because I got this message, I re download the client and It still sends me the same message with the one I previously deleted. Now I Deleted eclipse thinking it had saved the setting from before and tried it again and the same message pops up and it stays there... I know what it's loading but it won't go past it. it stays stuck and wont load the client.

    Code:
    @echo off
    title Client
    java -Xmx300m Jframe 10 0 highmem members 32
    pause
    Edit** it dose this with every client I download now..


    Reply With Quote  
     

  2. #2  
    Registered Member pure water's Avatar
    Join Date
    Nov 2012
    Posts
    304
    Thanks given
    96
    Thanks received
    13
    Rep Power
    9
    sorry wrong section please move.
    Reply With Quote  
     

  3. #3  
    Author of the first public OSRSPS

    Shadowy's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    1,499
    Thanks given
    490
    Thanks received
    241
    Rep Power
    307
    its not an error, it's simply text that says 'called method255' being outputted from the client - and has nothing to do with your client not starting

    you can do this yourself by doing

    System.out.println("hello world!");

    I suggest debugging the client and see where it gets up to in processing code before it.. freezes. you can then establish a possible cause

    add
    System.out.println("client got here 1");
    between lines of code in the startUp method in the client class




    edits- specifically because your client doesnt even open its probs the Jframe not being initialized.. find your main method and paste the code

    heres an example of one

    Owner of OS-RSPS, the first Oldschool RuneScape Server (2014)
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member pure water's Avatar
    Join Date
    Nov 2012
    Posts
    304
    Thanks given
    96
    Thanks received
    13
    Rep Power
    9
    Quote Originally Posted by Shadowy View Post
    its not an error, it's simply text that says 'called method255' being outputted from the client - and has nothing to do with your client not starting

    you can do this yourself by doing

    System.out.println("hello world!");

    I suggest debugging the client and see where it gets up to in processing code before it.. freezes. you can then establish a possible cause

    add
    System.out.println("client got here 1");
    between lines of code in the startUp method in the client class




    edits- specifically because your client doesnt even open its probs the Jframe not being initialized.. find your main method and paste the code

    heres an example of one

    Hey thanks for the reply I know what had been going on now and it was a small anti leech in the client not allowing it to open up its fixed now

    If you have any experience adding maps to PI I'd glady appreciate it, it has been brain exploding.

    ill elaborate a little more on that, I know where to put all the codes and how to cache pack, up untill i run the client it seems to packing the maps but i get after deleting maps();
    Code:
    Map Amount: 1226
    Error: loaderror Connecting to update server 60
    Reply With Quote  
     

  6. #5  
    Author of the first public OSRSPS

    Shadowy's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    1,499
    Thanks given
    490
    Thanks received
    241
    Rep Power
    307
    Quote Originally Posted by pure water View Post
    Hey thanks for the reply I know what had been going on now and it was a small anti leech in the client not allowing it to open up its fixed now

    If you have any experience adding maps to PI I'd glady appreciate it, it has been brain exploding.

    ill elaborate a little more on that, I know where to put all the codes and how to cache pack, up untill i run the client it seems to packing the maps but i get after deleting maps();
    Code:
    Map Amount: 1226
    Error: loaderror Connecting to update server 60
    er does the client load if you havent packed maps? or did u pack them first?

    ive never added maps sorry but yeah either its a cache problem or ur client has ondemand/update server enabled, which most 317s dont
    Owner of OS-RSPS, the first Oldschool RuneScape Server (2014)
    Reply With Quote  
     

  7. Thankful user:


  8. #6  
    Registered Member pure water's Avatar
    Join Date
    Nov 2012
    Posts
    304
    Thanks given
    96
    Thanks received
    13
    Rep Power
    9
    Quote Originally Posted by Shadowy View Post
    er does the client load if you havent packed maps? or did u pack them first?

    ive never added maps sorry but yeah either its a cache problem or ur client has ondemand/update server enabled, which most 317s dont
    Yeah Client loads when it's blank. Like a fresh download I'm able to log on.
    When I go to add 525 maps this is where I Run into problems.
    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. Same error over and over?!!
    By phantomphreak in forum Tutorials
    Replies: 4
    Last Post: 09-28-2007, 01:20 AM
  2. Basic Compile Errors
    By Daniel in forum Tutorials
    Replies: 4
    Last Post: 09-17-2007, 12:54 PM
  3. [HELP]Render Error
    By Big J in forum General
    Replies: 3
    Last Post: 07-30-2007, 01:01 AM
  4. Error. Please reboot me :)
    By Inside Sin in forum Showcase
    Replies: 4
    Last Post: 05-13-2007, 03:39 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
  •