+ Reply to Thread
Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 66

Thread: BiglyBT Extreme Mod by SB-Innovation 2.6.0.0 Beta

    1. BiglyBT Extreme Mod by SB-Innovation 2.6.0.0 Beta Details »»

      BiglyBT Extreme Mod by SB-Innovation 2.6.0.0 Beta

      Version: 2.6.0.0, by (Coder) DigitalDJ is offline

      Developer Last Online: Mar 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 1514
      Released: 18.12.20 Last Update: Never Installs: 1
      • Supported
      • Re-useable Code
      • Free for all
      • Translations
      • Beta Stage

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 2.6.0.0 Beta



      ╔═══════════════════════════╗
      Coded by:
      ╚═══════════════════════════╝

      >>>>>> DigitalDJ & ghostfucker <<<<<<


      ╔═══════════════════════════╗
      Credits:
      ╚═══════════════════════════╝

      >>>>>> Butcho <<<<<<
      >>>>>> Rebound <<<<<<
      >>>>>> hitman <<<<<<
      >>>>>> Manas <<<<<<
      >>>>>> eudora <<<<<<
      >>>>>> ghostfucker <<<<<<
      >>>>>> anon <<<<<<
      >>>>>> Instab <<<<<<
      >>>>>> cloud99 <<<<<<
      >>>>>> illusive <<<<<<
      >>>>>> molosse <<<<<<
      >>>>>> --->HDBD<--- <<<<<<

      ╔═══════════════════════════╗
      Supplied by:
      ╚═══════════════════════════╝

      >>>>>> SB-Innovation <<<<<<

      ╔═══════════════════════════╗
      Original Mod by:
      ╚═══════════════════════════╝

      >>>>>> Shu <<<<<<


      Change Log:

      + Fix PerfectSpoof sending User-Agent to tracker

      + Integrated Peer Injector 0.3 by anon

      + Perfect Spoof 2 by ghostfucker

      + uTorrent ID Generator

      + Modifiable Client Files

      + Ghostleech

      + LTEP Fixes

      + Multiple peerlist entries fixed

      + More No Report Options

      + (Fake Upload) Stop faking when swarm speed is zero

      + Upload Kicker

      + Ratio Tool

      + Synced with latest LegitBly Mod

      + (Upload Multiplier) Show as seeder

      + (SBI-Hack Torrentview) Scrollbars added

      + Fix Tracker Update Interval Divider

      + Use Swarm Peers fixed

      + Updated core to BiglyBT 2.6.0.0



      BiglyBT Change Log:
      BiglyBT Change Log
      Vuze Change Log
      Installation:

      Windows

      1. Download the latest OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release).
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download). Do not open BiglyBT after installation.
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! You must export your torrents. Copying or exporting / importing old configurations will not work.
      4. Extract the hack files using 7-Zip (7-Zip Download) or equivalent to %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT) and overwrite ALL files.
      5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
      6. Open the OpenJDK archive downloaded in step 1 and extract the "jdk-XX" folder to the BiglyBT folder %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
      7. Rename the extracted "jdk-XX" folder to "jre".
      8. Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:
      NOTE: If you want to run BiglyBT-console.exe perform step 8 but instead create file "BiglyBT-console.exe.vmoptions"
      Code:
      --patch-module=java.base=ghostfucker_utils.jar
      --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
      9. Run BiglyBT and Enjoy!


      macOS
      1. Download and install the latest Java. It must be Java version 15 or higher. (JDK GA Release). Note the path to the OpenJDK archive downloaded. You will need it for step 5.
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download).
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
      4. Extract the hack files within the ZIP file to /Applications/BiglyBT/.biglybt and overwrite ALL files.

      NOTE: To see the folder in Finder, you may need to perform the following steps:
      4a. Open Terminal
      4b. Run the following command:
      Code:
      defaults write com.apple.finder AppleShowAllFiles YES
      4c. Hold the "Option/Alt" key, then right click on the Finder icon in the dock and click Relaunch
      4d. Once you have copied the files, you can revert to hiding folders with:
      Code:
      defaults write com.apple.finder AppleShowAllFiles NO
      5. Open up a Terminal and run the following commands. NOTE: You need to replace "PATH_TO_OPENJDK_ARCHIVE" in the first command to the path to the OpenJDK archive from step 1.
      Code:
      OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
      sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle"
      sudo tar -xzf "$OPENJDK_ARCHIVE" -C "/Applications/BiglyBT/.install4j/"
      sudo mv "/Applications/BiglyBT/.install4j/jdk-"* "/Applications/BiglyBT/.install4j/jre.bundle"
      echo -e "\n--patch-module=java.base=ghostfucker_utils.jar" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      6. Run BiglyBT and Enjoy!

      Linux
      NOTE: Based on Ubuntu 20.04
      1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 20.04 this is openjdk-15-jre and libjna-java.
      NOTE: Some distros do not have an OpenJDK of version 9 or greater available. In which case, you will need to download and extract the tar.gz package supplied by OpenJDK (JDK GA Release).
      Code:
      sudo apt install openjdk-15-jre libjna-java
      2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download).
      Code:
      wget https://files.biglybt.com/installer/BiglyBT_Installer.sh
      chmod +x BiglyBT_Installer.sh
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
      4. Run the installer, specifying app_java_home variable to your JRE folder. On Ubuntu, this is: /usr/lib/jvm/java-15-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-15-openjdk-amd64/" ./BiglyBT_Installer.sh
      5. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)
      Code:
      unzip -o BiglyBT_*.zip -d ~/biglybt
      6. Append the following VM options:
      Code:
      echo "--patch-module=java.base=ghostfucker_utils.jar" >> ~/.biglybt/java.vmoptions
      echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
      7. Run BiglyBT and Enjoy!

      Troubleshooting:
      Before posting problems please make sure:
      1. You have updated Java in the "jre" folder to the latest version (must be Java 15 or higher) (JDK GA Release]).
      2. You have uninstalled BiglyBT using the uninstaller.
      3. You have removed the BiglyBT Application folder:
      Code:
      C:\Program Files\BiglyBT (Windows x64)
      C:\Program Files (x86)\BiglyBT (Windows x86)
      /Applications/BiglyBT (macOS)
      ~/biglybt / /home/<username>/biglybt (Linux)
      4. You have removed the BiglyBT Settings folder:
      NOTE: THIS WILL RESET ALL BIGLYBT SETTINGS AND TORRENT LISTS
      Code:
      %APPDATA%\BiglyBT / C:\Documents and Settings\<username>\Application Data\BiglyBT (Windows XP - Application Data may be Hidden)
      %APPDATA%\BiglyBT / C:\Users\<username>\AppData\Roaming\BiglyBT (Windows Vista - AppData may be Hidden)
      /Users/<username>/Library/Application Support/BiglyBT (macOS)
      ~/.biglybt / /home/<username>/.biglybt (Linux)
      5. Reinstalled BiglyBT using the package from BiglyBT - Download.
      6. Re-applied the hack by following the installation instructions above.

      Portable Mode:
      Portable mode is now built into BiglyBT / Vuze. See wiki article: Portable Vuze.


      Enjoy!

      Supporters / CoAuthors


      Show Your Support

        -->
      • If you like this modification support the author by donating.
      • For saying thanks to the author, please click here.
      • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Who Said Thanks:

    Paranormal (20.01.21) , mercuryf (26.12.20) , Snitlev (23.12.20) , illusive (23.12.20) , TheBuzzer (23.12.20) , vanperkiwer (19.12.20) , RaMa (18.12.20) , anon (18.12.20) , mmmmm (18.12.20) , qUeLo (18.12.20) , lil-fella (18.12.20) , sigduwksnsksis9283 (18.12.20) , JohnareyouOK (18.12.20)


  1. #47

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    Quote Originally Posted by anon View Post
    Someone reported that the feature still doesn't work, yet it was never broken for me. Only one way to know for sure
    found a fix, if you add ''Stop torrent after 0.01" all other options will work

    Click image for larger version. 

