Re: [basex-talk] GUI Stack Trace

2020-06-08 Thread Christian Grün
Hi Ben, > I got past this by switching to 1.11 Good to hear that it has been fixed in Java itself. > Linux seems to have lots of problems with Java IMHO regarding rendering. That’s true. Many Linux environments seem to ignore (or contradict) the Java Swing conventions. In the BaseX code, we tri

Re: [basex-talk] GUI Stack Trace

2020-06-07 Thread Ben Pracht
I got past this by switching to 1.11, but I was using java-1.8.0-openjdk-1.8.0.222.b10-0.fc30.x86_64 Not sure if the Oracle version works better. I realize this is not a Linux specific group, but I've noticed that the BaseX people tend to be both knowledgeable and approachable beyond what I can

Re: [basex-talk] GUI Stack Trace

2020-06-07 Thread Reece Dunn
Hi Christian, The following is the relevant part of the stack trace: > org.basex.gui.view.project.ProjectCellRenderer.getTreeCellRendererComponent(ProjectCellRenderer.java:29) It is difficult to spot among the rest of the Java function calls. Kind regards, Reece On Sun, 7 Jun 2020 at 07:34, Ch

Re: [basex-talk] GUI Stack Trace

2020-06-07 Thread Christian Grün
Thanks, Reece, for the hint, I overlooked this one. The used Java version might be even more interesting now, as we need to find out in which case JLabel.setIcon triggers a nullpointer exception. Reece Dunn schrieb am So., 7. Juni 2020, 09:54: > Hi Christian, > > The following is the relevan

Re: [basex-talk] GUI Stack Trace

2020-06-06 Thread Christian Grün
Yes, this problem seems to be caused by the combination of your Linux environment and the Java version (the stack trace only contains paths to standard Java classes). Which JDK do you use? Ben Pracht schrieb am So., 7. Juni 2020, 06:09: > Hi Folks, > > I got this error trying to specify a dir

[basex-talk] GUI Stack Trace

2020-06-06 Thread Ben Pracht
Hi Folks, I got this error trying to specify a directory location when creating a database using the GUI by dialog. Creating the database via command works. I feel like this is somehow not the fault of BaseX because I don't see this on my other Linux machine. Nonetheless, I'd like recommendatio