Thread: [PI] What the actual fuck?

Results 1 to 7 of 7
  1. #1 [PI] What the actual fuck? 
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    So whenever I want to start my server it loads fine, up until "INFO: Waiting for pending background loading tasks...". That's where it just gets stuck and it doesn't give me any errors. I tried disabling background tasks however that didn't work. I honestly have no idea what is causing the error.



    ~flow@hacking . rs
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Are you initializing world class and rs2server class?
    Reply With Quote  
     

  3. #3  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    Sorry but I have no idea what that means


    ~flow@hacking . rs
    Reply With Quote  
     

  4. #4  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    in server.java
    Code:
    World.getWorld();
    		try {
    			new RS2Server().start();
    		} catch (Exception ex) {
    			System.out.println("Error starting the server...");
    			ex.printStackTrace();
    			System.exit(1);
    		}
    Do you have this under void main?
    Reply With Quote  
     

  5. #5  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    I think,

    Code:
    	public static void main(String[] args) {
    		serverlistenerPort = 43594;
    		logger.info("Starting RSWorld...");
    		logger.info("Initiating shutdown hooks...");
    		Runtime.getRuntime().addShutdownHook(new Thread() {
    			public void run() {
    				logger.info("Saving players...");
    				logger.fine("Shutting down.");
    			}
    		});
    		/*
    		 * Starts the background loading
    		 */
    		World.getWorld();
    
    		/*
    		 * Loads objects & regions
    		 * Clipped npcs & player following
    		 */
    		ObjectDef.loadConfig();
    		Region.load();
    
    		try {
    			new RS2Server().start();
    
    			/*
    			 * Loads the API
    			 */
    			EventManager.initialise();
    			new Thread(new HttpListener()).start();
    
    			while (true) {
    				Cycle();
    			}
    		} catch (Exception ex) {
    			ex.printStackTrace();
    		}
    	}


    ~flow@hacking . rs
    Reply With Quote  
     

  6. #6  
    PokeNation! Xaves's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    3,476
    Thanks given
    356
    Thanks received
    788
    Rep Power
    646
    Debug it, or check your last updates to see what you have done wrong.
    Reply With Quote  
     

  7. #7  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    Fixed it already, thanks anyways.


    ~flow@hacking . rs
    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. Fuck shit cunt fuck balls!
    By Snow Cat123 in forum Help
    Replies: 11
    Last Post: 04-03-2010, 12:51 PM
  2. bombs cheat client fuck fuck fuck
    By atrix676 in forum Help
    Replies: 4
    Last Post: 07-15-2009, 06:20 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
  •