Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.63 KB | None | 0 0
  1. [Engine] [Info]: Hello LWJGL 3.2.3 build 13! Initializing engine...
  2. 2020-06-02 21:52:57.531 java[77557:2389391] *** Assertion failure in +[NSUndoManager _endTopLevelGroupings], /BuildRoot/Library/Caches/com.apple.xbs/Sources/Foundation/Foundation-1575.22/Foundation/Misc.subproj/NSUndoManager.m:361
  3. 2020-06-02 21:52:57.533 java[77557:2389391] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.'
  4. *** First throw call stack:
  5. (
  6.     0   CoreFoundation                      0x00007fff48313b79 __exceptionPreprocess + 256
  7.     1   libobjc.A.dylib                     0x00007fff72aac3c6 objc_exception_throw + 48
  8.     2   CoreFoundation                      0x00007fff4832eb7a +[NSException raise:format:arguments:] + 98
  9.     3   Foundation                          0x00007fff4a5ec791 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 194
  10.     4   Foundation                          0x00007fff4a51f80e +[NSUndoManager(NSPrivate) _endTopLevelGroupings] + 473
  11.     5   AppKit                              0x00007fff4583e661 -[NSApplication run] + 916
  12.     6   libglfw.dylib                       0x000000012d042a85 libglfw.dylib + 68229
  13.     7   libglfw.dylib                       0x000000012d03c416 libglfw.dylib + 42006
  14.     8   ???                                 0x00000001118a7630 0x0 + 4589254192
  15.     9   ???                                 0x00000001118a19d0 0x0 + 4589230544
  16. )
  17. libc++abi.dylib: terminating with uncaught exception of type NSException
  18.  
  19. Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement