Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

jlibtorrent UnsatisfiedLinkError on Windows 10 64-bit #13

Closed
jvincent08 opened this issue Sep 10, 2015 · 5 comments
Closed

jlibtorrent UnsatisfiedLinkError on Windows 10 64-bit #13

jvincent08 opened this issue Sep 10, 2015 · 5 comments

Comments

@jvincent08
Copy link

When running from the console we get:

/.torrenttunes-client/src/lib/x86/jlibtorrent.dll
Exception in thread "main" java.lang.UnsatisfiedLinkError: Look for your architecture binary instructions at: https://github.com/frostwire/frostwire-jlibtorrent
at com.frostwire.jlibtorrent.swig.libtorrent_jni.(libtorrent_jni.java:22)
at com.frostwire.jlibtorrent.swig.libtorrentConstants.(libtorrentConstants.java:12)
at com.frostwire.jlibtorrent.LibTorrent.version(LibTorrent.java:16)
at com.torrenttunes.client.LibtorrentEngine.(LibtorrentEngine.java:120)
at com.torrenttunes.client.LibtorrentEngine.(LibtorrentEngine.java:96)
at com.torrenttunes.client.db.Actions.updateLibtorrentSettings(Actions.java:123)
at com.torrenttunes.client.Main.setupSettings(Main.java:95)
at com.torrenttunes.client.Main.doMain(Main.java:71)
at com.torrenttunes.client.Main.main(Main.java:128)

This is with the latest jre8u60

@dessalines
Copy link
Owner

Ah, I'm realizing that the build I was testing on was only 32-bit. I'll they can maven/gradle build me a 64 bit version as well.

@dessalines
Copy link
Owner

Could you try running:
java -d32 -jar Downloads\torrenttunes-launcher.jar

If that works, I'll change this line for the windows versions.

@jvincent08
Copy link
Author

That exact command didn't work with the 64 bit java.exe, but the program launches when using the 32 bit java.exe -jar

@dessalines
Copy link
Owner

Damn. That's good to hear java 32-bit windows works though. Talking with the devs of jlibtorrent, they didn't seem too keen on working on a 64 bit jre windows version.

Because it doesn't seem to be on the radar, I'll close this out for now, but will potentially reopen it if there turns out to be a huge demand for it.

@dessalines
Copy link
Owner

Windows 64 bit support on the way.

dessalines added a commit that referenced this issue Nov 14, 2015
Windows 64 bit support. Fixes #13
Demonii Tracker replaced. Fixes #58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants