PDA

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



DigitalDJ
11.04.18, 13:56
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 1.5.0.0 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 1.5.0.0



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:

Windows

1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
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). This forces the use of the system-wide installed JRE.
6. 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 6 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
--add-modules=java.xml.bind

7. Run BiglyBT and Enjoy!


macOS
1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
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. This forces BiglyBT to use the system-wide JRE installed in Step 1.


sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
sudo ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
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-modules=java.xml.bind" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"

6. Run BiglyBT and Enjoy!

Linux
NOTE: Based on Ubuntu 17.10
1. Install the openjdk-9-jre, openjdk-9-jre-headless and libjna-java package using your distributions package manager.
NOTE: Some repositories do not have OpenJDK 9 available. In which case, you will need to download and extract the tar.gz package supplied by Oracle (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).


sudo apt install openjdk-9-jre openjdk-9-jre-headless 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-9-openjdk-amd64/


app_java_home="/usr/lib/jvm/java-9-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 for Java 9 compatibility:


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-modules=java.xml.bind" >> "~/.biglybt/java.vmoptions"

7. Run BiglyBT and Enjoy!

Troubleshooting:
Before posting problems please make sure:
1. You have updated Java Runtime Environment (JRE) to the latest version (must be JRE 9 or higher) (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
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).
In addition to the steps in that article, you must copy the JRE (9+) to a folder named "jre" in your portable folder.



Enjoy!

Spidtest
11.04.18, 16:17
Thanks for the work DDJ!

lil-fella
13.04.18, 18:17
just got help from anon.. was finding it hard to get hold of a copy of java 9.0.4 32bit online
don't know where he got it from but it works on my old 32bit P2P rig
once i sorted out the BiglyBT.exe.vmoptions
and added the 3 lines of code and saved it..
it worked straight off when started

can gladly leave vuse now..
and look forward to a happy new future with BiglyBT..

thanks for the work you have done..
you done a great job..

Spidtest
13.04.18, 20:39
just got help from anon.. was finding it hard to get hold of a copy of java 9.0.4 32bit online
don't know where he got it from but it works on my old 32bit P2P rig
once i sorted out the BiglyBT.exe.vmoptions
and added the 3 lines of code and saved it..
it worked straight off when started

can gladly leave vuse now..
and look forward to a happy new future with BiglyBT..

thanks for the work you have done..
you done a great job..

Java SE - Downloads | Oracle Technology Network | Oracle (http://www.oracle.com/technetwork/java/javase/downloads/index.html)

That's the link to where it can be downloaded ;)

Edit: just saw your vuze post. Anon just works miracles. x86 isn't developed for jre 9+

anon
14.04.18, 03:15
Thank you, but it was just luck. As it turns out, the installer is there, just hidden - you have to swap "x64" for "x86" in the download URL. Oracle doesn't post any checksums for it, but the executable has their digital signature, so it's legitimate.

Since 32-bit versions of Java are supposedly no longer supported, I don't know how long this trick will work for. Get it while it's still there.

Spidtest
14.04.18, 11:04
Gotcha. Fyi for others using x86 here is the link

http://download.oracle.com/otn-pub/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jre-9.0.4_windows-x86_bin.exe

BillyG
14.04.18, 18:39
Gotcha. Fyi for others using x86 here is the link

http://download.oracle.com/otn-pub/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jre-9.0.4_windows-x86_bin.exe

That doesn't work, the anonymizer replaces the "+" from 9.0.4+11 with a space ... but even if I fix this, I'm getting a "An unauthorized request.", same after trying to download x64 (after accepting their license) and replacing x64 with x86 from http://www.oracle.com/technetwork/java/javase/downloads/jre9-downloads-3848532.html

Could some1 please put the latest x86 jre on some public server? Since the exe is signed, there shouldn't be a problem with tampering and malware. Don't hesitate to upload a Java 10 x86 exe, too :-)

anon
15.04.18, 01:14
The trick is still working here for Java 9, but not for version 10. Looks like they didn't put up any hidden x86 build of that one.

Oracle seems pretty stringent about DMCAing these installers, so I sent you a PM.

artins90
16.04.18, 03:33
I am having problems stopping the fake-seeding after a certain ratio is reached.
BiglyBT reports that it reached the random ratio I set it to, but when I check the tracker I am always lacking 15-20%.
For example if BiglyBT reports a fake ratio of 1.10 the actual ratio recorded by the tracker is 0.90, the mismatch amount varies so I work around this issue by raising the random "stop" ratio.
I also tried to manually update the tracker by letting the torrent continue seeding after it initially stopped at the random ration I set it at but even after updating, the ratio reported by bigly and the one reported by the tracker did not match.

Spidtest
16.04.18, 07:28
I am having problems stopping the fake-seeding after a certain ratio is reached.
BiglyBT reports that it reached the random ratio I set it to, but when I check the tracker I am always lacking 15-20%.
For example if BiglyBT reports a fake ratio of 1.10 the actual ratio recorded by the tracker is 0.90, the mismatch amount varies so I work around this issue by raising the random "stop" ratio.
I also tried to manually update the tracker by letting the torrent continue seeding after it initially stopped at the random ration I set it at but even after updating, the ratio reported by bigly and the one reported by the tracker did not match.

Go to Settings --> Interface --> Display and tick Use IEC units (KB -> KiB etc.)

This changed the value that would reflect the tracker.

artins90
16.04.18, 23:44
Go to Settings --> Interface --> Display and tick Use IEC units (KB -> KiB etc.)

This changed the value that would reflect the tracker.

I just tried after activating IEC units, it was disabled before.
The result didn't change, BiglyBT reported a 1.08 share ratio while the tracker reported 0.73
This was also a different tracker from the last one I used.

Spidtest
17.04.18, 08:15
I just tried after activating IEC units, it was disabled before.
The result didn't change, BiglyBT reported a 1.08 share ratio while the tracker reported 0.73
This was also a different tracker from the last one I used.

What settings are you using?

---------- Post Merged at 06:15 ---------- Previous Post was at 06:11 ----------


What settings are you using?

Oh and also make sure there is one tracker! It may show a tracker in the tab but if you right click on the torrent, go to Trackers ---> Edit trackers

It may show more than one, if so delete the extras. This has happened to me, and as a result incorrect stats.

yuckfou
19.04.18, 16:04
Getting this error when trying to use ProLeech on a torrent from a private tracker:

java.lang.NullPointerException
at ghostfucker.proleech.TorrentHelper.extractPeers(To rrentHelper.java:134)
at ghostfucker.proleech.TorrentHelper.processTorrent( TorrentHelper.java:79)
at ghostfucker.proleech.TorrentHelper.exportTorrents( TorrentHelper.java:54)
at com.biglybt.ui.swt.TorrentMenuFancy$22.handleEvent (TorrentMenuFancy.java:940)
at com.biglybt.ui.swt.TorrentMenuFancy$1.handleEvent( TorrentMenuFancy.java:303)
at org.eclipse.swt.widgets.EventTable.sendEvent(Event Table.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display. java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja va:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents( Display.java:4238)
at org.eclipse.swt.widgets.Display.readAndDispatch(Di splay.java:3817)
at com.biglybt.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:284)
at com.biglybt.ui.swt.mainwindow.SWTThread.createInst ance(SWTThread.java:64)
at com.biglybt.ui.swt.Initializer.<init>(Initializer.java:179)
at com.biglybt.ui.swt.UI.takeMainThread(UI.java:108)
at com.biglybt.ui.Main.main(Main.java:236)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl. invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.biglybt.launcher.MainExecutor$1.run(MainExecut or.java:37)
at java.base/java.lang.Thread.run(Unknown Source)

Tried everything from the troubleshooter and can't solve this issue. Using the latest build and java.

Rebound
19.04.18, 16:07
ProLeech is outdated and was never used. Ignore that.

--->HDBD<---
20.04.18, 18:43
Gibt es keine update mehr von VUZE

Spidtest
20.04.18, 19:15
Gibt es keine update mehr von VUZE

Vuze is no longer getting developed with Shu Mod.

BiglyBT IS basically Vuze with better features and no commercialisation.

By now a lot of people have switched to this.

Rebound
20.04.18, 19:50
Gibt es keine update mehr von VUZE

Nein. BiglyBT ist die Fortführung von Vuze.

--->HDBD<---
20.04.18, 19:55
Danke hab mal installiert bekomme aber folgende Startup Error

