Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Game Center Design] CTD al hacer click en MapEditor #358

Closed
DazedNConfused- opened this issue Oct 14, 2020 · 0 comments
Closed

[Game Center Design] CTD al hacer click en MapEditor #358

DazedNConfused- opened this issue Oct 14, 2020 · 0 comments

Comments

@DazedNConfused-
Copy link
Contributor

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

DazedNConfused- added a commit to DazedNConfused-/finisterra that referenced this issue Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant