Added licenses

This commit is contained in:
UnlegitDqrk
2026-03-03 12:58:48 +01:00
parent c6b892c51d
commit 1ea24e0df2
100 changed files with 7691 additions and 8 deletions

View File

@@ -0,0 +1,35 @@
19:23:05 [EXCEPTION-INFO] Failed to start script
19:23:05 [EXCEPTION-MESSAGE] Lua error in 'inline:__auto_10': inline:__auto_10:4 attempt to call nil
stack traceback:
inline:__auto_10:4: in main chunk
[Java]: in ?
19:23:05 [EXCEPTION-STACKTRACE] org.luaj.vm2.LuaError: Lua error in 'inline:__auto_10': inline:__auto_10:4 attempt to call nil
stack traceback:
inline:__auto_10:4: in main chunk
[Java]: in ?
at org.openautonomousconnection.luascript.runtime.LuaScriptExecutor.execute(LuaScriptExecutor.java:26)
at org.openautonomousconnection.luascript.runtime.LuaScriptBootstrap.executeAllScriptsAsLua(LuaScriptBootstrap.java:67)
at org.openautonomousconnection.luascript.runtime.LuaScriptBootstrap.bootstrap(LuaScriptBootstrap.java:41)
at org.openautonomousconnection.luascript.runtime.LuaRuntime.bootstrapFromDom(LuaRuntime.java:58)
at org.openautonomousconnection.webclient.settings.FxEngine.bootstrap(FxEngine.java:122)
at org.openautonomousconnection.webclient.settings.FxEngine.lambda$install$0(FxEngine.java:71)
at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:386)
at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:91)
at javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(ReadOnlyObjectPropertyBase.java:80)
at javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(ReadOnlyObjectWrapper.java:103)
at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:113)
at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:147)
at javafx.scene.web.WebEngine$LoadWorker.updateState(WebEngine.java:1262)
at javafx.scene.web.WebEngine$LoadWorker.dispatchLoadEvent(WebEngine.java:1377)
at javafx.scene.web.WebEngine$PageLoadListener.dispatchLoadEvent(WebEngine.java:1242)
at com.sun.webkit.WebPage.fireLoadEvent(WebPage.java:2550)
at com.sun.webkit.WebPage.fwkFireLoadEvent(WebPage.java:2394)
at com.sun.webkit.network.URLLoaderBase.twkDidFinishLoading(Native Method)
at com.sun.webkit.network.URLLoader.notifyDidFinishLoading(URLLoader.java:758)
at com.sun.webkit.network.URLLoader.lambda$didFinishLoading$0(URLLoader.java:749)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$0(PlatformImpl.java:424)
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$runLoop$0(WinApplication.java:168)
at java.base/java.lang.Thread.run(Thread.java:1474)