If there is someone wanting to use this Tool on Mac M1 or aarch64 Linux, let me know.
I have made the custom JREs for those platforms too, but as I don't have access to such computers, I haven't been able to test them.
Cheers.
Hey, thank you so much for this. I am running on linux and I get this error when running the tool with the provided JRE:
java.lang.RuntimeException: Requested texture dimensions (32767x32767) require dimensions (0x0) that exceed maximum texture size (16384)
at javafx.graphics/com.sun.prism.es2.ES2RTTexture.create(Unknown Source)
at javafx.graphics/com.sun.prism.es2.ES2ResourceFactory.createRTTexture(Unknown Source)
at javafx.graphics/com.sun.prism.es2.ES2SwapChain.createGraphics(Unknown Source)
at javafx.graphics/com.sun.prism.es2.ES2SwapChain.createGraphics(Unknown Source)
at javafx.graphics/com.sun.javafx.tk.quantum.PresentingPainter.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at javafx.graphics/com.sun.javafx.tk.RenderJob.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at javafx.graphics/com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
The requested dimension matches the maximum screen size I see in xrandr (Screen 0: minimum 16 x 16, current 2048 x 1152, maximum 32767 x 32767). I can run version 10.5 (rev 2557) fine on my laptop with openjdk 1.8 but NOT with the bundled JRE. I also tried openjdk 18 and liberica but they all have issues with both versions of the tool. Here's my linux version: Linux archlinux 5.19.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 29 Aug 2022 15:51:05 +0000 x86_64 GNU/Linux. Let me know if I can give you more information.
Thank you in advance for your support!