hvac 0 Posted August 6, 2022 Report Share Posted August 6, 2022 I simply cannot figure out why I can't get the server to start. I took quite the break from RSPS development (I was also still a noob when I was developing years ago) and I have come as far as figuring out how to load everything into IntelliJ as opposed to Eclipse. I am trying to run the Ferox base package and I am running into this error: [06 Aug 2022, 4:49:42 PM] [FeroxInitializationThread] [GameServer] [FATAL] An error occurred while loading Ferox. java.io.FileNotFoundException: Cannot load data store from C:\Users\PC\Desktop\Judgment, aborting. at com.ferox.GameServer.main(GameServer.java:172) [Server/:?] When I look in the ServerProperties.java file I see: definitionsDirectory = "./data/def/"; dumpDefinitionsDirectory = "./data/dump/"; clippingDirectory = "./data/clipping/"; I'm not sure if I need to change the path to my directories? I've tried doing this but there are a LOT of paths to change and I just feel as if that is not what I need to do. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now