-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config Files and languages Files #21
Comments
When the software is started, it checks if a |
Is this problem still persisting? Currently, the software is able to initiate without requiring internet connectivity, as the pathway has been corrected. @NP199 |
I think the software still needs the config.json and when the costumer does not have the file, the software searches for it online and when it does not find the sofware no json object can be loaded which should lead to fail of the software |
This happens only if the user deletes the config and also does not have a internet connection. Do you see any solution how this could be fixed ? Because if the user does not have an internet connection and deleted the file, i dont see a way how he could get a config again. |
There could be a default config, which is coded into the binary file and used when no other file is found, something like the language map. Or the programm shuts down like the flow diagram suggests above. |
I believe embedding the config into the binary file is a good approach. This way, users won't encounter issues or experience software shutdowns even if they accidentally delete the config. |
But with the constraint that if a config is present that the present config will be loaded isntead of the default values. When we fully remove the file then there will be less flexiblilty in an stalbe version to add some dynamic configuration features |
Yes i agree. |
When you start the Omniview Software without the Folder config / languages then it just close, when you have no internet connection.
When the file config / language file is empty there should be a check if the file is valid.
The text was updated successfully, but these errors were encountered: