crashinvaders / gdx-texture-packer-gui

A simple way to pack and manage texture atlases for libGDX game framework.
Apache License 2.0
618 stars 74 forks source link

[Crash Report] Crash on start #55

Closed Roxas240 closed 6 years ago

Roxas240 commented 6 years ago

As soon as it opens, I get a short intro into the JFrame then this dialog appears

Stack trace ``` com.badlogic.gdx.utils.GdxRuntimeException: Unable to invoke method annotated with: interface com.github.czyzby.lml.annotation.LmlAfter at com.github.czyzby.lml.parser.impl.AbstractLmlParser.invokeAnnotatedViewMethods(AbstractLmlParser.java:326) at com.github.czyzby.lml.parser.impl.AbstractLmlParser.doAfterViewTemplateParsing(AbstractLmlParser.java:309) at com.github.czyzby.lml.parser.impl.AbstractLmlParser.createView(AbstractLmlParser.java:234) at com.github.czyzby.autumn.mvc.component.ui.controller.impl.AnnotatedViewController.createView(AnnotatedViewController.java:76) at com.github.czyzby.autumn.mvc.component.ui.InterfaceService.initiateView(InterfaceService.java:212) at com.github.czyzby.autumn.mvc.component.ui.InterfaceService.access$600(InterfaceService.java:63) at com.github.czyzby.autumn.mvc.component.ui.InterfaceService$ScreenSwitchingRunnable.run(InterfaceService.java:647) at com.badlogic.gdx.backends.lwjgl.LwjglCanvas.executeRunnables(LwjglCanvas.java:265) at com.badlogic.gdx.backends.lwjgl.LwjglCanvas$3.run(LwjglCanvas.java:231) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Caused by: com.badlogic.gdx.utils.reflect.ReflectionException: Exception occurred in method: initialize 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.lml.parser.impl.AbstractLmlParser.invokeAnnotatedViewMethod(AbstractLmlParser.java:333) at com.github.czyzby.lml.parser.impl.AbstractLmlParser.invokeAnnotatedViewMethods(AbstractLmlParser.java:320) ... 22 more Caused by: java.lang.reflect.InvocationTargetException 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 com.badlogic.gdx.utils.reflect.Method.invoke(Method.java:108) ... 25 more Caused by: java.lang.NullPointerException at com.crashinvaders.texturepackergui.controllers.main.filetype.PngFileTypeController.onViewCreated(PngFileTypeController.java:48) at com.crashinvaders.texturepackergui.controllers.main.MainController.initialize(MainController.java:127) ... 30 more ```
metaphore commented 6 years ago

Thanks for the report. On which version are you?

metaphore commented 6 years ago

I'm closing this as there is no any additional feedback to reproduce the issue. Feel free to reopen and provide some more info.