You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En la aplicación de Game Center Design, la pestaña de MapEditor provoca un crash to desktop.
> Task :design:DesignCenterLauncher.main()
[INFO] [null] View Created: design.screens.views.ImageView
Exception in thread "main" com.artemis.MundaneWireException: Error while wiring game.systems.resources.ObjectSystem
at com.artemis.injection.CachedInjector.inject(CachedInjector.java:80)
at com.artemis.WorldConfiguration.initializeSystems(WorldConfiguration.java:190)
at com.artemis.WorldConfiguration.initialize(WorldConfiguration.java:179)
at com.artemis.World.<init>(World.java:89)
at design.screens.map.MapEditor.createWorld(MapEditor.java:254)
at design.screens.map.MapEditor.<init>(MapEditor.java:136)
at design.screens.ScreenManager.toMapEditorScreen(ScreenManager.java:53)
at design.screens.views.View$2.lambda$clicked$0(View.java:126)
at design.screens.views.View$2$$Lambda$271/0000000000000000.run(Unknown Source)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:153)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:111)
at launcher.DesignCenterLauncher.main(DesignCenterLauncher.java:19)
Caused by: com.artemis.MundaneWireException: Not registered: game.handlers.DefaultAOAssetManager=class game.handlers.DefaultAOAssetManager
at com.artemis.injection.WiredFieldResolver.resolve(WiredFieldResolver.java:44)
at com.artemis.injection.FieldHandler.resolve(FieldHandler.java:117)
Caused by: com.artemis.MundaneWireException: Not registered: game.handlers.DefaultAOAssetManager=class game.handlers.DefaultAOAssetManager
at com.artemis.injection.CachedInjector.injectField(CachedInjector.java:159)
at com.artemis.injection.CachedInjector.injectValidFields(CachedInjector.java:90)
at com.artemis.injection.CachedInjector.inject(CachedInjector.java:75)
... 11 more
Reproducido en adopt-openj9-14.0.2 para Linux
The text was updated successfully, but these errors were encountered:
En la aplicación de Game Center Design, la pestaña de MapEditor provoca un crash to desktop.
Reproducido en
adopt-openj9-14.0.2
para LinuxThe text was updated successfully, but these errors were encountered: