Page 1 of 1

AutolevellerAE won't run on my PC

Posted: Tue Jun 06, 2017 7:19 am
by CaptainSq
hi,
Tried to get some answers under the Autoleveller software forum section but it seems to be dead. Maybe I can get some answers here.
I paid for membership so I'm really keen to get this issue sorted out.

The 0.8.5 version of AutolevellerAE don't run on my Win 10 PC. I have re-installed both 32 and 64 bit latest Java + the JDKs. Still no luck.
However, the "old" Autoleveller version starts an runs without any hickups.

The exe version of AutolevellerAE leaves no error message, it just never starts. When i try to start using a command line window with the "java -jar" command i get numerous error messages from the java engine. Most notable is "Error in Application start Method". I'm not a Java programmer so I can't read the trace info to find the real problem.

Trace dump:

Code: Select all

C:\Users\Thom\Desktop>java -jar AutolevellerAE-0.8.5.jar
Exception in Application start method
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
        at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at sun.launcher.LauncherHelper$FXHelper.main(Unknown Source)
Caused by: java.lang.RuntimeException: Exception in Application start method
        at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
        at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
        at java.lang.Thread.run(Unknown Source)
Caused by: javafx.fxml.LoadException:
file:/C:/Users/Thom/Desktop/AutolevellerAE-0.8.5.jar!/ALGUI/MainAL.fxml:23

        at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
        at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
        at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
        at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
        at com.cncsoftwaretools.autoleveller.Autoleveller.start(Autoleveller.java:95)
        at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
        at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
        at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
        at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
        at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
        ... 1 more
Caused by: com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) Error injecting constructor, java.lang.ExceptionInInitializerError
  at com.cncsoftwaretools.autoleveller.ui.controllers.ALGUIController.<init>(Unknown Source)
  while locating com.cncsoftwaretools.autoleveller.ui.controllers.ALGUIController

1 error
        at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1028)
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1054)
        at javafx.fxml.FXMLLoader$ValueElement.processAttribute(FXMLLoader.java:929)
        at javafx.fxml.FXMLLoader$InstanceDeclarationElement.processAttribute(FXMLLoader.java:971)
        at javafx.fxml.FXMLLoader$Element.processStartElement(FXMLLoader.java:220)
        at javafx.fxml.FXMLLoader$ValueElement.processStartElement(FXMLLoader.java:744)
        at javafx.fxml.FXMLLoader.processStartElement(FXMLLoader.java:2707)
        at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2527)
        ... 12 more
Caused by: java.lang.ExceptionInInitializerError
        at com.cncsoftwaretools.autoleveller.ui.ALModel.setDefaultPrefs(ALModel.java:113)
        at com.cncsoftwaretools.autoleveller.ui.ALModel.<init>(ALModel.java:103)
        at com.cncsoftwaretools.autoleveller.ui.ALModel.getInstance(ALModel.java:154)
        at com.cncsoftwaretools.autoleveller.ui.controllers.CommonFXML.<init>(CommonFXML.java:51)
        at com.cncsoftwaretools.autoleveller.ui.controllers.ALGUIController.<init>(ALGUIController.java:69)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.google.inject.internal.DefaultConstructionProxyFactory$ReflectiveProxy.newInstance(DefaultConstructionProxyFactory.java:126)
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:111)
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:90)
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:268)
        at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1019)
        at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1085)
        at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1015)
        ... 19 more
Caused by: java.lang.NullPointerException
        at com.cncsoftwaretools.autoleveller.ui.ALModel.setDefaultPrefs(ALModel.java:113)
        at com.cncsoftwaretools.autoleveller.ui.ALModel.<init>(ALModel.java:103)
        at com.cncsoftwaretools.autoleveller.ui.ALModel.getInstance(ALModel.java:154)
        at com.cncsoftwaretools.autoleveller.Controller.<init>(Controller.java:56)
        at com.cncsoftwaretools.autoleveller.Controller.<clinit>(Controller.java:39)
        ... 35 more
Exception running application com.cncsoftwaretools.autoleveller.Autoleveller

C:\Users\Thom\Desktop>
I'm sure some of you guys out there must be competent enough to analyze this and ask me complementary questions so we
can solve this.

Regards
/Thom

Re: AutolevellerAE won't run on my PC

Posted: Tue Jun 06, 2017 1:39 pm
by daedelus
Do you see a ".AE" folder in "C:\Users\Thom\"? and does it contain anything?