Thread: No-Doze Run Error..

Results 1 to 7 of 7
  1. #1 No-Doze Run Error.. 
    Registered Member Equity's Avatar
    Join Date
    Aug 2013
    Posts
    388
    Thanks given
    57
    Thanks received
    15
    Rep Power
    15
    Hi, Trying to Run Project no-Doze. I'm getting this error when I try to run it.

    File is in correct location:
    http://prntscr.com/1pz4sf

    Pic from Eclipse console:
    Screenshot by Lightshot

    Actual error:

    Code:
    [00:00:00]: java.io.FileNotFoundException: .\data\world\xml\settings.xml (The system cannot find the path specified)
    [00:00:00]: 	at java.io.FileInputStream.open(Native Method)
    [00:00:00]: 	at java.io.FileInputStream.<init>(Unknown Source)
    [00:00:00]: 	at java.io.FileInputStream.<init>(Unknown Source)
    [00:00:00]: 	at com.rs2.world.XMLManager.loadServerSettings(XMLManager.java:83)
    [00:00:00]: 	at com.rs2.GameEngine.main(GameEngine.java:50)
    
    [00:00:00]: java.lang.NullPointerException
    Any help is appreciate!
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Client Hacking

    Join Date
    May 2007
    Age
    32
    Posts
    1,497
    Thanks given
    3
    Thanks received
    15
    Rep Power
    599
    Read the error.

    Code:
    [00:00:00]: java.io.FileNotFoundException: .\data\world\xml\settings.xml (The system cannot find the path specified)
    When you're running your project java can't find the file settings.xml in the location the server was directing it to.
    Reply With Quote  
     

  4. #3  
    Registered Member Equity's Avatar
    Join Date
    Aug 2013
    Posts
    388
    Thanks given
    57
    Thanks received
    15
    Rep Power
    15
    Quote Originally Posted by Elid View Post
    Read the error.

    Code:
    [00:00:00]: java.io.FileNotFoundException: .\data\world\xml\settings.xml (The system cannot find the path specified)
    When you're running your project java can't find the file settings.xml in the location the server was directing it to.
    Look:
    Reply With Quote  
     

  5. #4  
    Super Donator
    Haskell Curry's Avatar
    Join Date
    Nov 2009
    Posts
    850
    Thanks given
    602
    Thanks received
    247
    Rep Power
    0
    Code:
    [00:00:00]: java.io.FileNotFoundException: .\data\world\xml\settings.xml (The system cannot find the path specified)
    Code:
    noDoze/data/world/xml/settings.xml
    ur paths are ****ed bro
    Reply With Quote  
     

  6. #5  
    Stand guard at the door of your mind

    Proto's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    1,234
    Thanks given
    152
    Thanks received
    413
    Rep Power
    462
    Quote Originally Posted by Laura Bodewig View Post
    Code:
    [00:00:00]: java.io.FileNotFoundException: .\data\world\xml\settings.xml (The system cannot find the path specified)
    Code:
    noDoze/data/world/xml/settings.xml
    ur paths are ****ed bro

    What he said, stalker pro




    Reply With Quote  
     

  7. #6  
    Registered Member Equity's Avatar
    Join Date
    Aug 2013
    Posts
    388
    Thanks given
    57
    Thanks received
    15
    Rep Power
    15
    Quote Originally Posted by Laura Bodewig View Post
    Code:
    [00:00:00]: java.io.FileNotFoundException: .\data\world\xml\settings.xml (The system cannot find the path specified)
    Code:
    noDoze/data/world/xml/settings.xml
    ur paths are ****ed bro
    How can I fix them? Thats how they load into Eclipse...
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Sep 2013
    Posts
    36
    Thanks given
    9
    Thanks received
    0
    Rep Power
    11
    Helped me get mine setup! Thanks!
    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. Run error, no idea how to fix
    By videowiz07 in forum Help
    Replies: 3
    Last Post: 06-19-2012, 04:44 AM
  2. SHARD- no doze npc error- 3$
    By Romania Clan in forum Help
    Replies: 5
    Last Post: 07-01-2011, 12:14 PM
  3. Help with no-doze client Jframe error
    By whitewolf in forum Help
    Replies: 6
    Last Post: 06-13-2011, 04:38 PM
  4. Compiling and Running errors
    By ForeColor in forum Help
    Replies: 3
    Last Post: 01-24-2009, 05:19 PM
  5. Running Error
    By cityoss in forum Help
    Replies: 6
    Last Post: 01-01-2009, 05:52 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
  •