streamingdv

Results 8 issues of streamingdv

I'm submitting a… - [ ] bug report - [ ] feature request - [x] other **Short description of the issue/suggestion:** Deprecation warning is printed by jlink when used on...

enhancement
fixed
feedback

I'm submitting a… - [ ] bug report - [ ] feature request - [x] other **Short description of the issue/suggestion:** I have a special setup where I include my...

fixed

**Describe the issue** Tried to follow your tutorial [here](https://graalvm.github.io/native-build-tools/0.9.8/gradle-plugin.html?fbclid=IwAR3qMOoZYzAlMjF41C-0SPz2HbYKeqpNxu29dJiV1zZ8jFXfkgKIYJ0USqE) and I used the community edition 22.3.2 Java 17 downloaded from [here](https://github.com/graalvm/graalvm-ce-builds/releases). I navigate to my project in and executed via...

bug
native-image

**Describe the bug** I'm currently in the middle of a closed beta test and a user of mine reported a bug when using the OpenGLFX rendering engine. It immediately crashes...

bug

**Describe the bug** [text here] During startup I have following logic to set the prism order ``` private static void setPrismOrderForWindows(final VideoRenderingType videoRenderingType) { if (NVDXInterop.Companion.isSupported()) { final PreferenceManager preferenceManager...

bug

Just a suggestion for the future as it would be great, similar to what QT already offers, a Vulkan canvas can be created (similar to the Metal surface) https://doc.qt.io/qt-6/qsurface.html#SurfaceType-enum. If...

enhancement

I tried the newest version 4.1.20 and I get following dependency error Exception in thread "JavaFX Application Thread" java.lang.UnsatisfiedLinkError: /tmp/1739707126006#com-huskerdev-openglfx-natives-linux-lib-4.1.20-x64.so: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /tmp/1739707126006#com-huskerdev-openglfx-natives-linux-lib-4.1.20-x64.so) at java.base/jdk.internal.loader.NativeLibraries.load(Native...

question

**Describe the bug** After my previous bug [report on Windows](https://github.com/husker-dev/openglfx/issues/106) I encounter another crash on my Linux laptop. It worked in the previous version 4.0.5. And it seems to happend...

bug