diyabc / diyabcGUI

User interface to DIYABC/AbcRanger
https://diyabc.github.io/
Other
4 stars 2 forks source link

Log file missing #127

Closed EJFuchs closed 2 years ago

EJFuchs commented 2 years ago

I installed the latest version of diyabcGUI, tried to run the toy Microsatellite example and the application crashed during simulations. Now I cannot run the package because of the following error:

INFO [2022-02-09 09:09:27] log file: /var/folders/h0/7f985qrj10x3hww11vpq8w900000gp/T//Rtmpyi4hhz/diyabc_rf_gui.log Error in file(file, ifelse(append, "a", "w")) : cannot open the connection In addition: Warning message: In file(file, ifelse(append, "a", "w")) : cannot open file '/var/folders/h0/7f985qrj10x3hww11vpq8w900000gp/T//Rtmpyi4hhz/diyabc_rf_gui.log': No such file or directory

Running on macOS latests update and Rstudio RStudio 2021.09.2+382 "Ghost Orchid"

gdurif commented 2 years ago

Hi, Thanks for the report, I'll look into that. I think the problem is that R remove the temp directory although the log file was still being used. I think there is a parameter to avoid this. Thanks again and sorry for the trouble, Best

gdurif commented 2 years ago

Quitting and restarting RStudio does not change anything ?

EJFuchs commented 2 years ago

Quitting and restarting RStudio does not change anything ?

Hi, no it doesn't. I even removed the library and re-installed it and I still get the same error message.

gdurif commented 2 years ago

Should be fixed by d4f7e65

gdurif commented 2 years ago

Could you tell me if I can close this one? Thanks in advance, Best