Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start desktop example #116

Open
karussell opened this issue Oct 24, 2014 · 1 comment
Open

Cannot start desktop example #116

karussell opened this issue Oct 24, 2014 · 1 comment

Comments

@karussell
Copy link

  1. In the docs there is a minor mistake for the desktop command. It should say: './gradlew :vtm-desktop:run'
  2. when I then run this I get:
java.lang.RuntimeException: Couldn't load shared library 'libjglfw.so' for target: Linux, 32-bit
    at com.badlogic.jglfw.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:115)
    at com.badlogic.jglfw.Glfw.glfwInit(Glfw.java:424)
    at com.badlogic.gdx.backends.jglfw.JglfwApplication.initialize(JglfwApplication.java:121)
    at com.badlogic.gdx.backends.jglfw.JglfwApplication$1.run(JglfwApplication.java:87)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Unable to read file for extraction: libjglfw.so
    at com.badlogic.jglfw.utils.SharedLibraryLoader.readFile(SharedLibraryLoader.java:124)
    at com.badlogic.jglfw.utils.SharedLibraryLoader.loadFile(SharedLibraryLoader.java:245)
    at com.badlogic.jglfw.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:113)
    ... 4 more

BTW: android is ... wow!

@hjanetzek
Copy link
Member

hmm it seems jglfw does not contain 32bit libs for linux. checkout jglfw and build it locally for now. a mvn clean install might suffice - or kindly ask the gdx guys :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants