Advertisement
SrinjoySS01

GLFW error in mac

Dec 3rd, 2020
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. 2020-12-03 22:10:33.734 java[1252:61778] *** Assertion failure in +[NSUndoManager _endTopLevelGroupings], /BuildRoot/Library/Caches/com.apple.xbs/Sources/Foundation/Foundation-1455.300/Foundation/Misc.subproj/NSUndoManager.m:361
  2. 2020-12-03 22:10:33.735 java[1252:61778] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.'
  3. *** First throw call stack:
  4. (
  5. 0 CoreFoundation 0x00007fff32d15bbb __exceptionPreprocess + 171
  6. 1 libobjc.A.dylib 0x00007fff59fcbc76 objc_exception_throw + 48
  7. 2 CoreFoundation 0x00007fff32d1b952 +[NSException raise:format:arguments:] + 98
  8. 3 Foundation 0x00007fff34e479f0 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 193
  9. 4 Foundation 0x00007fff34dd65e4 +[NSUndoManager(NSPrivate) _endTopLevelGroupings] + 469
  10. 5 AppKit 0x00007fff3021b936 -[NSApplication run] + 997
  11. 6 libglfw.3.3.dylib 0x000000011f128858 _glfwPlatformCreateWindow + 77
  12. 7 libglfw.3.3.dylib 0x000000011f1232f8 glfwCreateWindow + 449
  13. 8 jna10421349363038352262.tmp 0x000000011f112f14 ffi_call_unix64 + 76
  14. 9 ??? 0x0000000100cde628 0x0 + 4308461096
  15. )
  16. libc++abi.dylib: terminating with uncaught exception of type NSException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement