-
Notifications
You must be signed in to change notification settings - Fork 25
No luck with Ubuntu 16.04: openjdk-6-jre has no installation candidates #8
Comments
I run Ubuntu 16.04 here, too, and Visolate works. Just tested releases 3.0.1, 3.1, 3.0.1, 3.1 and 3.1.1. All of them show at least the initial window with the test PCB, only 3.0 failed. Looking at my installed packages I see openjdk-8-jre-headless, libjava3d-java, libvecmath-java. Also a number of Java packages which likely aren't needed for Visolate. Does that help? |
Thank you for the quick reply. It reusumes the error as follows:
I can't figure out what the problem is. Java behaves normally with other applications. Thanks again. |
Looking at these stack traces, I can't see any Visolate code involved. Whatever is there, it happens inside Java3D. It might be a misalignment between J3D and your video driver (mine is Intel graphics), so turning off hardware acceleration (entirely or partially) might help. This can be done by setting environment variables: http://mesa3d.org/envvars.html. I'd try with LIBGL_ALWAYS_INDIRECT, LIBGL_ALWAYS_SOFTWARE, LIBGL_DRI3_DISABLE, RADEON_NO_TCL or similar ones, one at a time. To run with such a variable set, set it in front of the command:
or export the variable before running the command:
|
Thank you much for looking into this. I tried each one of your suggestions and more from the link but still no progress. You are probably very right about the video driver. This nvidia GeForce GT 620 graphics card gives me problems even with NVIDIAs own drivers so I'm running the open source nouveau driver. To make things worse, I have a dual monitor setup, although it doesn't seem to make a difference when I change it to single monitor. Will try different combinations of changes and if I succeed I'll let you know which one was the winner. Thanks again. |
I've this problems too. |
Upgraded to new Ubuntu and it seems there is no more openjdk-6-jre to install. Any ideas on how to proceed?
The text was updated successfully, but these errors were encountered: