Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I keep getting this error-any idea of a fix?

Build: 11-10-2016-100-SFWOS: Windows 10
JVM: Java HotSpot(TM) Client VM
Java Version: 1.8.0_92
GDX Not Loaded
PRG.acL: Couldn't load shared library 'gdx.dll' for target: Windows 10,
at PRG.adp.load(PRG:119)
at PRG.acK.load(PRG:33)
at PRG.XR.load(PRG:47)
at PRG.Xs.<init>(PRG:79)
at PRG.Xs.<init>(PRG:67)
at PRG.kr.a(PRG:115)
at co.kemosho.anubis.Main.main(PRG)
Caused by: PRG.acL: Unable to read file for extraction: gdx.dll
at PRG.adp.readFile(PRG:127)
at PRG.adp.loadFile(PRG:280)
at PRG.adp.load(PRG:115)
... 6 more

It's not able to extract a file that's present in the game archive, which might be a permissions error. You could try moving the game folder to a different location and running it from there, or running it as an administrator.

Moved to my game folder..works like a charm thanks =^.^=