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
I cloned this repository and want to try this engine. But unfornately, it crashed.
My system: NVIDIA RTX 4060 - Intel Core i9-12900k - Kubuntu 24.04.1 LTS
I'm running the latest ubuntu-nvidia-driver (via ubuntu-drivers)
VkOrenworlds-Demo:
Exception in thread "main" java.lang.AssertionError: Failed to acquire next swapchain image: A surface has changed in such a way that it is no longer compatible with the swapchain, and further presentation requests using the swapchain will fail. Applications must query the new surface properties and recreate their swapchain if they wish to continuepresenting to the surface.
at org.oreon.core.vk.swapchain.SwapChain.draw(SwapChain.java:347)
at org.oreon.vk.engine.VkDeferredEngine.render(VkDeferredEngine.java:317)
at org.oreon.core.CoreEngine.render(CoreEngine.java:115)
at org.oreon.core.CoreEngine.run(CoreEngine.java:89)
at org.oreon.core.CoreEngine.start(CoreEngine.java:44)
at org.oreon.examples.vk.oreonworlds.VkOreonworlds.main(VkOreonworlds.java:24)
OpenGL-Demo:
org.oreon.gl.engine.deferred.DeferredLightingShader 0(43) : error C7636: format layout qualifier not allowed on image parameter
The text was updated successfully, but these errors were encountered:
Hey there!
I cloned this repository and want to try this engine. But unfornately, it crashed.
My system: NVIDIA RTX 4060 - Intel Core i9-12900k - Kubuntu 24.04.1 LTS
I'm running the latest ubuntu-nvidia-driver (via ubuntu-drivers)
VkOrenworlds-Demo:
Exception in thread "main" java.lang.AssertionError: Failed to acquire next swapchain image: A surface has changed in such a way that it is no longer compatible with the swapchain, and further presentation requests using the swapchain will fail. Applications must query the new surface properties and recreate their swapchain if they wish to continuepresenting to the surface.
at org.oreon.core.vk.swapchain.SwapChain.draw(SwapChain.java:347)
at org.oreon.vk.engine.VkDeferredEngine.render(VkDeferredEngine.java:317)
at org.oreon.core.CoreEngine.render(CoreEngine.java:115)
at org.oreon.core.CoreEngine.run(CoreEngine.java:89)
at org.oreon.core.CoreEngine.start(CoreEngine.java:44)
at org.oreon.examples.vk.oreonworlds.VkOreonworlds.main(VkOreonworlds.java:24)
OpenGL-Demo:
org.oreon.gl.engine.deferred.DeferredLightingShader 0(43) : error C7636: format layout qualifier not allowed on image parameter
The text was updated successfully, but these errors were encountered: