Jump to content

bit torrent


bigjohnjr
 Share

17 posts in this topic

Recommended Posts

I like to use the BitTorrent client for Mac OS X if it is only one file, if it is multiple files (if I want to select some of them) or a very large file, or a file with descentralized server I use Azureus.

 

But in XP I use eDonkey 2000 since I'm downloading some files that has more sources in the ed2k net, it also has a BitTorrent plugin that works syncornized with ed2k if the file has sources on both sides, I have faster downloads with it.

Link to comment
Share on other sites

I tried using azureus on my 10.4.1 and when I click it, it opens up and closes right away.

No error messages, just closes.

 

Is there a version of azurues that works with 10.4.1 or another bit torrent client that I can use?

 

Thanks

 

i just fixed this prob today... do this and your good to go

 

chmod 755 /Application/Azureus.app/Contents/MacOS/JavaApplicationStub

Link to comment
Share on other sites

Maybe not. Type "chmod -R 755 /Path/to/Azureus.app", and "chown -R <Yourusernamehere> /Path/to/Azureus.app" chmod'ing it to 755 ensures that anyone can run it, and chown'ing it to you ensures that you can do anything with it.

 

Quick lesson on chmod: Essentially changing the permissions of files. In the format chmod [options] XXX, where XXX is a number between 0 and 7, inclusive. Each number is the sum of the permissions set. 4 is read, 2 is write, and 1 is execute. (Or something like that.) Take the sum to get the number to enter. First 'X'--> Owner level permissions. Second 'X' --> Group level permissions. Third 'X' --> Depends between different systems. (At least from my experience.) Usually all other users.

 

Quick lesson on chown: Changes ownership of files to a certain username. Eg, chown -R kyl191 ./azureus.app would change the ownership of the files in 'azureus.app' in the current folder. '-R' means do this recursively, or throughout the whole folder, aka, do this to every file and folder within this folder.

Edited by kyl191
Link to comment
Share on other sites

Hi everyone

 

I also can not start the Azureus 2.3.0.6.

I did change the to 755, by the way, I login as an admin

 

Then I try to directly run the file JavaApplicationStub, a Terminal windows popup, and some java error is shown as follow:

 

/Applications/Azureus.app/Contents/MacOS/JavaApplicationStub; exit

[LaunchRunner Error] org.gudy.azureus2.ui.swt.Main.main(String[]) threw an exception:

java.lang.UnsatisfiedLinkError: /Applications/Azureus.app/Contents/Resources/Java/dll/libswt-pi-carbon-3139.jnilib:

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)

at java.lang.Runtime.loadLibrary0(Runtime.java:788)

at java.lang.System.loadLibrary(System.java:834)

at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)

at org.eclipse.swt.internal.carbon.OS.<clinit>(OS.java:20)

at org.eclipse.swt.widgets.Display.createDisplay(Display.java:856)

at org.eclipse.swt.widgets.Display.create(Display.java:836)

at org.eclipse.swt.graphics.Device.<init>(Device.java:118)

at org.eclipse.swt.widgets.Display.<init>(Display.java:676)

at org.eclipse.swt.widgets.Display.<init>(Display.java:667)

at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:77)

at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)

at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:108)

at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:123)

at org.gudy.azureus2.ui.swt.Main.main(Main.java:142)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav

:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)

at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)

at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

logout

[Process completed]

 

I am not sure what is going on with it.

Can some body tell me what is going on here.

 

By the way, I have tried the patched version on win2osx forum. When I start the JavaApplicationStub, the error message return is "Bad executable (or shared library)"

 

 

Hope somebody can help me!!!

 

Thx very much.

Link to comment
Share on other sites

Hi everyone

 

I also can not start the Azureus 2.3.0.6.

I did change the to 755, by the way, I login as an admin

 

Then I try to directly run the file JavaApplicationStub, a Terminal windows popup, and some java error is shown as follow:

 

/Applications/Azureus.app/Contents/MacOS/JavaApplicationStub; exit

[LaunchRunner Error] org.gudy.azureus2.ui.swt.Main.main(String[]) threw an exception:

java.lang.UnsatisfiedLinkError: /Applications/Azureus.app/Contents/Resources/Java/dll/libswt-pi-carbon-3139.jnilib:

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)

at java.lang.Runtime.loadLibrary0(Runtime.java:788)

at java.lang.System.loadLibrary(System.java:834)

at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)

at org.eclipse.swt.internal.carbon.OS.<clinit>(OS.java:20)

at org.eclipse.swt.widgets.Display.createDisplay(Display.java:856)

at org.eclipse.swt.widgets.Display.create(Display.java:836)

at org.eclipse.swt.graphics.Device.<init>(Device.java:118)

at org.eclipse.swt.widgets.Display.<init>(Display.java:676)

at org.eclipse.swt.widgets.Display.<init>(Display.java:667)

at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:77)

at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)

at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:108)

at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:123)

at org.gudy.azureus2.ui.swt.Main.main(Main.java:142)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav

:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)

at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)

at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

logout

[Process completed]

 

I am not sure what is going on with it.

Can some body tell me what is going on here.

 

By the way, I have tried the patched version on win2osx forum. When I start the JavaApplicationStub, the error message return is "Bad executable (or shared library)"

Hope somebody can help me!!!

 

Thx very much.

it should work are trying to download a dead torrent?

Link to comment
Share on other sites

  • 2 months later...

This thread is getting old...

Azureus 2.4.0.0 works great out of box on 10.4.3 8F1111A since its a universal binary (UniBin)

It can be done on 10.4.1, though you're better off upgrading. check out the wiki on x86 compiled software:

http://wiki.osx86project.org/wiki/index.ph...Azureus_2.3.0.4 :dev:

Link to comment
Share on other sites

 Share

×
×
  • Create New...