Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Here's the Error Log:

warning CollisionDispatcher.needsCollision: static-static collision!

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: Could not find WeNeedYou.wav or WeNeedYou.mp3 or WeNeedYou.ogg in bdx/audio/music/

at com.nilunder.bdx.audio.AudioStore.findFile(AudioStore.java:46)

at com.nilunder.bdx.audio.Music.loadAudio(Music.java:22)

at com.nilunder.bdx.audio.Music.loadAudio(Music.java:11)

at com.nilunder.bdx.audio.AudioStore.get(AudioStore.java:24)

at com.solarlune.gearend.Sounds.playMusic(Sounds.java:73)

at com.solarlune.gearend.Sounds.playMusic(Sounds.java:104)

at com.solarlune.gearend.system.SysCon.setViewedRoom(SysCon.java:475)

at com.solarlune.gearend.player.Player.main(Player.java:328)

at com.nilunder.bdx.Scene.runObjectLogic(Scene.java:851)

at com.nilunder.bdx.Scene.update(Scene.java:907)

at com.nilunder.bdx.Bdx.main(Bdx.java:289)

at com.solarlune.gearend.BdxApp.render(BdxApp.java:44)

at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:223)

at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:124)


Seems to be a missing audio file???