anon
21.04.18, 02:59
Danke hab mal installiert bekomme aber folgende Startup Error

You need to uninstall any and all versions of Java you have right now, and then install version 9. See the JRE download link and installation instructions in the first post.

Spidtest
21.04.18, 09:12
Is it possible the upload kicker can be calculated in fake upload tab?

BillyG
23.04.18, 10:54
Java 10 seems to be working too (even though it's only available on x64) - the changes appear to be minor, and BiglyBT doeesn't appear to use the deprecated features that were removed? https://www.valuecoders.com/blog/industry-news/java-10-new-features-and-enhancements/

anon
24.04.18, 01:29
It looks like Oracle has moved to a semi-rapid release model with some long-term versions thrown in regularly. Support for Java 9 has already ended, and Java 10 will become unsupported on September.

lil-fella
24.04.18, 22:22
no 32 bit java 10 version then im guessing then... :frown:

lets hope nothing bad happens to last java 9 32 bit

BillyG
25.04.18, 00:59
Here are 3rd party Windows builds of Java 10, including x86 :-) ... https://github.com/ojdkbuild/ojdkbuild/releases ... I didn't try it yet, though

anon
25.04.18, 04:03
lets hope nothing bad happens to last java 9 32 bit

I don't think the JRE has any built-in timebombs or kill switches, so as long as you keep a copy of the installer and block automatic updates, nothing will happen to it... now, BiglyBT or other programs may decide Java 9 is too outdated in the future and refuse to run under it, that's a more real risk. But you can worry about that when/if it does happen :gwink:


Here are 3rd party Windows builds of Java 10, including x86 :-) ... https://github.com/ojdkbuild/ojdkbuild/releases ... I didn't try it yet, though

Nice find! This is pretty interesting.

coolio256
27.04.18, 00:59
look at this link before use BiglyBT

http://www.sb-innovation.de/showthread.php?threadid=13781

illusive
30.04.18, 21:50
Updated to Java 10 & BiglyBT Extreme Mod 1.5.0.0 Beta successfully (64-bit) on Windows 10 Pro latest update, no torrents deleted and errors.

Terrorizer
11.05.18, 22:58
... hi i wanna test BiglyBT in Manjaro (Arch Linux 64-bit), everything is installed and runs, but when i'm opening the settings i didn't see any settings ??? any idea what it is ???18782

lil-fella
11.05.18, 23:38
at Terrorizer

have you opened notepad as admin and opened BiglyBT.exe.vmoptions
and added the few lines of code and saved it ?

Terrorizer
13.05.18, 00:04
at Terrorizer

have you opened notepad as admin and opened BiglyBT.exe.vmoptions
and added the few lines of code and saved it ?

... no i don't find this ???

anon
13.05.18, 04:58
... no i don't find this ???

See the first post :richter:


Linux
NOTE: Based on Ubuntu 17.10

...

6. Append the following VM options for Java 9 compatibility:


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-modules=java.xml.bind" >> "~/.biglybt/java.vmoptions"

Mon
13.05.18, 23:37
Will qbittorent 4.1.0 emulation be available?

Terrorizer
14.05.18, 13:57
See the first post :richter:

on this three echo commands i must leave off the quotation marks after ">>"; now it works; the three commands should looks like:

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-modules=java.xml.bind" >> ~/.biglybt/java.vmoptions


Many thanx for your great support !!! Awesome !!!

anon
14.05.18, 15:00
Will qbittorent 4.1.0 emulation be available?

Ask cloud99, he's in charge of those =]

Annon1
16.05.18, 00:50
Just like the other user on the first page reported, there are inconsistencies between the ratio reported in the program and the one recorded on the tracker.
I have tried changing many settings that I think could affect the ratio but I still can't find the culprit, it's driving me crazy. I tried to change the display units as suggest, no luck.
Do you think the "Intelligent mode" could be the cause of this issue? I have it on, and it's basically the only thing left to try.

I would appreciate if you could take a look at my settings here: https://imgur.com/a/nLjvdJv

alpacino
16.05.18, 15:39
Is your internet/ISP unstable? Connection loss can lead to wrong reports.

