orangy
orangy
ant init-generatedThis step doesn’t work, is it still required?
orangy
<find-sdkroot version="10.14"/>
as wellorangy
orangy
ant tests
doesn’t seem to do anything useful
[Tests] [LWJGL] [WARNING] Out of frame stack space (198580) in thread: Thread[main,5,main]
And then
Total tests run: 0, Failures: 0, Skips: 0
iotsakp
09/24/2018, 11:00 PMinit-generated
was removed when we refactored the codebase for Java 9+ modules, it's not requirediotsakp
09/24/2018, 11:01 PM10.14
soon, thanksiotsakp
09/24/2018, 11:02 PMout of frame stack space
warning is legit, it's done on purpose. But total tests run: 0
looks odd.iotsakp
09/24/2018, 11:03 PMorangy
[Tests] ===============================================
[Tests] LWJGL cross-platform tests
[Tests] Total tests run: 383, Failures: 0, Skips: 0
[Tests] ===============================================
[Tests]
[Tests]
[Tests] ===============================================
[Tests] LWJGL macOS tests
[Tests] Total tests run: 0, Failures: 0, Skips: 0
[Tests] ===============================================
orangy
orangy
Version.BuildType.postfix
public?iotsakp
09/24/2018, 11:06 PMiotsakp
09/24/2018, 11:08 PMorangy
No context is current or a function that is not available in the current context was called. The JVM will abort execution.I’ve added
-Dorg.lwjgl.util.Debug=true
and installed GLFWErrorCallback.createPrint().set()
I’ve called glfwMakeContextCurrent(window)
no clue where to go next 😞orangy
glGenTextures()
iotsakp
09/24/2018, 11:13 PMGL.createCapabilities();
after glfwMakeContextCurrent
iotsakp
09/24/2018, 11:13 PMorangy
iotsakp
09/24/2018, 11:16 PMGL.createCapabilities
is what lets LWJGL know that there's a current OpenGL context in the current thread that it can use. The GL bindings don't know anything about GLFW (it could be SDL2 or AWT or SWT that made the context current).iotsakp
09/24/2018, 11:17 PMiotsakp
09/24/2018, 11:17 PMorangy
orangy
iotsakp
09/24/2018, 11:18 PMorangy
orangy
iotsakp
09/24/2018, 11:20 PMorangy
Wait
(hourglass) system cursor. Is it supported? I don’t see it for GLFW either http://www.glfw.org/docs/latest/group__shapes.html#gabb3eb0109f11bb808fc34659177ca962iotsakp
09/25/2018, 10:22 AMorangy
iotsakp
09/25/2018, 10:29 AM