Skip to content

Resolve "Instruments cannot be initialized!"

Ludwig Jaeck requested to merge 453-guicrash into main

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