Spidtest
17.05.18, 20:37
Just like the other user on the first page reported, there are inconsistencies between the ratio reported in the program and the one recorded on the tracker.
I have tried changing many settings that I think could affect the ratio but I still can't find the culprit, it's driving me crazy. I tried to change the display units as suggest, no luck.
Do you think the "Intelligent mode" could be the cause of this issue? I have it on, and it's basically the only thing left to try.

I would appreciate if you could take a look at my settings here: https://imgur.com/a/nLjvdJv

Display ---> USE IEC Units

Once you done this, restart the client. If it shows GB, then the setting did not kick in. It should show GiB

totototo
20.05.18, 11:12
hi everybody

firstly thanks to your website to exist, i had never register here but i come since 2009 here to follow the vuze mod.

i'am on mac OS high sierra 10.13.4 and i have an issue to install this BiglyBT Extreme Mod

i have succesfully install the jre-10.0.1_osx-x64_bin.dmg and BiglyBT and put the zip includes file on directory
i have also do the sudo instrucion in console

but when i try to launch BiglyBT it's closing immediatly

do you have an idea of what i can try?

thanks

Spidtest
20.05.18, 12:29
hi everybody

firstly thanks to your website to exist, i had never register here but i come since 2009 here to follow the vuze mod.

i'am on mac OS high sierra 10.13.4 and i have an issue to install this BiglyBT Extreme Mod

i have succesfully install the jre-10.0.1_osx-x64_bin.dmg and BiglyBT and put the zip includes file on directory
i have also do the sudo instrucion in console

but when i try to launch BiglyBT it's closing immediatly

do you have an idea of what i can try?

thanks

Type in Sudo on terminal first, then enter your password and then paste all commands.

totototo
20.05.18, 12:38
hi
already do that,

anon
20.05.18, 19:54
Try running the mod from a terminal window, the debug messages printed to it will give you a clue as to what's failing. Based on the first post, I'm guessing it would be something like this:


cd /Applications/BiglyBT/
java -jar BiglyBT.jar

Otherwise you're going to have to find where the JAR file is and change the first line accordingly.

totototo
20.05.18, 23:26
hi
here a log after typing the command you give to me


WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.biglybt.core.util.spi.AENameServiceJava9 (file:/Applications/BiglyBT/.biglybt/BiglyBT.jar) to field java.net.InetAddress.impl
WARNING: Please consider reporting this to the maintainers of com.biglybt.core.util.spi.AENameServiceJava9
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
DEBUG::Sun May 20 22:22:40 CEST 2018::com.biglybt.core.util.AEDiagnostics::markDir ty::377:
Marking as dirty
CoreImpl::<init>::269, CoreImpl::create::170, CoreFactory::create::43, Main::main::189
Enabling broken select detection: diablo=false, freebsd 7+=false, osx 10.6+=true
***WARNING: Display must be created on main thread due to Cocoa restrictions.
***WARNING: Display must be created on main thread due to Cocoa restrictions.
Exception in thread "BiglyBT Extreme Mod" org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:4491)
at org.eclipse.swt.SWT.error(SWT.java:4406)
at org.eclipse.swt.SWT.error(SWT.java:4377)
at org.eclipse.swt.widgets.Display.error(Display.java :1097)
at org.eclipse.swt.widgets.Display.createDisplay(Disp lay.java:848)
at org.eclipse.swt.widgets.Display.create(Display.jav a:831)
at org.eclipse.swt.graphics.Device.<init>(Device.java:130)
at org.eclipse.swt.widgets.Display.<init>(Display.java:721)
at org.eclipse.swt.widgets.Display.<init>(Display.java:712)
at com.biglybt.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:100)
at com.biglybt.ui.swt.mainwindow.SWTThread.createInst ance(SWTThread.java:64)
at com.biglybt.ui.swt.Initializer.<init>(Initializer.java:179)
at com.biglybt.ui.swt.UI.takeMainThread(UI.java:108)
at com.biglybt.ui.Main.main(Main.java:236)

Felix_Shats
23.05.18, 12:41
Hello,

can someone share screenshots of the configuration of the software itself?
not the extreme mod setting.
i can't upload anything after download, i didn't have this problem in the past and now
i'm not sharing at all, not real nor fake.

please help

Felix

anon
23.05.18, 20:47
Thorough assistance is available at http://wiki.vuze.com/

Felix_Shats
25.05.18, 23:00
Hi,

i still can't make the program to upload what was downloaded.
i'm trying for a week already, nothing changes.
read all what is written and can't make the program seed...

can someone help me please?
what configuration needed to be done in the general configuration???

cloud99
26.05.18, 07:56
i still can't make the program to upload what was downloaded.

First off what tracker are you trying to get BiglyBT to work on?
Secondly, check whether you have the modded version. Have you followed the coder's instructions to get the modded version of BiglyBT?
Thirdly, share screenshots of your settings you have chosen to use. Also include affected torrents, http responses of affected torrents from the tracker.



i'm trying for a week already, nothing changes.
read all what is written and can't make the program seed...

As said before please be more brief on the subject also share screenshots and make sure to protect your identity.



what configuration needed to be done in the general configuration???
There are various different settings you can use. Read through this link to understand them all:- http://www.sb-innovation.de/showthread.php?threadid=13781

If for some reason BiglyBT doesn't work or something similar on these lines you need to specifically point out what it is.
-cloud99

Felix_Shats
26.05.18, 09:44
Hi cloud99,

the only problem is that i can't upload my downloads.
the downloads part is great, works as it should.
but i also want to "give back", so i want to upload + fake upload...

so i attached screenshots basically from most of screens in the program, hope it will help to understand the problem on my end.
and thanks in advance for any help.
Felix

Spidtest
26.05.18, 10:49
Hi Felix,

You have to remember that you won't be uploading if no one is downloading. And even if someone is downloading that doesn't mean they are connected to every seeder. Usually seedboxes are first to connect because of the speeds.

The fake upload is up to you to choose.

All you can do is seed and be connectable with port forwarding and hope someone connects to you

Felix_Shats
26.05.18, 12:17
Hi Spidtest,
i know all that, but,
i also know that there a lot of down-loaders for the file.

because it the latest file from a site that i'm downloading from it, and when i downloaded it,
there were more than 70 seeders.
all the network tests within the programs pass, so no issues with blocking the upload...

it seems an issue of configuration.
i never had this issue with a rather old version of vuze with extreme mod

Spidtest
26.05.18, 14:52
If there are 70 seeders then that could indicate seedboxes with auto DL. Same principle applies. The seedboxes are preferred since the content will be transferred quicker.

If you have passed all the network tests what is the issue?

Bare in mind if a file has 70 seeders and say 30 leechers, some of those people can be part seeders. The others probably have their connection set to 200 max connections, therefore the client will try get the fastest peer.

anon
26.05.18, 21:47
In addition to everything the others said, I looked at your screenshots and have some advice for you:

disable forced encryption unless absolutely required, the anti-shaping protection it provides is minimal and it doesn't make you anonymous;
use a wired connection instead of wireless, which is susceptible to interference and disconnections;
don't use random ports, you want to maximize your chances of being "found";
I never understood how the queue system works here, so you're better off force-starting anything that you want to seed.

BillyG
27.05.18, 22:26
In addition to everything the others said, I looked at your screenshots and have some advice for you:

I never understood how the queue system works here, so you're better off force-starting anything that you want to seed.


My experience is that the queue system is nice for fast torrents with many seeds - too many active of these tend to choke the connection, you get faster completion by downlading not all at once but 2-3 in parallel (at least with my connection).

For low-seeded torrents, it's best to force-start a number as they all take ages to complete. Start as many as possible until performance is affeced. The queue isn't working for me as the "Don't count torrent as using a download slot" optioin isn't really working, I end up with too many or too few active torrents.

By the way "Restart when idle" option is useful to prevent BiglyBT being stalled.

anon
29.05.18, 00:26
By the way "Restart when idle" option is useful to prevent BiglyBT being stalled.

This can happen? Sounds like a major hindrance...

Also, another tip I forgot previously: if you're using DHCP and/or UPnP, don't. Dynamic port mappings and address leases expire, and you may find you suddenly became non-connectable overnight. Use "normal" port forwarding and a fixed private address to avoid having to worry about this.

Felix_Shats
29.05.18, 16:01
This can happen? Sounds like a major hindrance...

Also, another tip I forgot previously: if you're using DHCP and/or UPnP, don't. Dynamic port mappings and address leases expire, and you may find you suddenly became non-connectable overnight. Use "normal" port forwarding and a fixed private address to avoid having to worry about this.

the IP on the Lan side is constant and the IP on the Wan side is provided by the ISP.
it's not going to change until next reset to the MODEM, no issues there.
i have done most of the things that were suggested here. still far from what it was with the older program...
i even tested that i'm not behind NAT (with the ISP), all is good.

BTW,
what are the best ports to use for connecting the program?

Thanks

Felix

anon
30.05.18, 02:48
what are the best ports to use for connecting the program?

Anything above 49152 is fine.

BillyG
30.05.18, 09:18
This can happen? Sounds like a major hindrance...

It can happen at least in two cases:

1. You're using Ghostleeching and the sources expire - a restart triggers a tracker connection

2. You're using "Don't count torrent as using a download slot" and BiglyBT decides to start a large number of very slow torrents, stalling the whole connection - a restart resets these torrents to queued. This feature seems to be missing a "but never, ever more than xyz (slow) torrents" option.


Also, another tip I forgot previously: if you're using DHCP and/or UPnP, don't.

Well, many home routers I know try to remember the dhcp address they've handed out and renew the same one until it's cleared manually. But proab better safe than sorry.

Felix_Shats
30.05.18, 17:24
Can someone post screenshot of the settings as i did of a programs that works ok on download and upload?

anon
30.05.18, 23:51
Can someone post screenshot of the settings as i did of a programs that works ok on download and upload?

The only differences between my settings and yours are that I favor the IPv4 stack under Advanced Network (my provider doesn't have IPv6), encryption is turned off, I use a different ipfilter, and haven't touched anything under Queue since I just force-start all torrents. Uploading works fine.

Spidtest
31.05.18, 02:17
Can someone post screenshot of the settings as i did of a programs that works ok on download and upload?

Basically what anon said. You got to remember it is hard testing upload on torrents unless you upload something that gets snatched. If someone has a seedbox then they are automatically preferred because of the speed it outputs. If you upload unique content or something from another tracker it allows you to get the upload testing complete.

My settings changes from base package:
Disable DHT
Disable NAT and uPNP
Obvs set up extreme mod
My encryption is preferred, not forced or disabled.

Datendiebstahl
03.06.18, 16:46
My encryption is preferred, not forced or disabled.

thats good. you can set prefer minimal plain to get 3 connection types, none, plain, rc4

axanon1
04.06.18, 17:13
this step is really necessary?
5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE.
i installed but cant download something that because i ask this

anon
05.06.18, 02:24
this step is really necessary?
5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE.

Yes. It lets the mod benefit from JRE updates, saves disk space by deleting a redundant and potentially outdated copy, and if you run other Java programs at the same time, they will start and run faster because the runtime environment is already in the system cache.

On a sidenote, I think BiglyBT should just install itself if it detects a suitable runtime already present. The current behavior of forcing you to download and use its own no matter what is sub-optimal.

Lucas Kane
07.06.18, 17:07
Hello Everyone, :)

Can I use an exported backup of configuration from latest version of VEM and import it to the new BBT Extreme Mod ?
I have many settings configured and I don't want to configure them manually again.

anon
07.06.18, 23:49
Can I use an exported backup of configuration from latest version of VEM and import it to the new BBT Extreme Mod ?

Give it a try, I don't think your computer will explode :gwink:

Lucas Kane
08.06.18, 00:42
lol,

Not the point, but I am only afraid that maybe some option (especially those related to EM) get altered some way during the process and affects the torrent that is already been seeded and uncover my cheating to the trackers.

So I am only asking if somebody already tried that and found it to be safe.


Edit : Just tried but appears to be not compatible, Should have to set all settings manually. :frown:

Thanks anyway.

anon
24.06.18, 03:11
For the record, I'm using this script to make the mod portable under Windows (for convenience purposes rather than any desire for true portability), and it works fine without having to keep a duplicate JRE or symlink anything.

Note how the parameters mentioned in step 6 of the first post are also present here, because the .vmoptions file is not read with this method. Any tweaks like -Xmx64m, preferIPv4Stack or whatever can be added after javaw.exe.


