Hello!
I tried to start demo "SpiceShip Warrior", but I got an exсeption:
Code:
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: File not found: textures\pack (Internal)
at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:133)
at com.badlogic.gdx.graphics.g2d.TextureAtlas$TextureAtlasData.<init>(TextureAtlas.java:100)
at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java:216)
at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java:211)
at com.gamadu.spaceshipwarrior.systems.SpriteRenderSystem.initialize(SpriteRenderSystem.java:54)
at com.artemis.World.initialize(World.java:70)
at com.gamadu.spaceshipwarrior.GameScreen.<init>(GameScreen.java:55)
at com.gamadu.spaceshipwarrior.SpaceshipWarrior.create(SpaceshipWarrior.java:14)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:144)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:131)
Disconnected from the target VM, address: '127.0.0.1:52479', transport: 'socket'
AL lib: ReleaseALC: 1 device not closed
Thank you for help!