I’m trying to load a patient file (not a state file), but I cannot get it to actually work. I’m trying to run HowTo_EngineUse
, modified to use the PatientFile
case, and to provide the absolute path to a patient file in the patient_configuration.setPatientFile
line, and it the engine initialization always returns false. There are no error messages to indicate what the problem is, and I have not been able to get visual studio to connect to the process with the symbols loaded, so I can’t step through it on the C++ side (which I’ve done before, so I’m not sure why it’s not working this time).
I’m on Windows 10 x64, building with VS2019. I’m using commit 4519dc8e76e5c533b269fdf399ffd5fe94d7eb64 from March 4.
Any ideas of what I should try?
Thanks!