PDA

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



DigitalDJ
07.04.20, 17:40
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 2.3.0.0 rev1 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 <<<<<<
>>>>>> --->HDBD<--- <<<<<<

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

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

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

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


Change Log:

+ Fix PerfectSpoof sending User-Agent to tracker

+ Integrated Peer Injector 0.3 by anon

+ Perfect Spoof 2 by ghostfucker

+ uTorrent ID Generator

+ Modifiable Client Files

+ Ghostleech

+ LTEP Fixes

+ Multiple peerlist entries fixed

+ More No Report Options

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

+ Upload Kicker

+ Ratio Tool

+ Synced with latest LegitBly Mod

+ (Upload Multiplier) Show as seeder

+ (SBI-Hack Torrentview) Scrollbars added

+ Fix Tracker Update Interval Divider

+ Use Swarm Peers fixed

+ Updated core to BiglyBT 2.3.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 the latest OpenJDK Java. It must be Java version 14 or higher. (JDK GA Release (http://jdk.java.net/14/)).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/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 (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 14 or higher. (JDK GA Release (http://jdk.java.net/14/)). 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 20.04
1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 20.04 this is openjdk-14-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/14/)).


sudo apt install openjdk-14-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-14-openjdk-amd64/


app_java_home="/usr/lib/jvm/java-14-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 14 or higher) (JDK GA Release (http://jdk.java.net/14/)]).
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!

sbkk
09.04.20, 16:39
speed mode++
Speed: Between unable to set zero value

upload multiplier
Show you as a seeder (speed mode++ & upload multiplier) didn't enable/disable together, which only happen on torrent's mod setting

DigitalDJ
10.04.20, 10:45
Both will be fixed in next revision. This was a result of refactoring the Mod UI views for BiglyBT 2.2.

The latter is purely visual and should have no effect.

BillyG
12.04.20, 14:58
Both will be fixed in next revision.

In addition to clicking the "Thank" button, I'd like to say explicity thanks for still putting work into new releases and personal bugtracking & support. I have to admit I didn't really explect anyone to to track BiglyBT refactoring, since 1.9.0.0 keept working ok.

Nitpick: the temp "SBIHack_ReleaseNotes.html" document from Help->About still states "You have updated Java to at least version 9". But I've come to like the copy/paste release docs even in the forum :-)

Lovel3ce
14.04.20, 17:05
Is anybody else experiencing any error msgs like I am right now with the beta versions. 1.9 works fine but the bets I get error after install

---------- Post Merged at 16:05 ---------- Previous Post was at 15:17 ----------


Is anybody else experiencing any error msgs like I am right now with the beta versions. 1.9 works fine but the bets I get error after install

20354 see attached for my errors

anon
14.04.20, 18:18
This release requires at least Java 14. If you're upgrading from BiglyBT 1.9.0.0 and Java 9, make sure to delete the latter, grab the right version as per the first post and extract it.

parentdirectory
19.04.20, 22:15
Hello and thank you for your wonderful work over so many years!

Recently I started having the following problem. The problem appeared without any changes to BiglyBT from my side that I am aware of, originally on 1.9.0.0.

When starting a torrent, the download stops immediately after initializing and shows the message:

Fehler: Failed to create parent directory 'C:/Users/[username]/Documents/Biglybt Extreme Mod/[torrent name]' (Allocatefiles:\[file supposed to be downloaded through torrent])

I went through all troubleshooting steps (deinstalled, deleted directory, deleted configuration, deinstalled all java on my computer, downloaded BiglyBT 64 2.3.0.0, installed it, didn't run it, replaced all files in program folder with hack, replaced the 'jre' folder with downloaded Java 14.0.1 (64 bit - openjdk-14.0.1_windows-x64_bin renamed the folder 'jdk-14.0.1' to 'jre') and changed the vmoptions file to contain the following text:


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

I received one error message that is now not replicable anymore:


java.io.FileNotFoundException: C:\Users\[username]\Documents\BiglyBT Extreme Mod Downloads\[torrent file] (Das System kann die angegebene Datei nicht finden)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.jav a:291)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:234)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:184)
at ghostfucker.proleech.TorrentHelper.writeTorrent(To rrentHelper.java:185)
at ghostfucker.proleech.TorrentHelper.processTorrent( TorrentHelper.java:93)
at ghostfucker.proleech.TorrentHelper.exportTorrent(T orrentHelper.java:60)
at ghostfucker.proleech.ProleechImpl.exportTorrent(Pr oleechImpl.java:22)
at com.biglybt.core.download.impl.DownloadManagerImpl $11.receivedTrackerResponse(DownloadManagerImpl.ja va:611)
at com.biglybt.core.tracker.client.impl.TRTrackerAnno uncerImpl$1.dispatch(TRTrackerAnnouncerImpl.java:8 8)
at com.biglybt.core.tracker.client.impl.TRTrackerAnno uncerImpl$1.dispatch(TRTrackerAnnouncerImpl.java:7 6)
at com.biglybt.core.util.ListenerManager.doDispatch(L istenerManager.java:438)
at com.biglybt.core.util.ListenerManager.dispatchInte rnal(ListenerManager.java:496)
at com.biglybt.core.util.ListenerManager.dispatch(Lis tenerManager.java:301)
at com.biglybt.core.util.ListenerManager.dispatch(Lis tenerManager.java:232)
at com.biglybt.core.tracker.client.impl.TRTrackerAnno uncerImpl.informResponse(TRTrackerAnnouncerImpl.ja va:623)
at com.biglybt.core.tracker.client.impl.TRTrackerAnno uncerMuxer.informResponse(TRTrackerAnnouncerMuxer. java:947)
at com.biglybt.core.tracker.client.impl.TRTrackerAnno uncerImpl$2.informResponse(TRTrackerAnnouncerImpl. java:243)
at com.biglybt.core.tracker.client.impl.bt.TRTrackerB TAnnouncerImpl.requestUpdateSupport(TRTrackerBTAnn ouncerImpl.java:869)
at com.biglybt.core.tracker.client.impl.bt.TRTrackerB TAnnouncerImpl$2.perform(TRTrackerBTAnnouncerImpl. java:308)
at com.biglybt.core.util.TimerEvent.runSupport(TimerE vent.java:133)
at com.biglybt.core.util.AERunnable.run(AERunnable.ja va:36)
at com.biglybt.core.util.ThreadPool.runIt(ThreadPool. java:328)
at com.biglybt.core.util.ThreadPool$threadPoolWorker. run(ThreadPool.java:723)
at com.biglybt.core.util.AEThread2$threadWrapper.run( AEThread2.java:317)

Any idea what happened or how to fix this? Thank you in advance for any help!

simexi
20.04.20, 18:53
Have anyone noticed that large torrents fail to finish downloading? Something like 250gb, mine stopped at ~75%. Switched to latest qBittorrent, continued downloading normally. No problems. Wonder why Bigly fail, and Vuze made this same thing I think..

And sometimes Bigly won't just start downloading even there are seeders. But after switching to qB...

anon
21.04.20, 15:50
When starting a torrent, the download stops immediately after initializing and shows the message:

Fehler: Failed to create parent directory 'C:/Users/[username]/Documents/Biglybt Extreme Mod/[torrent name]' (Allocatefiles:\[file supposed to be downloaded through torrent])

"Failed to create parent directory" means BiglyBT doesn't have write permissions to where you're saving your downloads. Try a different place.

If you've already changed the (default) destination path in the options panel, that won't apply to existing torrents; use the context menu to relocate those.


Have anyone noticed that large torrents fail to finish downloading? Something like 250gb, mine stopped at ~75%.

Why or how do they fail to download, exactly? Are any error messages displayed?

I have never downloaded anything as big as what you mention with any client, so I have no first-hand advice here. But there are some settings under Options -> Files that you could experiment with.

Allocate and zero new files on creation
+Use sparse files when supported by the file system
Append data to files as downloaded and reorder pieces as the download progresses
Enable incremental file creation
Attempt to merge incomplete files that are the same size (the famous "swarm merge" feature, you'll likely want to turn it off)
+Enforce exclusive file write access locking across torrents
+Add suffix to incomplete files

The ones marked with + I have enabled, and the rest disabled, and I haven't had any problems with that setup. But due to what I mentioned before that may be meaningless here.


And sometimes Bigly won't just start downloading even there are seeders. But after switching to qB...

There are many causes for this. The most common one is hitting the maximum connections limit; if yours is set too low or you have many running torrents, try increasing it. Furthermore, Connection -> Advanced Network Settings has "max simultaneous outbound connection attempts" (equivalent to net.max_halfopen in uTorrent) and "max outstanding outbound connections", which is a hard limit for all outgoing connections of any kind made by the BiglyBT process and trumps the other settings; make sure both values are generous too.

Other than that, read the following article and just give torrents some time to start downloading.

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

simexi
22.04.20, 18:14
And something else is strange. When using qBittorrent, torrent get more seeds and starts downloading while Bigly does not. This happens with some tracker(s). What could cause this? And I'm using spoofing. Maybe it fails?

anon
22.04.20, 21:44
And I'm using spoofing. Maybe it fails?

There was a bug in the mod that caused peer connections to decrease sharply if the Perfect Spoof was enabled, but ghostfucker fixed that a long time ago. Like you, a few people have sporadically reported it happening again since, but as no troubleshooting info was given and many potential factors exist, it's hard to know where the problem could be if there is a problem at all (as opposed to bad settings, for example).

I for one have never faced it since the official fix, even on torrents with very few or just one seeder where it would definitely be noticeable.

usernom
23.04.20, 22:03
This version, just like 2.2, still fails to STOP and REMOVE finished torrents after downloading ... it seeds them indefinitely instead. :frown:

The "When download is complete ..." ExtremeMod Setting appears to be 100% non-functional.

anon
24.04.20, 16:48
The "When download is complete ..." ExtremeMod Setting appears to be 100% non-functional.

I wouldn't say 100%, since I was unable to reproduce this bug the last time it was reported. Looks like another mystery issue, but I'm not sure how we could go about debugging it...

illusive
24.04.20, 20:19
OK so far so good, will get back after some testing.

Update: OK the main cheating option for me is a bit weird. (speed mode++ > SpeedBetween __ and __) is not enabled unless I tick the option "Stop faking when swarm speed is zero".

http://www.sb-innovation.de/attachment.php?attachmentid=20359

illusive
25.04.20, 23:41
OK I found no other issues so far. About previous issue, just more info if needed

I use bat file to startup the app


set JAVADIR=D:\Programs\BiglyBT\jre
set VUZEDIR=D:\Programs\BiglyBT

%JAVADIR%\bin\java.exe -Xmx1g -Djava.library.path=%VUZEDIR% -Duser.dir=%VUZEDIR% -Dazureus.config.path=%VUZEDIR% -classpath %VUZEDIR%\BiglyBT.jar;%VUZEDIR%\commons-cli.jar;%VUZEDIR%\swt.jar --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED -XX:MaxDirectMemorySize=512m -Dazureus.portable.enable=true com.biglybt.ui.Main

On Windows 10 Using Java 14 OpenJDK build.

anon
26.04.20, 18:07
Completely unrelated, but how much RAM do you have and what's performance like with -Xmx1g? I have 8 GB (at least 50% of which is free at any time) and used to pass these parameters in my launch script, but had to comment them out because they made Java allocate huge amounts of memory and swap out everything else after ~14 days of runtime, with just a few dozen torrents loaded.


-XX:MaxDirectMemorySize=512m -Xms256m -Xmx256m -XX:+UseLargePages

usernom
27.04.20, 00:49
I wouldn't say 100%, since I was unable to reproduce this bug the last time it was reported.
Downgrading to 1.9.0.0 without changing any settings or config files fixes the bug instantly, upgrading to 2.2 or 2.3 breaks it instantly again for me. Absolutely, 100% reproducible.
No idea how I could help tracking this issue down beyond that. So far 1.9.0.0 works with only minor issues, 2.2 and 2.3 can't be used unattended.

Windows 10 x64 2004, latest OpenJDK JRE 14.

illusive
27.04.20, 03:26
Completely unrelated, but how much RAM do you have and what's performance like with -Xmx1g? I have 8 GB (at least 50% of which is free at any time) and used to pass these parameters in my launch script, but had to comment them out because they made Java allocate huge amounts of memory and swap out everything else after ~14 days of runtime, with just a few dozen torrents loaded.


-XX:MaxDirectMemorySize=512m -Xms256m -Xmx256m -XX:+UseLargePages

I have 16 GB Ram with allocation about another 16 of SSD drive (Paging virtual memory). Performance is great but I've not so much torrents active at the moment. Max torrents I got active at once lately were about 48 torrents. I might allocate more if noticed high usage but with current number of torrents, about 12, the memory consumption is 200 MB. Which is really not much imo.

Considering this new installation I didn't customize JVM parameters more but I heard that UseLargePages really increases the performance significantly. I've bookmarked this article (https://ionutbalosin.com/2020/01/hotspot-jvm-performance-tuning-guidelines/) but never found the time to read it and test to figure out the most optimum settings for JVM.

DigitalDJ
27.04.20, 14:38
This version, just like 2.2, still fails to STOP and REMOVE finished torrents after downloading ... it seeds them indefinitely instead. :frown:

The "When download is complete ..." ExtremeMod Setting appears to be 100% non-functional.

Can you screenshot and post your full Extreme Mod settings. I use this setting and it works fine for me also.

usernom
28.04.20, 15:35
Can you screenshot and post your full Extreme Mod settings. I use this setting and it works fine for me also.
Gladly. See attachments.

I'm wondering if it's related to the limited reporting I have enabled?

anon
28.04.20, 17:56
Pretty sure you need to make a choice under "Ghostleech".

Lucas Kane
02.05.20, 15:19
Both will be fixed in next revision. This was a result of refactoring the Mod UI views for BiglyBT 2.2.

The latter is purely visual and should have no effect.

First of all, thanks for the efforts and the great Mod.
have those issues been fixed in the current rev1 ? or will be fixed in the next revision ?

anon
02.05.20, 19:56
have those issues been fixed in the current rev1 ? or will be fixed in the next revision ?

The attachment in the first post is still the same as when the thread was created, so you'll need to wait for the next revision.

BillyG
02.05.20, 22:18
And sometimes Bigly won't just start downloading even there are seeders. But after switching to qB...


There are many causes for this.

I have the same experience with stalled, relatively low-seed torrents, even when just downloading that single torrent. After switching to uTorrent (leecher mod) they download just fine. I have read all faqs I could find and experimented a _lot_ with Azureus-Vuze-BiglyBT settings, but was never able to find the cause.

I've noticed that on these torrents, I'm marked with "choced by peer" and the seed % is the same as I've already downloaded - which doesn't seem to happen with uTorrent . Spoofing as the exact same uTorrent version doesn't help either, nor enabling-disabling encryption or utp.

So for high-seed torrents BiglyBT ist great, but I have to admit I'm using uTorrent most of the time by now because of this problem :-\

Edit: I have to add this even happens if I turn off all leecher options for these torrents, so it might be simply other clients not liking BiglyBT anymore. There seem to be some advanced leecher detection-ban plugins out there. I didn't compare with the unmodified BiglyBT though.

anon
04.05.20, 20:11
I've had this lying around for a while now, so I'll post it in case anyone else ever needs it. Stuffer 2.1.22 client banning plugin ported to BiglyBT. Basic functionality seems to work fine, but I can't offer any guarantees.

minhquan299
06.05.20, 10:31
after finished downloading a torrent, BiglyBT will check hash that torrent.

how can I disable it?

illusive
06.05.20, 15:45
after finished downloading a torrent, BiglyBT will check hash that torrent.

how can I disable it?

Options > Files

Un-check the option "Re-check pieces when download is done"

minhquan299
07.05.20, 04:58
I change setting in "options -> extreme mod", after that I add a new torrent but the new torrent doesn't have those settings

illusive
07.05.20, 11:38
I change setting in "options -> extreme mod", after that I add a new torrent but the new torrent doesn't have those settings

The option in "Files" not in "Extreme Mod". It's not per torrent, it's global. To be more accurate, Tools > Options > Files.

iwannabetyler
09.05.20, 16:06
On linux there is no vmoptions file and I was told running the echo commands in terminal would automatically create the files, however it does not and the extreme mod core fails to load because no vmoptions file exists.

How do I solve the issue?

Edit: I managed to fix it you have to enable hidden files when in the home directory and you see a new biglybt folder that begins with a .biglybt name

Unregistered
13.08.20, 00:28
Hello I just installed this, but all the torrents I added went to seeding list, their files were on either delete or do not download priority and I can't change their priority to high, medium, or low. That makes me can't download anything. What's the cause?

anon
13.08.20, 02:49
That's weird. First of all, version 2.4.0.0 is out, so you should upgrade first. If the problem continues, try disabling the swarm merge feature (see https://github.com/BiglySoftware/BiglyBT/wiki/Swarm-Merging#settings) in case that's interfering somehow. Also enable the Open Torrent Options window (Tools -> Options -> Files) and see that your new torrents have their selected files and priorities set correctly before adding.