I found the problem:
A Java 8 runtime must be installed first using sudo apt-get install openjdk-8-jre or equivalent. Do not install a headless JRE, they lack audio I/O.
I had the headless version installed.
Hi,
I was using REW with Debian 10 before without any issues, except that the Waterfall diagram was not working.
Now I switched to UbuntuStudio 20 and installed REW, but my audio interface (Behringer UMC204 is not listed).
I have this Java version installed:
"java -version
openjdk version...
I don't have an external graphic card at all. It's just an intel Haswell onboard chip (i915) on my i5 processor.
Graphics: Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
Display Server: X.Org 1.19.2 drivers: modesetting (unloaded: fbdev,vesa)...
I think OpenGL is installed as I get
glxinfo | grep "OpenGL version"
OpenGL version string: 3.0 Mesa 13.0.6
There's also no more info when starting REW from the console. I can try to use a live system of a different distro. I heard that there are some bug in MESA 13, maybe it's because of...
You mean it wasn't the correct entry? I tried -Dsun.java2d.xrender=true and it also doesn' t work. Can it also play a role that I'm using a compositor (Compton) or isn't this related?
Thanks for the reply. I have entries like:
""
Exception in thread "AWT-EventQueue-1" java.lang.InternalError: not implemented yet
at sun.java2d.xr.XRSurfaceData.getRaster(XRSurfaceData.java:72)
at sun.java2d.loops.Blit$AnyBlit.Blit(Blit.java:163)"
in the log file. I tried...
Hi,
I'm using REW with Debian Stretch / XFCE. It was working in the past (~2 years ago), but now I ran in an issue with the waterfall diagram. When I hit "generate" I don't see the result and the GUI becomes slow (e.g. the menus at the top don't open reliable). When I go back to e.g. SPL &...