fosspill/FFXIV_Modding_Tool

[ISSUE] Check if configuration is correct. Stop assuming everything is ok.

fosspill opened this issue · 2 comments

We currently just check if the directories are set. We never check if they are actually valid.
This causes other issues to occur, such as error detecting if the game is actually running.

This would fix parts of #79
Would also fix #80, it seems.

configcheck-fix branch is set up. Work can start.

Fixed with 0fc61e2