Sto tentando di creare un gioco semplice in Java/LWJGL. Stavo seguendo un tutorial che è stato fatto su Windows e sto usando un mac. Ho copiato il suo codice per l'apertura di un carattere di finestra per carattere e il programma si è bloccato istantaneamente dandomi un errore molto lungo e strano che probabilmente ha qualcosa a che fare con i puntatori (in realtà non lo so). Ecco la linea per la creazione di una finestra che ho usato in cui la larghezza e l'altezza sono definiti nelle proprietà:LWJGL: La finestra di apertura causa il crash del programma
window = glfwCreateWindow(width, height, "Flappy Bird", NULL, NULL);
Quando eseguo sul mio Mac, mi dà questo errore:
2015-10-12 13:18:38.475 java[496:31875] *** Assertion failure in + [NSUndoManager _endTopLevelGroupings], /SourceCache/Foundation/Foundation-1154/Misc.subproj/NSUndoManager.m:340
2015-10-12 13:18:38.476 java[496:31875] +[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.
2015-10-12 13:18:38.476 java[496:31875] (
0 CoreFoundation 0x00007fff98c3003c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff9620a76e objc_exception_throw + 43
2 CoreFoundation 0x00007fff98c2fe1a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff99f6199b -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 Foundation 0x00007fff99ee364f +[NSUndoManager(NSPrivate) _endTopLevelGroupings] + 156
5 AppKit 0x00007fff96ecbb95 -[NSApplication run] + 756
6 libglfw.dylib 0x000000010d597974 initializeAppKit + 1332
7 libglfw.dylib 0x000000010d597035 _glfwPlatformCreateWindow + 37
8 libglfw.dylib 0x000000010d59397b glfwCreateWindow + 443
9 ??? 0x0000000104411eee 0x0 + 4366343918
10 ??? 0x0000000104406929 0x0 + 4366297385
11 ??? 0x0000000104406929 0x0 + 4366297385
12 ??? 0x0000000104406929 0x0 + 4366297385
13 ??? 0x000000010440685a 0x0 + 4366297178
14 ??? 0x0000000104406d34 0x0 + 4366298420
)
2015-10-12 13:18:38.477 java[496:31875] *** Assertion failure in +[NSUndoManager _endTopLevelGroupings], /SourceCache/Foundation/Foundation-1154/Misc.subproj/NSUndoManager.m:340
2015-10-12 13:18:38.477 java[496:31875] An uncaught exception was raised
2015-10-12 13:18:38.477 java[496:31875] +[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.
2015-10-12 13:18:38.477 java[496:31875] (
0 CoreFoundation 0x00007fff98c3003c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff9620a76e objc_exception_throw + 43
2 CoreFoundation 0x00007fff98c2fe1a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff99f6199b -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 Foundation 0x00007fff99ee364f +[NSUndoManager(NSPrivate) _endTopLevelGroupings] + 156
5 AppKit 0x00007fff96ecbc41 -[NSApplication run] + 928
6 libglfw.dylib 0x000000010d597974 initializeAppKit + 1332
7 libglfw.dylib 0x000000010d597035 _glfwPlatformCreateWindow + 37
8 libglfw.dylib 0x000000010d59397b glfwCreateWindow + 443
9 ??? 0x0000000104411eee 0x0 + 4366343918
10 ??? 0x0000000104406929 0x0 + 4366297385
11 ??? 0x0000000104406929 0x0 + 4366297385
12 ??? 0x0000000104406929 0x0 + 4366297385
13 ??? 0x000000010440685a 0x0 + 4366297178
14 ??? 0x0000000104406d34 0x0 + 4366298420
)
2015-10-12 13:18:38.478 java[496:31875] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+[NSUndoManager(NSInternal) _endTopLevelGroupings] is only safe to invoke on the main thread.'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff98c3003c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff9620a76e objc_exception_throw + 43
2 CoreFoundation 0x00007fff98c2fe1a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff99f6199b -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 Foundation 0x00007fff99ee364f +[NSUndoManager(NSPrivate) _endTopLevelGroupings] + 156
5 AppKit 0x00007fff96ecbc41 -[NSApplication run] + 928
6 libglfw.dylib 0x000000010d597974 initializeAppKit + 1332
7 libglfw.dylib 0x000000010d597035 _glfwPlatformCreateWindow + 37
8 libglfw.dylib 0x000000010d59397b glfwCreateWindow + 443
9 ??? 0x0000000104411eee 0x0 + 4366343918
10 ??? 0x0000000104406929 0x0 + 4366297385
11 ??? 0x0000000104406929 0x0 + 4366297385
12 ??? 0x0000000104406929 0x0 + 4366297385
13 ??? 0x000000010440685a 0x0 + 4366297178
14 ??? 0x0000000104406d34 0x0 + 4366298420
)
libc++abi.dylib: terminating with uncaught exception of type NSException
A appare anche la finestra che dice "java si chiude in modo imprevisto mentre si utilizza il plug-in libglfw.dylib".
Ho installato LWJGL errato o il mio codice è difettoso? Grazie per l'aiuto!
<terminated>
Non si dovrebbero ignorare tutte le eccezioni. Lanciare un'eccezione o stampare un messaggio ovunque tu ritorni semplicemente al momento. È inoltre necessario impostare un callback errore [glfwSetErrorCallback] (http://javadoc.lwjgl.org/org/lwjgl/glfw/GLFW.html#glfwSetErrorCallback (org.lwjgl.glfw.GLFWErrorCallback)) ed eseguire il programma con '- Dorg.lwjgl.util.Debug = true'. – javac