You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ClearScreenDemo on Linux (Ubuntu 22.04.1, X11) several times, I get different errors:
Exception in thread "main" java.lang.AssertionError: Failed to create swap chain: Initialization of an object could not be completed for implementation-specific reasons.
Xlib: extension "GLX" missing on display ":1".
Exception in thread "main" java.lang.AssertionError: Failed to query number of physical device surface formats: Initialization of an object could not be completed for implementation-specific reasons.
at org.lwjgl.vulkan.awt.ClearScreenDemo.getColorFormatAndSpace(ClearScreenDemo.java:239)
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c :175 : dequeue_pending_request: l'assertion « !xcb_xlib_unknown_req_in_deq » a échoué.
My goal was to evaluate the use of Vulkan. I guess the different errors are due to the asynchronous behavior of the Vulkan API, are there any other recommendations?
Here is my graphics drivers
$ nvidia-smi
Sun Sep 11 09:03:34 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.141.03 Driver Version: 470.141.03 CUDA Version: 11.4 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Quadro P2000 Off | 00000000:18:00.0 On | N/A |
| 52% 44C P0 18W / 75W | 654MiB / 5025MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
The text was updated successfully, but these errors were encountered:
Since it's been a week without me doing anything, but I'm going to keep this open as a reminder to fix it. Since lwjgl3-awt doesn't change anything other than the surface creation, there isn't a need for a Vulkan demo going further when there are demos at LWJGL/lwjgl3-demos and this excellent guide.
Thanks for raising the issue though. It's something I can look into when I feel really bored.
When running ClearScreenDemo on Linux (Ubuntu 22.04.1, X11) several times, I get different errors:
Exception in thread "main" java.lang.AssertionError: Failed to create swap chain: Initialization of an object could not be completed for implementation-specific reasons.
Xlib: extension "GLX" missing on display ":1".
Exception in thread "main" java.lang.AssertionError: Failed to query number of physical device surface formats: Initialization of an object could not be completed for implementation-specific reasons.
at org.lwjgl.vulkan.awt.ClearScreenDemo.getColorFormatAndSpace(ClearScreenDemo.java:239)
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c :175 : dequeue_pending_request: l'assertion « !xcb_xlib_unknown_req_in_deq » a échoué.
My goal was to evaluate the use of Vulkan. I guess the different errors are due to the asynchronous behavior of the Vulkan API, are there any other recommendations?
Here is my graphics drivers
The text was updated successfully, but these errors were encountered: