Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Tales of Androgyny

A game about birds, bees, flowers and trees. · By Majalis

Error

A topic by Shackled verse created May 26, 2020 Views: 922 Replies: 1
Viewing posts 1 to 2

I am currently using the  Win64 v0.2.23.0 of the game nd I greatly enjoy it, but I am now getting a error thing saying something about bad logic with the Intro sound. or at least it could not lod it and it crashes or quits out. and I think I will just copy and paste what the error.txt is tellingme and it says

com.badlogic.gdx.utils.GdxRuntimeException: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load dependencies of asset: sounds/IntroSound.wav
at com.badlogic.gdx.assets.AssetManager.handleTaskError(AssetManager.java:636)
at com.badlogic.gdx.assets.AssetManager.update(AssetManager.java:411)
at com.badlogic.gdx.assets.AssetManager.finishLoading(AssetManager.java:437)
at com.majalis.screens.SplashScreen.buildStage(SplashScreen.java:74)
at com.majalis.talesofandrogyny.TalesOfAndrogyny.init(TalesOfAndrogyny.java:95)
at com.majalis.talesofandrogyny.TalesOfAndrogyny.create(TalesOfAndrogyny.java:88)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:151)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:128)
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load dependencies of asset: sounds/IntroSound.wav
at com.badlogic.gdx.assets.AssetLoadingTask.handleAsyncLoader(AssetLoadingTask.java:121)
at com.badlogic.gdx.assets.AssetLoadingTask.update(AssetLoadingTask.java:90)
at com.badlogic.gdx.assets.AssetManager.updateTask(AssetManager.java:561)
at com.badlogic.gdx.assets.AssetManager.update(AssetManager.java:409)
... 6 more
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NullPointerException
at com.badlogic.gdx.utils.async.AsyncResult.get(AsyncResult.java:46)
at com.badlogic.gdx.assets.AssetLoadingTask.handleAsyncLoader(AssetLoadingTask.java:119)
... 9 more
Caused by: java.lang.NullPointerException
at com.badlogic.gdx.assets.loaders.SoundLoader.loadAsync(SoundLoader.java:48)
at com.badlogic.gdx.assets.loaders.SoundLoader.loadAsync(SoundLoader.java:29)
at com.badlogic.gdx.assets.AssetLoadingTask.call(AssetLoadingTask.java:70)
at com.badlogic.gdx.assets.AssetLoadingTask.call(AssetLoadingTask.java:34)
at com.badlogic.gdx.utils.async.AsyncExecutor$2.call(AsyncExecutor.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

and I'm not good enough at the any of the coding stuff soI can't even attempt to find out what is going wrog myself, and I am not even going to try, but I am going to see if I could download it again and update the files or whatever and see if it resolves by itself, but if not, then I'll wait for an awnser or reply.

Deleted 2 years ago

For some reason it just stared to work just fine as if the error mentioned had not exist at all. I am downloading the latest version and updating the game.