-
Notifications
You must be signed in to change notification settings - Fork 0
Known Issues and workaround
SylvainBertrand edited this page Feb 9, 2023
·
1 revision
- Failed to load module "canberra-module" warning in the console view, install the canberra-module:
apt install libcanberra-gtk-module
- WARNING: System can't support ConditionalFeature.SCENE3D: One option is to add the JVM argument
-Dprism.forceGPU=true
, see: https://stackoverflow.com/questions/30288837/warning-system-cant-support-conditionalfeature-scene3d-vmware-ubuntu - Frame rate drop when opening multiple windows: issue being addressed on the JavaFX side, current workaround (not tested yet): Use both
-Dprism.vsync=false
and environment variable__GL_SYNC_TO_VBLANK=0
(see Java bug ticket). - Drag and drop is not behaving properly, try using the VM argument:
-Djdk.gtk.version=2
(see SCS2 Issue).