Re: [chainsaw] Trouble starting it at all

2023-09-29 Thread Christian Grobmeier
On Fri, Sep 29, 2023, at 18:51, Scott Deboy wrote: > There should be a default config. Do you have anything in the .chainsaw > directory? If so, delete it. Yes figured it right when I received your message. The application created this directory. Looking into it, there were files as

Re: [chainsaw] Trouble starting it at all

2023-09-29 Thread Scott Deboy
There should be a default config. Do you have anything in the .chainsaw directory? If so, delete it. On Fri, Sep 29, 2023, 9:49 AM Christian Grobmeier wrote: > OK, got it running, after commenting those lines: > > //statusBar.setSelected(config.getBoolean("statusBar")); >

Re: [chainsaw] Trouble starting it at all

2023-09-29 Thread Christian Grobmeier
OK, got it running, after commenting those lines: //statusBar.setSelected(config.getBoolean("statusBar")); statusBar.setSelected(false); //receivers.setSelected(config.getBoolean("showReceivers")); receivers.setSelected(false); //toolBar.setSelected(config.getBoolean("toolbar"));

Re: [chainsaw] Trouble starting it at all

2023-09-29 Thread Christian Grobmeier
I have installed Netbeans and tried it with that. I also tried Corretta 11, Zulu 11, Zulu 11 with FX. OpenJDK 11 is no longer available for me (on Mac) it seems. Still no success. The splash opens, but no further movement. I have two errors earlier, but I don't think they break anything:

Re: [chainsaw] Trouble starting it at all

2023-09-29 Thread Robert Middleton
It starts up for me with Netbeans and OpenJDK 11. I would expect an exception/stack trace to be printed to stderr if an exception was thrown that caused it to fail to load. -Robert Middleton On Fri, Sep 29, 2023 at 9:17 AM Christian Grobmeier wrote: > Hi, > > I have found out Chainsaw

[chainsaw] Trouble starting it at all

2023-09-29 Thread Christian Grobmeier
Hi, I have found out Chainsaw requires Java 11. I used this from IntelliJ and run LogUI. However, even when there is no error message, the Splash Screen never disappears. Is there any specific verion of Java I need? These are he last lines i see: 15:15:29.580 [AWT-EventQueue-0] DEBUG