gdx-texture-packer-gui
gdx-texture-packer-gui copied to clipboard
Crash report
trafficstars
Please paste the crash log in here (already in your clipboard) and, if possible, provide any information that may help to reproduce the issue.
Application Log
Version: 4.13.0
OS: Windows 10 10.0 amd64
JRE: 17.0.14 BellSoft
GPU: Intel(R) HD Graphics 620
OpenGL vendor: Intel
OpenGL version: 4.5.0 - Build 24.20.100.6286
[GlobalShortcutHandler] Parsing shortcut file: hotkeys_default.txt
com.badlogic.gdx.utils.GdxRuntimeException: Unable to invoke method: initiateFirstScreen of type: com.github.czyzby.autumn.mvc.component.ui.InterfaceService@3214ee6 with parameters: []
at com.github.czyzby.autumn.context.impl.method.MethodInvocation.invoke(MethodInvocation.java:50)
at com.github.czyzby.autumn.processor.impl.InitiateAnnotationProcessor.doAfterScanning(InitiateAnnotationProcessor.java:42)
at com.github.czyzby.autumn.context.ContextInitializer.invokeProcessorActionsAfterInitiation(ContextInitializer.java:351)
at com.github.czyzby.autumn.context.ContextInitializer.initiate(ContextInitializer.java:294)
at com.crashinvaders.texturepackergui.App.initiateContext(App.java:119)
at com.crashinvaders.texturepackergui.App.create(App.java:104)
at com.crashinvaders.texturepackergui.desktop.ApplicationListenerWrapper.create(ApplicationListenerWrapper.java:15)
at com.crashinvaders.texturepackergui.desktop.Lwjgl3AppWrapper.create(Lwjgl3AppWrapper.java:44)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:416)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:366)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:192)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:166)
at com.crashinvaders.texturepackergui.desktop.ApplicationStarter.startGuiApp(ApplicationStarter.java:162)
at com.crashinvaders.texturepackergui.desktop.ApplicationStarter.main(ApplicationStarter.java:75)
Caused by: com.badlogic.gdx.utils.reflect.ReflectionException: Exception occurred in method: initiateFirstScreen
at com.badlogic.gdx.utils.reflect.Method.invoke(Method.java:114)
at com.github.czyzby.kiwi.util.gdx.reflection.Reflection.invokeMethod(Reflection.java:130)
at com.github.czyzby.autumn.context.impl.method.MethodInvocation.invoke(MethodInvocation.java:47)
... 13 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at com.badlogic.gdx.utils.reflect.Method.invoke(Method.java:108)
... 15 more
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: At least one view has to be set as first.
at com.github.czyzby.autumn.mvc.component.ui.InterfaceService.initiateFirstScreen(InterfaceService.java:199)
... 20 more