Search Results
Searched for posts by mio in all forums

Showing results 1 - 1 out of 1 total
Modify your search
Posted by mio, Feb 2, 2023 at 6:10 pm
the application crashes in "./FeLib/Source/feio.cpp:398" which is trying to load a file
"{USER_DIR}/.ivan/.QuestionHistory_What_is_your_name.txt"
neither the folder ".ivan" nor the file exist.

If you create the directory and the file, v59 works just fine.

Not sure how this works, but possibly the CMakeLists.txt needs to be updated to touch "{USER_DIR/.ivan}" and then create that QuestionHistory file.
That or the application itself creates .ivan/QuestionHistory_What_is_your_name.txt if the file fails to open, that is probably cleaner.

might post pull request if you are on github.