Thread: MiniFS

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 MiniFS 
    Registered Member
    Join Date
    Mar 2014
    Age
    32
    Posts
    38
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    How would I go about making the FS via the console in Eclipse?

    https://ibb.co/eJmMrS

    Attached image
    Reply With Quote  
     

  2. #2  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    what?
    Project thread
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2014
    Age
    32
    Posts
    38
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    Reply With Quote  
     

  4. #4  
    Administrator

    Kevy's Avatar
    Join Date
    Jul 2006
    Posts
    1,428
    Thanks given
    204
    Thanks received
    1,905
    Rep Power
    5000
    You probably do not have the cache @ the correct location. Also you should post the exact error.
    Thanks, Kevin.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Mar 2014
    Age
    32
    Posts
    38
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    Code:
    [Launcher] Initing File System...
    ERROR! THREAD NAME: main
    java.io.FileNotFoundException: Bad location
    	at minifs.MiniFS.open(MiniFS.java:150)
    	at com.rs.utils.SerializableFilesManager.init(SerializableFilesManager.java:36)
    	at com.rs.GameLauncher.main(GameLauncher.java:83)
    Exception in thread "main" java.lang.Error: Failed to load file system.
    	at com.rs.utils.SerializableFilesManager.init(SerializableFilesManager.java:47)
    	at com.rs.GameLauncher.main(GameLauncher.java:83)

    https://ibb.co/d0ojBS
    Reply With Quote  
     

  6. #6  
    Administrator

    Kevy's Avatar
    Join Date
    Jul 2006
    Posts
    1,428
    Thanks given
    204
    Thanks received
    1,905
    Rep Power
    5000
    What path is your cache at currently? And what is your WORLD_ID?

    Edit:

    You probably need to have your cache at directory data/server_data0

    Make sure there is a 0 at the end because your WORLD_ID is probably 0


    Code:
    			if (Settings.HOSTED)               <---- Line 36
    				filesystem = MiniFS.open(Settings.DATA_PATH + Settings.WORLD_ID);
    Thanks, Kevin.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Mar 2014
    Age
    32
    Posts
    38
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    https://ibb.co/k8N5J7


    https://ibb.co/nouKd7

    And here I noticed I do not have a minifs.MiniFS either...

    https://ibb.co/dr2rQn
    Reply With Quote  
     

  8. #8  
    Administrator

    Kevy's Avatar
    Join Date
    Jul 2006
    Posts
    1,428
    Thanks given
    204
    Thanks received
    1,905
    Rep Power
    5000
    There is a data directory @ server folder. You need to move the full cache you downloaded to data/server_data0


    Quote Originally Posted by El_Rey View Post
    https://ibb.co/k8N5J7


    https://ibb.co/nouKd7

    And here I noticed I do not have a minifs.MiniFS either...

    https://ibb.co/dr2rQn3
    Thanks, Kevin.
    Reply With Quote  
     

  9. Thankful user:


  10. #9  
    Registered Member
    Join Date
    Mar 2014
    Age
    32
    Posts
    38
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Kevy View Post
    There is a data directory @ server folder. You need to move the full cache you downloaded to data/server_data0
    Place the 830_cache folder or just its contents into data/server_data0

    And also how do you know to make the folder server_data0??
    I am trying to learn =)

    EDIT:

    I ended up making the world ID 0 and it worked!!!!

    Now I am onto the Login Launcher

    https://ibb.co/noVT5n
    Reply With Quote  
     

  11. #10  
    Administrator

    Kevy's Avatar
    Join Date
    Jul 2006
    Posts
    1,428
    Thanks given
    204
    Thanks received
    1,905
    Rep Power
    5000
    What was the world ID before? Change it back to that and also change the 0 in the end of the folder name to that.
    Thanks, Kevin.
    Reply With Quote  
     

  12. Thankful user:


Page 1 of 2 12 LastLast

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. MTX 3 MiniFS
    By MrSmooth in forum Help
    Replies: 12
    Last Post: 04-19-2016, 11:29 PM
  2. minifs
    By oblivion742 in forum Help
    Replies: 6
    Last Post: 01-29-2014, 08:41 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
  •