Open dezza69 opened 1 year ago
I also experience the app hanging after trying to exit.
Hi,
Managed to "fix" the issues I was having by copying the "EditorConfig.xml" file from the previous version's directory into the new version and changing the version number inside the file to the current version.
The new versions directory didn't have this file, and it wasn't created on exit as it crashed (as per above).
Now the colors display correctly and config wheel icon works too.
Anyways, hope this helps someone - and, thanks heaps for your awesome little app.
Kind regards.
dezza69 hi Thanks heaps for posting this information. I did exactly as you have done and HEY PRESTO it all works as it should. Now looking at the various maps and including the use of the color wheel, this is totally brilliant and whats more - it is fun to use.
Many thanks to the creators/builders/maintenance crew for keeping this gem of an app up to date. With the latest release it hs moved up a notch in quality and ease of operation that's for sure.
Brilliant and thanks everyone.
Hi All,
I've tracked that bug down and fixed it. It's triggered by there being no EditorConfig.xml and therefore no colour info for the connections/nodes. I accounted for ( and tested ) there being missing colour info in the config, but forgot to test for no config at all :-/.
Apologies for that, the fix will be in the next release.
Hello!
Been trying to change the node colors from just black to show something different between the primary and secondary nodes, but clicking the little wheel icon does nothing for me.
Have tried using Java on Windows 10 and OS-X.
The "help" window appears when clicking on "help" from the drop down menu, and the node sizes change when using those icons in the config area, but clicking the little wheel for config itself does nothing for me.
Thanks heaps, apologies if this is my user error somewhere...
Edit: Also, not sure if it's related or not, but exiting the app using the drop down exit or the "X" on the window just hangs the app. If it's been starting via the command line a "CTRL-C" is needed after exiting, and if not Task Manager is needed. For me, anyway.
Edit 2: Ok - noticed there was an error in the log on clicking the little wheel.
Here it is, hope this helps :)
[INFO ] 2022-12-02 11:30:40.346 [Main] GlobalExceptionHandler - Cannot invoke "AutoDriveEditor.GUI.Config.ConfigGUI.toFront()" because "AutoDriveEditor.GUI.Config.ConfigGUI.configGUI" is null java.lang.NullPointerException: Cannot invoke "AutoDriveEditor.GUI.Config.ConfigGUI.toFront()" because "AutoDriveEditor.GUI.Config.ConfigGUI.configGUI" is null at AutoDriveEditor.GUI.Buttons.Options.OpenConfigButton.actionPerformed(OpenConfigButton.java:42) ~[AutoDriveEditor.jar:?] at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972) ~[?:?] at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2313) ~[?:?] at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405) ~[?:?] at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262) ~[?:?] at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279) ~[?:?] at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297) ~[?:?] at java.awt.Component.processMouseEvent(Component.java:6626) ~[?:?] at javax.swing.JComponent.processMouseEvent(JComponent.java:3389) ~[?:?] at java.awt.Component.processEvent(Component.java:6391) ~[?:?] at java.awt.Container.processEvent(Container.java:2266) ~[?:?] at java.awt.Component.dispatchEventImpl(Component.java:5001) ~[?:?] at java.awt.Container.dispatchEventImpl(Container.java:2324) ~[?:?] at java.awt.Component.dispatchEvent(Component.java:4833) ~[?:?] at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948) ~[?:?] at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575) ~[?:?] at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516) ~[?:?] at java.awt.Container.dispatchEventImpl(Container.java:2310) ~[?:?] at java.awt.Window.dispatchEventImpl(Window.java:2780) ~[?:?] at java.awt.Component.dispatchEvent(Component.java:4833) ~[?:?] at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) ~[?:?] at java.awt.EventQueue$4.run(EventQueue.java:722) ~[?:?] at java.awt.EventQueue$4.run(EventQueue.java:716) ~[?:?] at java.security.AccessController.doPrivileged(AccessController.java:399) ~[?:?] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) ~[?:?] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97) ~[?:?] at java.awt.EventQueue$5.run(EventQueue.java:746) ~[?:?] at java.awt.EventQueue$5.run(EventQueue.java:744) ~[?:?] at java.security.AccessController.doPrivileged(AccessController.java:399) ~[?:?] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) ~[?:?] at java.awt.EventQueue.dispatchEvent(EventQueue.java:743) ~[?:?] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) ~[?:?] at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) ~[?:?] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) ~[?:?] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) ~[?:?] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) ~[?:?] at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) ~[?:?]