Skip to main content

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

logosK

3
Posts
A member registered Jan 15, 2017

Recent community posts

(1 edit)

Just wanted to let you know that this game (at least the demo) 100% works on mac through Wineskin. (Which is free and very easy to use.)

Also, I think movement would feel better if when you tried to move into a wall you aren't facing, you rotated to face it.

(1 edit)

The 'wrapped bottom' grappled stance in the Naga fight is bugged--I keep tripping while using Rest, and falling out of the stance.

It seems to be bugged in lots of other ways too.

(2 edits)

Trying to run this (the mac version) on linux, I get a crash:

com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load shared library 'libgdx64.so' for target: Linux, 64-bit

manually downloading and extracting libgdx64.so from http://libgdx.badlogicgames.com/nightlies/dist/gfx-natives.jar and putting it in Resources, this error is fixed but I run into a new error:

com.badlogic.gdx.utils.GdxRuntimeException: Unable to extract LWJGL natives.

Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Unable to read file for extraction: liblwjgl64.so

I found and downloaded a copy of that, and of libopenal64.so, which was the next thing to throw an error. Then I end up with this:

com.badlogic.gdx.utils.GdxRuntimeException: java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.LinuxDisplay.nSetClassHint(JJJJ)V

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

Caused by: java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.LinuxDisplay.nSetClassHint(JJJJ)V

at org.lwjgl.opengl.LinuxDisplay.nSetClassHint(Native Method)

...

It's possible that that error is due to a version mismatch, as the copies of liblwjgl64.so and libopenal64.so that I found were from 2012.