PDA

View Full Version : [Multi OS] BiglyBT Extreme Mod by SB-Innovation 2.2.0.2 Beta



DigitalDJ
11.02.20, 15:49
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 2.2.0.2 Beta

https://www.sb-innovation.de/attachment.php?attachmentid=3630

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

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


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

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

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

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

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

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


Change Log:

+ ProLeech
+ Perfect Spoof 2
+ uTorrent ID Generator
+ Modifiable Client Files
+ Ghostleech
+ LTEP Fixes
+ Multiple peerlist entries fixed
+ More No Report Options
+ Perfect Spoof 1.0 by ghostfucker
+ (Fake Upload) Stop faking when swarm speed is zero
+ Upload Kicker
+ Ratio Tool
+ Synced with latest Abuze Mod
+ (Upload Multiplier) Show as seeder
+ (SBI-Hack Torrentview) Scrollbars added
+ Fix Tracker Update Interval Divider
+ Use Swarm Peers fixed
+ Fixed Proleech Torrent Export in menu
+ Updated core to BiglyBT 2.2.0.2


BiglyBT Change Log:
BiglyBT Change Log (https://github.com/BiglySoftware/BiglyBT/blob/master/ChangeLog.txt)
Vuze Change Log (https://svn.vuze.com/public/client/trunk/azureus2/src/ChangeLog.txt)

Installation:

Please note the change of instructions for Java 11. For Java 11 please remove the "--add-exports=java.xml.bind" line from the vmoptions file and use the OpenJDK binaries for Windows and macOS.

Windows

1. Download and install the latest Java. It must be Java version 9 or higher. (JDK GA Release (http://jdk.java.net/11/)).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/download/)).
3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
4. Extract the hack files using 7-Zip (7-Zip Download (http://www.7-zip.org/download.html)) 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"


--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 9 or higher. (JDK GA Release (http://jdk.java.net/11/)). 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 (https://www.biglybt.com/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:


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:


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.


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 18.04
1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 18.04 LTS this is openjdk-11-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 (http://jdk.java.net/11/)).


sudo apt install openjdk-11-jre libjna-java

2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download (https://www.biglybt.com/download/)).


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-11-openjdk-amd64/


app_java_home="/usr/lib/jvm/java-11-openjdk-amd64/" ./BiglyBT_Installer.sh

5. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)


unzip -o BiglyBT_*.zip -d "~/biglybt"

6. Append the following VM options:


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 9 or higher) (JDK GA Release (http://jdk.java.net/11/)]).
2. You have uninstalled BiglyBT using the uninstaller.
3. You have removed the BiglyBT Application folder:


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


%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 (https://www.biglybt.com/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 (https://wiki.vuze.com/w/Portable_Vuze).



Enjoy!

--->HDBD<---
12.02.20, 00:03
Tracker-Status Verbindungsfehler (sun.net.util.IPAddressUtil.checkAuthority(Ljava/net/URL)Ljava/lang/String)

Paranormal
12.02.20, 10:46
The Windows install instructions seem incredibly outdated.
It should look like this:


Windows

1. Download and install the latest BiglyBT release (https://www.biglybt.com/download/).
2. Download the latest Java JDK GA release Zip file (http://jdk.java.net/13/).
3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
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 2 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!



And remove the warning:
"Please note the change of instructions for Java 11. For Java 11 please remove the "--add-exports=java.xml.bind" line from the vmoptions file and use the OpenJDK binaries for Windows and macOS."

from your post as there currently is no
"--add-exports=java.xml.bind" line in your install instruction

Or do you mean the one that says:
"--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" ?

sbkk
13.02.20, 05:14
Extreme Mod 2.2.0.2 Beta unable to retain and restore previous version download history.

Normal 2.2.0.2 doesn't have such problems.

Sazzy
13.02.20, 21:41
:O oh lawd a new version. I'm so excited!

iwannabetyler
15.02.20, 15:21
Many thanks for this just a quick question regarding the steps for Linux it says Append the following VM options however I don't see a vmoptions file anywhere so what am I supposed to do?

Sazzy
15.02.20, 19:10
Normally if you execute those commands and the file doesn't exist yet, it will create a new one.

--->HDBD<---
16.02.20, 11:30
Mir interessiert weiterhin warum auf hdbits.org und bit-hdtv.com Perfect Spoof nicht funktioniert

I am still interested why on hdbits.org and bit-hdtv.com Perfect Spoof does not work

DigitalDJ
16.02.20, 15:06
Mir interessiert weiterhin warum auf hdbits.org und bit-hdtv.com Perfect Spoof nicht funktioniert

I am still interested why on hdbits.org and bit-hdtv.com Perfect Spoof does not work

Is it jdk13?

--->HDBD<---
16.02.20, 16:12
yes it is jdk13

JP2020
24.02.20, 13:57
Some help please.

Has anyone got stuffer plugin working?
or a version of stuffer that works with biglyBT 2.2.0.2?
or is it just an issue with my install - had to try three times to the extreme mod working just like some others did I see here - seemed to be issues with the java install and old bits of old java installs lying around in my case and seems to be sorted now .. with zulu

Note: My java skills are negligible.

anon
25.02.20, 03:02
Old Azureus plugins (and Stuffer is old, the last update was on 2005) need to be recompiled for BiglyBT before they can run. That's what I did with Peer Injector, which is integrated into the mod as of this release.

I'll see if I can do this for you, but I have little free time at the moment so I can't guarantee anything.

JP2020
25.02.20, 09:35
Thanks - very much appreciated you considering it.

I trawled through all the things I could find on google and github, but found nothing to indicate someone already done it which seemed weird - stuffer constantly used by me in Vuze/Azureus especially on stuttershit releases :-)



It does install ok but when BBT restarted heres errors:


java.lang.NoClassDefFoundError: org/gudy/azureus2/plugins/UnloadablePlugin
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java :1016)
at java.base/java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:151)
at java.base/java.net.URLClassLoader.defineClass(URLClassLoader .java:515)
at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java: 423)
at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java: 417)
at java.base/java.security.AccessController.doPrivileged(Access Controller.java:691)
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.j ava:416)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 88)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 21)
at com.biglybt.platform.win32.PlatformManagerImpl.loa dClass(PlatformManagerImpl.java:2247)
at com.biglybt.pifimpl.local.PluginInitializer.loadPl uginFromDir(PluginInitializer.java:1187)
at com.biglybt.pifimpl.local.PluginInitializer.loadPl uginsFromDir(PluginInitializer.java:837)
at com.biglybt.pifimpl.local.PluginInitializer.loadPl ugins(PluginInitializer.java:617)
at com.biglybt.core.impl.CoreImpl$5.run(CoreImpl.java :1010)
at com.biglybt.core.impl.CoreImpl.start(CoreImpl.java :1020)
at com.biglybt.ui.swt.Initializer.run(Initializer.jav a:614)
at com.biglybt.ui.swt.mainwindow.SWTThread$6.runSuppo rt(SWTThread.java:353)
at com.biglybt.core.util.AERunnable.run(AERunnable.ja va:36)
at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.lang.ClassNotFoundException: org.gudy.azureus2.plugins.UnloadablePlugin
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.j ava:436)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 88)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 21)
... 20 more

Svizec
25.02.20, 20:13
Can somebody tells me how to disable DHT, PEX & LPD in BiglyBT!?

Thx ;)

JP2020
25.02.20, 22:15
Am I missing something in your question? but:

per torrent
- right click on torrent
- peers/sources
untick what you dont want, tick what you do


Generally set as default:

Tools
Options
Connections
- look down the page and deselect/select what you want


If you are having some issues with connections that seem strange - check the sharing bit in options - especially swarm discovery

Svizec
25.02.20, 22:42
Am I missing something in your question? but:

per torrent
- right click on torrent
- peers/sources
untick what you dont want, tick what you do


Generally set as default:

Tools
Options
Connections
- look down the page and deselect/select what you want


If you are having some issues with connections that seem strange - check the sharing bit in options - especially swarm discoveryHi JP2020,

First thx for your help!

I get tracker report that I need to disable DHT, PeX & LPD but I don't know how to do that in BiglyBT :(

Can you explain what you mean with "swarm discovery"? Does this option need to be enabled od disabled?

On my client is option "Disable Swarm Discoveries" unchecked! Is it ok?

And I need to refresh tracker manually if I would like to see peers!

Thx!

anon
26.02.20, 07:28
It does install ok but when BBT restarted heres errors:

Even the simplest Azureus/Vuze plugins won't run on BiglyBT out of the box, because the class names are completely different. For the record, what I had to do was the following...

Check that javac.exe is in my %PATH%, since I have the Java Development Kit installed instead of a regular Runtime Environment.
Extract the BiglyBT and SWT JARs somewhere and make sure those contents are in my %CLASSPATH%.
Install JAD FrontEnd Plus to decompile the Stuffer plugin.
Uninstall JAD FrontEnd Plus after realizing it was completely unnecessary, because Stuffer's original source code was already present inside its JAR.
Fix the class names at the top of the .java files wherever required. Save and attempt to recompile. Note new errors and warnings.
Fix a few functions whose syntax has changed since the days of Azureus and SWT 2.x. Save and attempt to recompile. Success.
Package everything as a ZIP archive and change the extension to JAR.
Install said JAR in BiglyBT. There were no errors. It loads and runs fine, but I have no time for thorough testing (that's where you come in).

I sent you a PM with a link to the addon, please try it. I'll eventually upload it here if feedback is positive.

anon
26.02.20, 07:32
Can somebody tells me how to disable DHT, PEX & LPD in BiglyBT!?

Thx ;)

Tools -> Options -> Plugins

Disable Distributed DB, Distributed Tracker and LAN Peer Finder. Save settings and restart the mod.

Tools -> Options -> Connection

Make sure "Decentralized tracking" and "Supplied by another peer" are unticked under Peer Sources. Save settings.

Tools -> Options -> Sharing

Make sure "Disable Swarm Discoveries" is ticked. Save settings. (I think this one isn't really necessary after killing the DDB addon, but won't cause any harm either)

Note that these changes won't apply retroactively, so you need to do as JP2020 said. Highlight all your torrents, right-click -> Advanced -> Peers Sources -> make sure "Decentralized tracking" and "Supplied by another peer" are unticked.

If you don't see one or more of these settings, make sure your operation mode is set to Advanced.

On a sidenote, the Distributed DB is incompatible with the DHT implementation that all other clients use, hence why the mlDHT plugin exists.

BlasianHacker
26.02.20, 15:29
Is this the valid steps or no?


The Windows install instructions seem incredibly outdated.
It should look like this:


Windows

1. Download and install the latest BiglyBT release (https://www.biglybt.com/download/).
2. Download the latest Java JDK GA release Zip file (http://jdk.java.net/13/).
3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
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 2 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!



And remove the warning:
"Please note the change of instructions for Java 11. For Java 11 please remove the "--add-exports=java.xml.bind" line from the vmoptions file and use the OpenJDK binaries for Windows and macOS."

from your post as there currently is no
"--add-exports=java.xml.bind" line in your install instruction

Or do you mean the one that says:
"--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" ?

JP2020
26.02.20, 16:57
Is this the valid steps or no?

Worked for me after a couple of attempts where I probably fooked something up



as well as installing java, do the extract to biglybt\jre as well
Mine didn't work until I did both.


Contents of my biglybt.exe.vmoptions:

-include-options ${APPDATA}\BiglyBT\java.vmoptions
--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED


make sure you dont have old java crap lying about - do a spring clean


Oh and even before it worked :-/ it (or likely something I did) stopped my 32bit old vuze from working

---------- Post Merged at 16:57 ---------- Previous Post was at 16:44 ----------


Hi JP2020,

First thx for your help!

I get tracker report that I need to disable DHT, PeX & LPD but I don't know how to do that in BiglyBT :(

Can you explain what you mean with "swarm discovery"? Does this option need to be enabled od disabled?

On my client is option "Disable Swarm Discoveries" unchecked! Is it ok?

And I need to refresh tracker manually if I would like to see peers!

Thx!


anon has given more detail, but we can go through it a bit at a time if you like after you've gone through anons suggestions.

Is it the general rule on some private trackers you are referring to, or something more specific?

sbkk
26.02.20, 20:02
Worked for me after a couple of attempts where I probably fooked something up


Does ur download/torrent history reset/empty after install this version?

JP2020
26.02.20, 20:10
fresh install of BBT for me coming from vuze/azureus,
but as the install says delete the stuff in your data dir if you get issues, unless you make a backup yourself that would seem to be a yes:

3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!

sbkk
27.02.20, 05:21
My torrent list still gone after restored from backups of previous version. :frown:

JP2020
27.02.20, 09:05
Interesting
I assume you mean you used the built in backup/restore rather than manually made a copy of the configuration directory and copied back your \active dir?

Is the \active directory still there with anything in it? Worth a look around especially if you had the configuration directory set to elsewhere (eg a portable install) and its reset to the default in \user\appdata\biglybt.


(*current* location of directory is shown at bottom of tools -> options -> files)

(don't forget the recycle bin)


https://wiki.vuze.com/w/Configuration_directory

sbkk
27.02.20, 10:17
Ya, i using built in backup/restore. Only "downloads.config" in "\user\appdata\biglybt" change from 5mb to 1 kb.

I tried only completed one torrent on fresh install SB-Innovation 1.9.0.0 Beta.
SB-Innovation 2.2.0.2 Beta still reset "downloads.config" to 1kb from upgrade installation or restore from backups made with built in backup/restore function.

JP2020
27.02.20, 10:48
old files not in recycle bin either?

sbkk
27.02.20, 10:53
My recycle bin is empty after-before normal installation and restoration.

JP2020
27.02.20, 11:56
then the warning was correct - just lacks some clarity on how to do the backup

Being old school I would manually back up both directory sets, although it may be that there are enough differences that some things simply would not work anyway across a major version change
- hence a possible need for the scrub/fresh start and manual intervention to save stuff.

Don't really know if even a manual copy and copy back of the required files would work across major version changes without confirmation...

adsadsdas23412341
01.03.20, 00:48
The option to automatically stop and remove seeding torrents does not work. Everything else works though. This option worked for me in version 1.9.0.0.

improfessional
01.03.20, 05:36
password feature in interface tab is broken?
is it only me or any one else is having this issue, where password is not being saved and hence not enable?

I did a clean installation.

JP2020
02.03.20, 14:24
I saw an issue with writing to the \program files dir in win 64
- which is when I installed a plug in for all users.

Once installed 'per user' it worked fine

This seems due to write access rights to the program directory

Not sure if yours is a related issue.

lil-fella
03.03.20, 14:50
will there be a updated BiglyBT Extreme Mod 2.3.0.0 ??
as the 2.3.0.0 just came out..

DigitalDJ
03.03.20, 17:50
will there be a updated BiglyBT Extreme Mod 2.3.0.0 ??
as the 2.3.0.0 just came out..

Cut this shit out. There's no official 2.3.0.0 packaged release yet.

adsadsdas23412341
05.03.20, 00:14
The option to automatically stop and remove seeding torrents does not work. Everything else works though. This option worked for me in version 1.9.0.0.

So, is anyone else having this issue? If it is a bug with version 2.2.02, I will downgrade back to 1.9.0.0.

JP2020
05.03.20, 09:57
If you are referring to the 'stop torrent after xx - then no it doesnt work
I spotted that as I set it to carry on for a while if someone is downloading who has uploaded to me
- it just carried on.
BUT I do seem to recall having to set that to ensure it does stop on completion - which was new.

The stop torrent on completion does work - perhaps provided you also set that second catch all - might just have been the sometimes slow response (strange as its far quicker in most areas than my old setup)




What benefits have you (or anyone) actually seen from upgrading?
I have read the changelist)


Although this is vastly superior in most ways to my archaic vuze setup (which did what I needed) I am seeing a number of bugs, like deleting torrents leaves blank lines in the l/h pane until you manually close them - and which seem to sometimes reappear,
and a couple of more serious ones (for me) but certainly not show stoppers as such

I might install 1.9 and compare, but available time is limited at moment and trying to fit in currently more essential testing.

JP2020
10.03.20, 08:42
8. Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:


--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED

9. Run BiglyBT and Enjoy!



And remove the warning:
"Please note the change of instructions for Java 11. For Java 11 please remove the "--add-exports=java.xml.bind" line from the vmoptions file and use the OpenJDK binaries for Windows and macOS."

from your post as there currently is no
"--add-exports=java.xml.bind" line in your install instruction

Or do you mean the one that says:
"--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" ?



????
This never got answered

My prog files BiglyBT.exe.vmoptions contains:

-include-options ${APPDATA}\BiglyBT\java.vmoptions
--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED

why one dash on first line and 2 on other two - that right?


the ${APPDATA}\BiglyBT\java.vmoptions referred in there just has:

# place any java vm options in this file, one option per line, with a blank line at the bottom

motalemb
17.10.20, 20:08
Just tried installing this on Linux. When I open Tools->Options the only thing it shows is "View will be available once BiglyBT Extreme Mod Core is done loading..:

anon
17.10.20, 20:34
"View will be available once BiglyBT Extreme Mod Core is done loading..:

Did you follow this step of the Linux installation procedure?


6. Append the following VM options:

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"


If so, the quotes in the path name may be causing trouble (see 356937), so remove them and try again. Or you can just open the file with your text editor of choice and ensure the lines are there, in that order and at the bottom of the file.

motalemb
17.10.20, 22:00
Ah yep the quotes were the issue. I added those two lines in, but still get "View will be available once BiglyBT Extreme Mod Core is done loading.."

Also, my distro only supports up to Java 11, so this is the most recent BiglyBT Extreme Mod I can use right? Are there any vulnerabilities that can be detected by trackers in this version that I should be aware of?

anon
17.10.20, 22:37
Ah yep the quotes were the issue. I added those two lines in, but still get "View will be available once BiglyBT Extreme Mod Core is done loading.."

The only reasons I can think of are not having edited the file or extracted the mod files correctly. The two lines must be at the end of java.vmoptions and look exactly like this, no quotes or spaces...


--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED


...and ghostfucker_utils.jar, BiglyBTSpoof.properties and the clientfiles subdirectory must be in the same place as BiglyBT.jar, which obviously should be the modded one (but the error message wouldn't mention "BiglyBT Extreme Mod Core" if that was not the case).

I think problems with the SWT library (perhaps a 32-bit vs. 64-bit mismatch?) can also cause this, but wouldn't know what else to add on that regard.


Also, my distro only supports up to Java 11, so this is the most recent BiglyBT Extreme Mod I can use right? Are there any vulnerabilities that can be detected by trackers in this version that I should be aware of?

Unfortunately there is a bug which under fairly obscure circumstances, can cause the wrong User-Agent string to be sent, making you easy to detect. This was fixed in 2.3.0.0_rev1 with help from --->HDBD<---. You should read his posts on the newer threads and do a test with a dummy torrent from a public tracker to see if you're affected. It was pretty hard to debug because it doesn't always happen, and during my tests it never did.

On a lesser note, this build also doesn't have the Peer Injector plugin I hacked up for BiglyBT (the original only worked on Vuze, didn't inject on private torrents and was no longer maintained); that was integrated in 2.3.0.0.

motalemb
17.10.20, 22:48
Hm yep, I have file edited and mod files extracted correctly. No idea how SWT library plays into this or how to fix either. Don't think I can use this then...unfortunate :(

anon
17.10.20, 23:01
Uh, this sucks. One way to possibly get a hint as to what's wrong is running Java from a terminal and storing its output. Under Linux this may involve doing something like this...


cd ~/biglybt
java -classpath "$PWD\BiglyBT.jar;$PWD\swt.jar" -Djava.library.path="$PWD" --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED com.biglybt.ui.Main >/tmp/bbtem_error_log.txt 2>&1 </dev/null


...then you reach the part where the mod stalls, close it, and open /tmp/bbtem_error_log.txt to look for error messages or exceptions.

Another idea is running the mod from a root shell to see if it makes a difference. In theory root privileges shouldn't be necessary, but who knows.