-
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
Did not find config.json #42
Comments
There are two possible fixes:
Which entries in config.json are mandatory, @NP199? |
The problem is that the download failed. One solution is to delete the config.json and restart the programm or to copy the contents manually. (only for now) The problem with solution number 2 is, that the content itself is not checked so th program would assume the file is correct. So what should be done is to do a validation or/and to create a default config while compiling. |
also issue #21 mentions this behaviour |
Okay, so we should move on with generating the default config in the CI-Pipeline. But first of all, we should discuss, which entries are necessary in the
I believe, that some of this content shouldn't be part of the config to begin with, but rather be hard-coded. Either way: These files should be downloaded during the delivery and not during the first run. |
The program works well on Linux and a |
The idea behind downloading the config.json was to simplify the usage of the programm. We want to ship the program to enduser with little knowledge of computer systems and their need to have files in the right directory. In my opninion it can`t be the solution to trust the user to do the right thing and move the config.json and language.json with them and there should be default handling wiht this as mentioned above. So my suggestion would be to be able to run the program without these files, so it can be used atleast. Another challenge we will be facing is to get the right version of the config with the right version of the program running. If we make major changes right now, the whole supporting process will be worse, because of the lacking version controll. I hope i descripted the problems in a coprenhesible way. |
I think this issue should be closed and be handled as a duplicate of #21 |
The compiled version of the programm in windows has no config file.
System: Windows 11
Version: b0a3756
The text was updated successfully, but these errors were encountered: