+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 27

Thread: BiglyBT Extreme Mod by SB-Innovation 3.4.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 3.4.0.0 Beta

      Version: 3.4.0.0 Beta, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 3.4.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 3.4.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 and open %APPDATA%\BiglyBT\java.vmoptions (C:\Users\%USERNAME%\AppData\Roaming\BiglyBT\java. vmoptions), append the following lines:
      Code:
      --patch-module=java.base=ghostfucker_utils.jar
      --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
      --add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED
      --add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED
      --add-opens=java.base/java.net=ALL-UNNAMED
      -Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailor.noOptimize=true
      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"
      echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "--add-opens=java.base/java.net=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailor.noOptimize=true" | 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
      echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
      echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
      echo "--add-opens=java.base/java.net=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
      echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailor.noOptimize=true" >> ~/.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!

      Download Now


      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:

    eMuLeecheR (20.07.23) , whyme (16.07.23) , Acen (21.06.23) , BrianBosworth (25.05.23) , Snitlev (23.05.23) , deneme444 (22.05.23) , lil-fella (21.05.23) , JohnWick (19.05.23) , Lucas Kane (18.05.23) , Paranormal (18.05.23) , qUeLo (18.05.23) , mmmmm (18.05.23) , DraconLord (18.05.23) , anon (18.05.23)


  1. #2
    Thanks for the new update.

    If the previous version "v3.3.0.0 Beta" is installed, is it necessary to perform a fresh installation for the new version "v3.4.0.0 Beta" (uninstalling BiglyBT and removing all left overs), or is it suitable to follow the same steps again with the new Bigly BT setup file and Extreme Mod by SB-Innovation 3.4.0.0 Beta files?

    If a clean installation is mandatory, is there an option to import the settings that were exported from the previous version?
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Renk (23.05.23)

  3. #3
    VIP
    Snitlev's Avatar
    Join Date
    30.09.08
    Location
    WWW
    P2P Client
    legal, illegal, scheißegal
    Posts
    10,437
    Activity Longevity
    1/20 19/20
    Today Posts
    0/5 ssss10437
    Gibt es Probleme mit den "Perfect Spoof"? Ich kann in dieser Version leider keinen "Clienten" mehr wechseln, was allerdings vorher noch möglich war.

    Siehe Screen: Click image for larger version. 

Name:	Vorher.jpg 
Views:	103 
Size:	11.6 KB 
ID:	21530 und jetzt in der Version: 3.4.0.0 Click image for larger version. 

Name:	Nachher.jpg 
Views:	96 
Size:	19.7 KB 
ID:	21531

    Danke für Eure Antworten

    Snitti

    Wer versucht zu rennen, bevor er laufen kann, kommt meistens zu Fall



    stop animal experiments, take child molesters - they like pain!


    Besser man bereut was man getan hat, anstatt zu bereuen das man es unterlassen hat
    Reply With QuoteReply With Quote
    Thanks

  4. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    That happens when ghostfucker_utils.jar can't be found or you haven't edited the java.vmoptions file (I think the latter is most likely).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    joe1982 (16.07.23) , BrianBosworth (25.05.23) , Snitlev (24.05.23)

  6. #5
    VIP
    Snitlev's Avatar
    Join Date
    30.09.08
    Location
    WWW
    P2P Client
    legal, illegal, scheißegal
    Posts
    10,437
    Activity Longevity
    1/20 19/20
    Today Posts
    0/5 ssss10437
    from @aaaaab:

    i edited the 'java.vmoptions'
    somehow it was resetted.
    after adding the missing lines on step 8,
    sadly BiglyBT do not start anymore.

    :(

    edit:

    after removing "--patch-module=java.base=ghostfucker_utils.jar"
    from 'java.vmoptions' it runs again.
    is there somethink broken?


    ---------------------------------

    So bei mir funktioniert jetzt wieder alles wie gehabt

    Snitti
    Last edited by Snitlev; 25.05.23 at 10:07.

    Wer versucht zu rennen, bevor er laufen kann, kommt meistens zu Fall



    stop animal experiments, take child molesters - they like pain!


    Besser man bereut was man getan hat, anstatt zu bereuen das man es unterlassen hat
    Reply With QuoteReply With Quote
    Thanks

  7. #6

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    hi again, i'm mostly inactive, sry.

    i put the string in the "BiglyBT.vmoptions"
    and it works there.
    maybe i have to review the settings of snitlev.
    a clean install of BiglyBT on my pc do not shows this issues.

    stay tuned.

    ok, i checked and found the problem:

    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 and open %APPDATA%\BiglyBT\java.vmoptions (C:\Users\%USERNAME%\AppData\Roaming\BiglyBT\java. vmoptions), append the following lines:
    Code:

    --patch-module=java.base=ghostfucker_utils.jar
    --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
    --add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED
    --add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED
    --add-opens=java.base/java.net=ALL-UNNAMED
    -Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true

    9. Run BiglyBT and Enjoy!
    you have the choice to put the strings in step 8 on 2 places.
    1# %APPDATA%\BiglyBT\java.vmoptions
    or
    2# %installdir%\BiglyBT\BiglyBT.exe.vmoptions

    the problem was double using.
    the strings was in both files and BiglyBT.exe/jar or ghostfucker_utils.jar doesn't liked that.

    it could have been my fault.
    i put the strings in the "BiglyBT.exe.vmoptions" file
    and sayed to Snitlev: "just extract the files in this directory"
    i think at some point he will forgot that and started to put the stings in the "java.vmoptions"...
    ...maybe. we don't really know when it started getting bad.

    it's yet an other experience: 'wired things that happens'

    good n8 everyone,
    and always,
    i hope we learned something...

    ----

    edit:

    it would be nice, if we could remove point 8 from the tutorial list
    and put a modified "BiglyBT.exe.vmoptions" in the zip file.
    maybe add a point to backup the install folder, too.
    Last edited by anon; 26.05.23 at 00:05. Reason: Merged
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    Snitlev (25.05.23)

  9. #7

    Join Date
    10.07.09
    Posts
    32
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss32
    Im trying in Arch but i have this problem...

    Click image for larger version. 

Name:	ss_25-05-2023_1905.png 
Views:	103 
Size:	15.8 KB 
ID:	21533

    Error: Offline ('boolean sun.net.http://www.http.HttpClient.parseHTTP....MessageHeader, sun.net.www.protocol.http.HttpURLConnection)')
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by aaaaab View Post
    you have the choice to put the strings in step 8 on 2 places.
    1# %APPDATA%\BiglyBT\java.vmoptions
    or
    2# %installdir%\BiglyBT\BiglyBT.exe.vmoptions

    the problem was double using.
    the strings was in both files and BiglyBT.exe/jar or ghostfucker_utils.jar doesn't liked that.
    Nice catch, but this may be why the installation procedure tells you to edit only one of those

    Bundling a preedited file is a good idea in principle, but we have no telling how its original contents will change between versions and/or platforms. And deferring this task to end users is not unreasonable considering using the actual mod requires more skill than editing a text file. Anyway, the approach I recommended to tester00 at https://www.sb-innovation.de/showthread.php?t=35452 does not rely on install4j or the .vmoptions file and is fully portable, so it's worth checking out if you keep having trouble.

    Quote Originally Posted by seitan View Post
    Im trying in Arch but i have this problem...

    Click image for larger version. 

Name:	ss_25-05-2023_1905.png 
Views:	103 
Size:	15.8 KB 
ID:	21533

    Error: Offline ('boolean sun.net.http://www.http.HttpClient.parseHTTP....MessageHeader, sun.net.www.protocol.http.HttpURLConnection)')
    Let's check a few things.
    • Did you follow all the installation steps correctly and under the account you'll be using the mod from? Remember file systems are usually case-sensitive under Linux.
    • What version of Java are you using? Running `which java && java -version' in a terminal will tell you.
    • Does this happen with the unmodified version?
    • As a last resort, you can try installing and running the mod as root and see if it makes a difference (while not recommended from a security perspective, it has historically helped with a few "impossible" errors).

    Can anyone else running Linux confirm this problem?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    seitan (26.05.23)

  12. #9
    Coder
    DigitalDJ's Avatar
    Join Date
    26.08.07
    Location
    Australia
    P2P Client
    BiglyBT Extreme Mod
    Posts
    633
    Activity Longevity
    6/20 20/20
    Today Posts
    0/5 ssssss633
    Quote Originally Posted by anon View Post
    Can anyone else running Linux confirm this problem?
    Must use JRE 20 or above now.
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    anon (27.05.23) , seitan (26.05.23) , mmmmm (26.05.23)

  14. #10

    Join Date
    10.07.09
    Posts
    32
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss32
    Quote Originally Posted by DigitalDJ View Post
    Must use JRE 20 or above now.
    Thats its... im upgrade to jre 20 and now its work like a charm.

    Thanks!
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    anon (27.05.23)

  16. #11

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    hi, (again )

    little discovery with Snitlev config.
    because spoof do not matter for me, at the moment.

    there is a bug with
    OpenJDK 20.0.1 General-Availability Release
    Click image for larger version. 

Name:	GreenShot - 20230526.png 
Views:	94 
Size:	64.1 KB 
ID:	21536
    it says "connection error" (sun/net/ProgressMonitor)

    i switched back to
    OpenJDK 15.0.2 General-Availability Release
    an now it works fine

    your tutorial says "Download the latest OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release)."

    "or higher"
    if you want to compatible with this statement, you should fix that problem,
    or stay with the exact java version --> change the tutorial.

    i tested a free torrent and a tracker torrent
    free torrent do not care about the error,
    the tracker do not load.

    so maybe i think it's the "ghostfucker_utils.jar" module again...


    thanks 4 reading. good n8.
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    Snitlev (26.05.23)

  18. #12
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by DigitalDJ View Post
    Must use JRE 20 or above now.
    Quote Originally Posted by seitan View Post
    Thats its... im upgrade to jre 20 and now its work like a charm.
    Ahaha, I'd forgotten this build would be rebased. I actually haven't upgraded from 3.3.0.0 yet, so making a note to leap from Java 15 to 20 first.

    Quote Originally Posted by aaaaab View Post
    there is a bug with
    OpenJDK 20.0.1 General-Availability Release
    Click image for larger version. 

Name:	GreenShot - 20230526.png 
Views:	94 
Size:	64.1 KB 
ID:	21536
    it says "connection error" (sun/net/ProgressMonitor)
    This is exactly what happened with 3.3.0.0, but after reading post #6, may I suggest rechecking it with a proper config instead of a Snitlev one

    Do agree that the Java version, package names and download links in the first post template should be updated.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    aaaaab (28.05.23)

  20. #13

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    so, oracle commercial JRE 20+ is the next choice to test?

    currently I'm only tested the OpenJDK GA versions...
    Last edited by aaaaab; 28.05.23 at 01:52.
    Reply With QuoteReply With Quote
    Thanks

  21. #14
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    BBTEM 3.4.0.0 with qBittorrent 4.5.2 spoof enabled, running under Java 20 (openjdk-20.0.1_windows-x64_bin) on an isolated VM that's never heard of BiglyBT before. Hopefully this proves that the mod works, nya?

    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  22. #15

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    i did tested openjdk-20.0.1 and it works,
    but than Snitlev comes again and crys araund.
    Snitlev runs at the moment with openjdk-15.0.2,
    i hope he is quite.

    i did had problems with openjdk-20.0.1, too.
    so at the moment, i testing oracle jdk 20.0.1.

    i know oracle jdk based on openjdk with some extras,
    normaly there should not be any difference.

    but the behavior of biglybt ist very inconsistent,
    and sadly i'm not a programmer, i'm just a user
    researching interactions of these programs.

    I would say, that all the problems with BiglyBT
    should be reported to the people at BiglyBT on the bug tracker.
    but they works still with Java 14 !?

    this is all too fragmented... XD

    edit:
    if you test torrents,
    you should test free online and closed tracker torrents, too.
    why? i do not know. they just behaved differently. ¯\__/¯
    Last edited by aaaaab; 29.05.23 at 11:02.
    Reply With QuoteReply With Quote
    Thanks

  23. Who Said Thanks:

    Snitlev (29.05.23)

+ Reply to Thread
Page 1 of 2 12 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
  •