Unknown error running fire with integrated dot net

I get this error at some point of code but dont seems to affect the execution or results:

~> Ignored exception of type System.UnauthorizedAccessException on thread 0001 ()
~> Message: Access to the path “/Library/Frameworks/Mono.framework/Versions/5.18.1/etc/mono/registry/last-btime” is denied.

Is safe to ignore?

yep, that’s a normal exception, that’s why i hardcoded it to be auto-ignored.

1 Like