nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

Access violation when creating Screen object on Mac.

Open Andy608 opened this issue 5 years ago • 0 comments

Hi, so I recently posted an issue getting nanogui to compile on my mac as I was having issues with Eigen compiling. I completely rewrote my cmake file and used nanogui as a submodule and cmake compiles fine now with no weird errors.

The only problem now is that when I create a screen object I get a read access violation.

Screen Shot 2020-02-09 at 5 59 05 AM

Following the call stack, it seems to get stuck here:

Screen Shot 2020-02-09 at 6 10 08 AM

Any help would be appreciated.

Andy608 avatar Feb 09 '20 11:02 Andy608