Name:	biglybt.PNG 
Views:	521 
Size:	16.4 KB 
ID:	20893
    Last edited by tonyqc; 12.02.21 at 17:31.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    anon (13.02.21)

  3. #48
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Nice! I'll recommend that trick to anyone else also having problems with this.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #49

    Join Date
    11.01.21
    Posts
    8
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss8
    Hi there.

    I have a question regarding torrent downloading. It seems my client is downloading sequentially when connected to a lot of seeds, even tho i am connected to and downloading/uploading from/to other leechers. I have unchecked the "Sequential download" box. If there's only one seed, and say 10 leechers, it seems my client "as far as possible" tries to download sequentially. Is this how it is supposed to be? Or am i missing to see some setting that i have done wrong? Im running the 2.5.0.0

    Should i reinstall or just let it be?

    Thanks!
    Reply With QuoteReply With Quote
    Thanks

  5. #50
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by larsk2 View Post
    If there's only one seed, and say 10 leechers, it seems my client "as far as possible" tries to download sequentially.
    In this particular scenario, it may be that piece distribution among those leechers is skewed towards the first pieces, either because the only seeder is uploading them in order or everyone else is trying to download sequentially.

    Anyway, make sure you've disabled sequential downloading both in the global settings and individually for your loaded torrents, as the former change does not apply retroactively. And if you still observe this behavior nonetheless, don't worry too much about it.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #51

    Join Date
    11.01.21
    Posts
    8
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss8
    Where can i find a global setting for seq downloads? I've been looking over and over thru the options, but can't seem to find it..
    Reply With QuoteReply With Quote
    Thanks

  7. #52
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Can't check right now, but there definitely is a setting. Look under Files or Transfer in the Options panel, and make sure your user mode is set to Advanced so that nothing is hidden.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #53
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    I was right and wrong at the same time. The setting is called "Download pieces in order" and is found at Tools -> Options -> Transfer, but actually comes from a third-party patch that was merged into the mod on 2014. Make sure it's turned off in any case.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. #54

    Join Date
    11.01.21
    Posts
    8
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss8
    Thing is, if i use version 2.6.0.0, my torrent will start off quickly at high speed 50-60 MB/s for a couple of seconds. After that it will totally halt for about 45-90 seconds. Then it will shoot back up to full speed again until 100%. If i start another download, the same will happen with both torrents. They both halt for a good while, then starts off again. Non-sequential download is ok in this version tho.

    I've tried reinstalling several times, and also tried different settings.

    So - I was forced to revert back to version 2.5.0.0. And that's where I encounter the problem with the sequential download. Download pieces in order is turned off, sequential download for torrent is turned off. Also tried reinstalling several times.

    You have any idea why the torrents will halt like that in v 2.6.0.0? Tried with exclusive file lock on and off, pre-allocation on and off. Can't seem to figure it out.

    So maybe i will have to stick with 2.5.0.0 for now.

    Edit:

    Problem solved with the stalling of torrents in v 2.6.0.0,. Enabling Options->Files->Append data to files as downloaded and reorder pieces as the download progresses - does the trick.
    Last edited by larsk2; 21.02.21 at 15:11.
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    anon (22.02.21)

  11. #55
    mc_ch

    BiglyBt

    Hi
    I have a problem with starting BiglyBt.
    I don't know what to do next.
    Thanks for help and ideas.

    java.lang.UnsupportedClassVersionError: com/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknow n Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.exe4j.runtime.LauncherEngine.launch(LauncherEn gine.java:77)
    at com.exe4j.runtime.WinLauncher.main(WinLauncher.jav a:94)
    Reply With QuoteReply With Quote

  12. #56
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by larsk2 View Post
    Problem solved with the stalling of torrents in v 2.6.0.0,. Enabling Options->Files->Append data to files as downloaded and reorder pieces as the download progresses - does the trick.
    Nice, thanks for sharing! Personally, I have sparse files turned on, so that the issues of space allocation and file growth are handled by the file system. Also, you have an excellent download speed

    Quote Originally Posted by mc_ch View Post
    java.lang.UnsupportedClassVersionError: com/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    See http://www.sb-innovation.de/showthread.php?p=357181 and its addendum immediately afterwards.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    larsk2 (22.02.21)

  14. #57

    Join Date
    11.01.21
    Posts
    8
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss8
    Ok, thanks for the tip. I'll try out sparse files.
    Reply With QuoteReply With Quote
    Thanks

  15. #58

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    Quote Originally Posted by larsk2 View Post
    Edit:

    Problem solved with the stalling of torrents in v 2.6.0.0,. Enabling Options->Files->Append data to files as downloaded and reorder pieces as the download progresses - does the trick.
    nice it work, Now I have a fully speedy, shady, working torrent client :)
    Last edited by tonyqc; 24.02.21 at 04:05.
    Reply With QuoteReply With Quote
    Thanks

  16. #59

    Join Date
    21.12.20
    Posts
    4
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss4

    BiglyBT terminates

    First off, I absolutely love this mod. That being said, I have some issues.

    When I start BiglyBT without the mod, it works great, no errors. When I start BiglyBT with the mod, I get the error 'Illegal reflective access'.

    After a night of running the whole application crashes. The terminal states 'BiglyBT terminated'. I have attached the crash dump and the terminal output when I launch biglyBT.

    Any ideas are welcome. I'm running an Ubuntu 20.04 LTS VM. What I tried so far:
    Update to OpenJDK15
    Reinstal entire VM

    debug.zip
    launch cmd log.txt
    Last edited by bloerb; 01.03.21 at 21:45.
    Reply With QuoteReply With Quote
    Thanks

  17. #60
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    The error about illegal reflective accesses comes from the Java VM. Try switching from openjdk-15-jre to oracle-java-15 (although that one isn't in the Ubuntu repositories, so you'll have to find and install it yourself). https://github.com/BiglySoftware/BiglyBT/issues/1641 mentions another potential fix, but since you said this only happens with the mod...

    http://www.sb-innovation.de/showthread.php?p=352911 is also worth looking at, maybe one of your command line parameters is the cause.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. #61

    Join Date
    21.12.20
    Posts
    4
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss4
    Thanks for the fast response Anon.

    I managed to install oracle-java-15. However, the illegal operation error consisted. I tried the fit mention in https://github.com/BiglySoftware/BiglyBT/issues/1641, however no luck there either. The comments in http://www.sb-innovation.de/showthread.php?p=352911 confuse me a bit. There is talk of the 'proper java params', although its unclear to me what those are.

    What I also tried is to increase the VM heap size to 4GB, maybe that helps to prevent a crash..
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 4 of 5 FirstFirst ... 2345 LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •