-
On Windows 10 intel, Using recent java version
```
java -version
java version "20.0.1" 2023-04-18
Java(TM) SE Runtime Environment (build 20.0.1+9-29)
Java HotSpot(TM) 64-Bit Server VM (build 20.…
-
With JOGL 2.4, Windows 10, Eclipse-provided JDK (17).
Works with Azul JDK 8, 11.
```
Exception in thread "main" com.jogamp.opengl.GLException: Unable to determine GraphicsConfiguration: WindowsW…
-
Hello,
actually openglfx is the thing I was looking for. I use JavaFX with module-info.java (jpms).
I use the lwjgl library as my prefered opengl wrapper. I've added "requires lwjgl" and "requires c…
-
**Clear scenario to Reproduce**
Open MATLAB in GPU Eco Mode and try to produce an image. Then it crashes saying it's using an uninitialized hardware.
**App Logs**
Configuration:
Crash Decodi…
-
**Describe the bug**
As a gama developper, we sometimes need to use specific flags to set the gama settings or to give to opengl, mainly to debug. So maybe we should add a page in the `Developing Gam…
-
Hi! I had a program running with 4.1.1.
If I change the gradle dependency to 4.1.2 I get
Could not find org.jogamp.jogl:jogl-all:2.4.0-rc-20230123
If I change it to 4.2 I get
Coul…
-
**Describe the bug**
The app runs and when the main window appears it crashes after 2 seconds.
**To reproduce**
Steps to reproduce the behavior:
1. clone repo
2. run `./run_platform.sh`
**Ex…
-
1. Run OR with Java 17
2. Open 'A simple model rocket'
3. Open PhotoStudio
4. Bug report
[bug report.txt](https://github.com/openrocket/openrocket/files/9870515/bug.report.txt)
-
When running the build with the test branch https://github.com/mytourbook/mytourbook/tree/openj9-test then this error occurs
Using
* C:\Program Files\Semeru\jdk-17.0.1.12-openj9
* Eclipse 4.22
…
-
Simple as the title, this appears to be one of the few implementations of openGL in javafx that pretty much fits my needs for the application im developing, which is however not using koltin and uses …