If a program has keys specified in its config file that is NOT "NativeDependenciesAbsolutePath", then a NullReferenceException occurs on line 31 in NativeDependencies.cs where it attempts to get the path.
A null check should be added for the NativePathString key before attempting to get the value.
In the short term, I can clone and make the change locally, but this should be officially fixed and released.
This is a blocking issue for me.