libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
147 stars 48 forks source link

java.lang.UnsatisfiedLinkError #44

Closed anbu93 closed 7 years ago

anbu93 commented 7 years ago
Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.UnsatisfiedLinkError: com.badlogic.gdx.video.FfMpeg.register()V
    at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:131)
Caused by: java.lang.UnsatisfiedLinkError: com.badlogic.gdx.video.FfMpeg.register()V
    at com.badlogic.gdx.video.FfMpeg.register(Native Method)
    at com.badlogic.gdx.video.FfMpeg.loadLibraries(FfMpeg.java:78)
    at com.badlogic.gdx.video.VideoPlayerDesktop.play(VideoPlayerDesktop.java:130)

OS: Ubuntu 16.04 LTS amd64 (need cross-platform solution)

Can anybody help?

PS: Issue#2 already tried.

anbu93 commented 7 years ago

I'am sorry. Take the JAR-files, and it all worked. I think it's better to warn people that the repositories are not correct working: "es.e-ucm.com.badlogicgames.gdx:gdx-video-desktop:0.0.1" Built in Gradle not work. I use with gradle compile files('libs/gdx-video-desktop.jar') for all projects.