Resolve "Instruments cannot be initialized!"

Resolves #453 (closed)

The issue was caused by raise inside the ASSERT function which would not allow the following exception throw from happening. Yet there are places in code where ASSERT is used in a try catch block to generate the throw.

Merge request reports

Loading