RakipInitiative / ModelRepository

Joint project of EFSA, Federal Institute For Risk Assessment, DTU and ANSES to create a online model repository.
GNU General Public License v3.0
2 stars 0 forks source link

Reader Bug: FileSystemAlreadyExistsException #558

Open schuelet opened 1 year ago

schuelet commented 1 year ago

Whenever an FSKX file is not properly loaded, i.e. an error is thrown because some file within FSKX cannot be found, this FSKX file is then permanently locked for FSK-Lab until restart of the entire system (Windows). The error FileSystemAlreadyExistsException is thrown, which means, in the Reader is still an open process that points to the file even though the file connection should have been closed.