Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Gearend Demo

Explore an Abandoned Robotics Research Facility with an interchangeable Robot · By SolarLune

[SOLVED] Entering "Research Facility Visitors Center" Crashes Game

A topic by t_Jo created Apr 16, 2017 Views: 320 Replies: 3
Viewing posts 1 to 4
(1 edit)

Hi Solarlune! Another bug, I found that upon entering the "Research Facility" it crashes the game.

(1 edit)

Thanks for the report. This sounds unusual - could you post your crash log file (it should be in the program directory)?

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???

(+1)

Thanks for that, this past update should solve it.