@echo off
cd /d "%~dp0"
rem Java sets itself in your PATH, so defining this is not necessary
rem set JAVADIR=C:\Program Files\Java\jre-10.0.1\bin
set VUZEDIR=%CD%
start "" javaw.exe -classpath "%VUZEDIR%\BiglyBT.jar;%VUZEDIR%\swt.jar" -Djava.library.path="%VUZEDIR%" -Dazureus.portable.enable=true -Dazureus.config.path="%VUZEDIR%" -Duser.dir="%VUZEDIR%" --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED --add-modules=java.xml.bind com.biglybt.ui.Main
exit

tworkemon
27.06.18, 19:57
This is working on Ubuntu 18.04 headless server using
sudo apt-get install openjdk-11-jdk openjdk-11-jdk-headless libjna-java

Only thing I noticed when starting in console mode is this:

Starting BiglyBT...
Suitable java version found [java = openjdk 10.0.1 2018-04-17]
Using swt/swt-x86_64.jar vUnknown
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.biglybt.core.util.spi.AENameServiceJava9 (file:/home/user/biglybt/BiglyBT.jar) to field java.net.InetAddress.impl
WARNING: Please consider reporting this to the maintainers of com.biglybt.core.util.spi.AENameServiceJava9
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
SWT check failed with: org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
Loading BiglyBT:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.biglybt.core.util.spi.AENameServiceJava9 (file:/home/user/biglybt/BiglyBT.jar) to field java.net.InetAddress.impl
WARNING: Please consider reporting this to the maintainers of com.biglybt.core.util.spi.AENameServiceJava9
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
changeLocale: *Default Language* != English (United States). Searching without country..
changeLocale: Searching for language English in *any* country..
changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
DEBUG::Wed Jun 27 12:54:55 EDT 2018::com.biglybt.core.util.AEDiagnostics::markDir ty::377:
Marking as dirty
CoreImpl::<init>::269, CoreImpl::create::170, CoreFactory::create::43, Main::main::189, NativeMethodAccessorImpl::invoke0::-2, NativeMethodAccessorImpl::invoke::62, DelegatingMethodAccessorImpl::invoke::43, Method::invoke::564, MainExecutor$1::run::37, Thread::run::844

anon
28.06.18, 15:45
345185
345505 onwards

Might help.

Spidtest
01.07.18, 00:54
How do I appear when connecting to peers? Will it show the fake client or will it show as BiglyBT?

I mean in terms of real seeding, how would I appear on the peer tab?

anon
01.07.18, 04:39
How do I appear when connecting to peers? Will it show the fake client or will it show as BiglyBT?

The fake client, of course - we wouldn't call the feature "Perfect Spoof" otherwise :wtongue:

Spidtest
01.07.18, 11:23
The fake client, of course - we wouldn't call the feature "Perfect Spoof" otherwise :wtongue:

Well I've wasted a lot of time worried about this ahaha! Thanks anon!

Artbabelitta
01.08.18, 19:01
hello genius Coder[s]:

in future releases please add a feature which gives us ablity to decrease "Update Tracker" 's Interval to 1 minute

in some private trackers torrent dont start unless we click "Update Tracker"
if not then torrents will start in 30 to 60 minutes

also
I have a question:

Can we change the Reported IP to tracker in Bigly EXT MODE?

under any circumstances I shouldn't reveal my IP to my own country's Trackers
as they all MUST give their log files to Government [ at the moment, I live in ""THE"" hell ]


Thank you for this Unique app which acts like a whole Platform
Very reliable and stable

anon
02.08.18, 02:04
in future releases please add a feature which gives us ablity to decrease "Update Tracker" 's Interval to 1 minute

in some private trackers torrent dont start unless we click "Update Tracker"
if not then torrents will start in 30 to 60 minutes

You can work around this by using "reduce the time between updates with the tracker" or "always enable update tracker button" for those torrents. 1 minute is too frequent, by the way.


Can we change the Reported IP to tracker in Bigly EXT MODE?

under any circumstances I shouldn't reveal my IP to my own country's Trackers
as they all MUST give their log files to Government [ at the moment, I live in ""THE"" hell ]

That feature doesn't do anything to hide your address. In fact, 99% of trackers don't rely on it even for its original purpose, since it's based on user input that may be unsanitized, incorrect or deliberately misleading.

Anyway, if you still want to use it, you can find it at Options -> Tracker -> Client -> Override tracker announce IP(s).