CommonWealthRobotics / BowlerStudio

A Full-Stack Robotics Development Environment
GNU Lesser General Public License v3.0
136 stars 29 forks source link

Build 2.28.1 com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine at line 1564 #405

Open madhephaestus opened 5 months ago

madhephaestus commented 5 months ago

Auto Reported Issue BowlerStudio Build 2.28.1 BowlerKernel 1.59.0 JavaCad Version: 1.1.0 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_412 JavaFX Version: 8.0.412

OS = Linux amd64 x64

java.lang.RuntimeException: org.eclipse.jgit.api.errors.RefNotFoundException: Ref origin/plugin-Loadin-prefs cannot be resolved
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.checkout(ScriptingEngine.java:1564)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.checkout(ScriptingEngine.java:1492)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu$6.switchToThisNewBranch(BowlerStudioMenu.java:898)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu$6.run(BowlerStudioMenu.java:885)
Caused by: org.eclipse.jgit.api.errors.RefNotFoundException: Ref origin/plugin-Loadin-prefs cannot be resolved
    at org.eclipse.jgit.api.CreateBranchCommand.getStartPointObjectId(CreateBranchCommand.java:246)
    at org.eclipse.jgit.api.CreateBranchCommand.call(CreateBranchCommand.java:99)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.shallowCheckout(ScriptingEngine.java:1581)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.checkout(ScriptingEngine.java:1524)
    ... 3 more

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu$6.run(BowlerStudioMenu.java:889)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu.<clinit>(BowlerStudioMenu.java:140)
    at com.neuronrobotics.bowlerstudio.BowlerStudioModularFrame.initialize(BowlerStudioModularFrame.java:153)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:72)
    at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:276)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2573)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2448)
    at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2416)
    at com.neuronrobotics.bowlerstudio.BowlerStudio.lambda$start$10(BowlerStudio.java:808)
    at java.lang.Thread.run(Thread.java:750)