+ Reply to Thread
Page 5 of 6 FirstFirst ... 3456 LastLast
Results 61 to 75 of 86

Thread: uTorrent -Serenity- 2.2.1 Build 25302

  1. #1
    Guest Coder
    Owyn's Avatar
    Join Date
    08.05.10
    Location
    Russia
    P2P Client
    uSerenity
    Posts
    478
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss478

    Post uTorrent -Serenity- 2.2.1 Build 25302

    SB-Innovation Presents

    >>>>>> uSerenity 2.2.1 Build 25302 <<<<<<





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

    >>>>>> BitTorrent Inc. <<<<<<

    ╔═══════════════════════════╗
    Modded by:
    ╚═══════════════════════════╝

    >>>>>> Owyn <<<<<<

    ╔═══════════════════════════╗
    Features / How to use:
    ╚═══════════════════════════╝


    · See https://www.sb-innovation.de/showthread.php?t=22032.

    ╔═══════════════════════════╗
    Changelog:
    ╚═══════════════════════════╝


    February 12th, 2024
    · Fixed build number being reported incorrectly to some trackers (credits to xorg)

    March 21st, 2023
    · Included fix for minidumps being generated when exiting the mod (credits to Rinat8411)

    October 19th, 2021
    · Updated mod to uTorrent 2.2.1 Build 25302
    · Included NEW5 fix for crashes with announce URLs longer than 512 bytes
    · Included mod that emulates uTorrent 3.5.5 Build 46074 (ideal for using alongside https://www.sb-innovation.de/showthread.php?t=34487)
    · Removed debug version
    · Removed all autoupdating and call-homes
    · Removed invalid digital signature from the executable
    · Included original uTorrent icons
    · Included official language pack and help file
    · Included DevonHess WebUI (credits to https://github.com/DevonHess/uTorrent-WebUI)
    · Included preconfigured settings.dat file to disable "featured content" and improve security

    June 5th, 2012
    · Fixed fakeupload incorrect behavior when chaning label to empty one while torrent is active.

    March 31st, 2012
    · Now Fakeuploading stops and pauses along with pressing according buttons on a torrent.
    · Added support for ipv6 announces.

    March 24th, 2011
    · remade whole fakeupload and multi system to be more fail-safe and flexible
    · now you can safely change labels from and to "fake" & "multi" while torrent is active

    ╔═══════════════════════════╗
    Known issues:
    ╚═══════════════════════════╝


    · Large torrents (> 1 TB) are not supported.
    This is a limitation of the base client and has no fix.

    · Large torrent piece sizes (> 16 MB) are not supported.
    This is a limitation of the base client and has no fix.

    · The uSerenity process may remain active or crash after exiting.
    Workarounds: use File -> Exit to close the program and/or toggle bt.graceful_shutdown in the Advanced settings.

    · The mod may not start under Windows 10.
    Workarounds: run as administrator and/or set Windows XP SP3 compatibility mode for the executable.

    · Download speeds may be very slow, even with good client settings.
    The cause of and solution to this problem are unknown.

    · The fake upload feature has a limit of 999.9 KB/s per torrent.
    Workaround: edit serenity_settings.cfg with a text editor to set higher values.

    · Mod features are non-functional if uSerenity.exe is renamed.
    This behavior is intentional.

    ╔═══════════════════════════╗
    Password:
    ╚═══════════════════════════╝



    Password:
    uSerenity2024

    信心正気宇裁
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    There are too many to display.

  3. #61

    Join Date
    17.01.09
    Posts
    33
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss33
    Quote Originally Posted by anon View Post
    The only ones I have are the following.
    • Try the stuff in post #37
    • Do everything you did again, but with a batch file that adds a delay before starting Serenity
    i tried post #37 stuff and it didn't solve the problem
    What did was batch file (no clue i never tought about it before) - i made delay by 3 seconds and add path to file then i put it in shell:startup and serenity starts just fine :) thank you
    Reply With QuoteReply With Quote
    Thanks

  4. #62
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by ForgotMyOtherLogin View Post
    Still get DMP files in the install folder any time I quit/exit the application, regardless of compatibility or run-as-admin mode.
    Quote Originally Posted by anon View Post
    Unfortunately and since I've never faced this problem myself, I don't have any other suggestions. Furthermore, uTorrent has its own crash handler, so it's unaffected by WER settings (which could otherwise be used to work around this by preventing dump files from being written).
    Alright, I was finally able to reproduce this bug. It seems whenever the mod is closed, GDI32.dll inevitably has an unhandled exception. WER receives and archives that event, but is not directly responsible for generating the .dmp files, which uTorrent does on its own by calling MiniDumpWriteDump. How the program is closed makes no difference on this regard, and neither do any of the workarounds I've posted before. Unfortunately I have no time to debug mystery issues that don't affect functionality, but you can prevent the minidumps from being created by doing the following.

    1. create an empty file called DBGHELP.DLL in the same directory as the executable.
    2. open uSerenity.exe in a hex editor and make the following changes (left is the offset, right is the bytes to write).
      Code:
      00000160 : 9EE70D
      00099CA8 : 5C6E756C0000000000000000000000000000000000

    Note this will prevent all crashes from being logged and generating a dump file, but since uTorrent 2.2.1 is both very stable and no longer supported, it shouldn't be a big deal.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    ffp (23.03.23)

  6. #63

    Join Date
    12.03.23
    Location
    HOME
    P2P Client
    uTorrent
    Posts
    3
    Activity Longevity
    0/20 2/20
    Today Posts
    0/5 ssssssss3
    Quote Originally Posted by anon View Post
    Unfortunately I have no time to debug mystery issues that don't affect functionality, but you can prevent the minidumps from being created by doing the following.
    Correction to attachment
    Attached Files Attached Files
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    mmmmm (23.03.23)

  8. #64
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Tried that, but it complained the patch couldn't be applied even after renaming uSerenity.exe. Considering the patcher's timestamp predates my above post and it looks for "uTorrent.exe", what does it change and which executable is it meant for?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    ffp (23.03.23)

  10. #65

    Join Date
    12.03.23
    Location
    HOME
    P2P Client
    uTorrent
    Posts
    3
    Activity Longevity
    0/20 2/20
    Today Posts
    0/5 ssssssss3
    Then it's worth trying x64dbg or OllyDbg

    Click image for larger version. 

Name:	Снимок.JPG 
Views:	155 
Size:	457.7 KB 
ID:	21490

    Click image for larger version. 

Name:	Снимок1.JPG 
Views:	127 
Size:	402.6 KB 
ID:	21491
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    mmmmm (23.03.23) , ffp (23.03.23) , anon (13.03.23)

  12. #66
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Wow, that looks good Let me try it on the system where I managed to reproduce this bug. If it works fine I'll update the attachment and credit you for the fix!
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    ffp (23.03.23)

  14. #67
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    I ported the patch to uSerenity and it works as expected. The first post has been updated!
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    mmmmm (23.03.23) , ffp (23.03.23) , Lucius (22.03.23)

  16. #68

    Join Date
    17.01.09
    Posts
    33
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss33
    That mod works under Windows 11 ? Can anyone confirm ?
    Reply With QuoteReply With Quote
    Thanks

  17. #69
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    It did for me.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. #70
    qik5l's Avatar
    Join Date
    13.07.08
    Location
    The land in the future
    P2P Client
    uSerenity, Emule 0.60d
    Posts
    93
    Activity Longevity
    1/20 19/20
    Today Posts
    0/5 sssssss93
    Quote Originally Posted by astarta View Post
    That mod works under Windows 11 ? Can anyone confirm ?
    works here too
    Reply With QuoteReply With Quote
    Thanks

  19. #71
    Hi.I am in a tracker that has two strict rules.
    that has this rules:
    All torrents require a minimum of 7 days (168 hours) seed time, regardless of ratio.
    There is a 10% buffer before the minimum seeding requirements kick in. This means that torrents will not be considered a HnR if the amount you have downloaded is less than 10%.



    I can finally seed for one or two days, not 7 days.I just want to download and watch my favorite movies, that is, only the files I need, not to raise the user rank or collect bonuses.Because of my super awful upload speed.
    I don't want to get hit and run (because if I download only 10% of a torrent, I have to seed for 7 days or else I will get hit and run). That's why in order to reduce the risk a lot, I have to use a method that in That amount of my downloads should not be recorded in the tracker.
    Is there a way that no information from me is recorded in the completed section of the torrents I have received in tracker? Even the download amount is zero.

    thanks
    Last edited by Billy Wilder; 08.06.23 at 09:47.
    Reply With QuoteReply With Quote
    Thanks

  20. #72
    Advanced User
    yoco's Avatar
    Join Date
    23.02.08
    Location
    Slovenia
    P2P Client
    Azureus
    Posts
    7,977
    Activity Longevity
    6/20 19/20
    Today Posts
    1/5 sssss7977
    Not sure what is going on, I can barely connect to any seeds or peers!
    I tried same torrent using clean uTorrent 3.5.5. and it seems to be working just fine!
    Reply With QuoteReply With Quote
    Thanks

  21. #73
    Quote Originally Posted by Rinat8411 View Post
    Correction to attachment
    Hello, I've tried this patch for the clean utorrent 2.2.1.25302 but I think it's not meant for that since it fails.
    What do I have to change to fix the clean version? :(
    Thank you!
    Reply With QuoteReply With Quote
    Thanks

  22. #74

    Join Date
    09.07.11
    Location
    India
    P2P Client
    u Torrent
    Posts
    70
    Activity Longevity
    2/20 15/20
    Today Posts
    0/5 sssssss70
    Quote Originally Posted by Billy Wilder View Post
    Hi.I am in a tracker that has two strict rules.
    that has this rules:
    All torrents require a minimum of 7 days (168 hours) seed time, regardless of ratio.
    There is a 10% buffer before the minimum seeding requirements kick in. This means that torrents will not be considered a HnR if the amount you have downloaded is less than 10%.



    I can finally seed for one or two days, not 7 days.I just want to download and watch my favorite movies, that is, only the files I need, not to raise the user rank or collect bonuses.Because of my super awful upload speed.
    I don't want to get hit and run (because if I download only 10% of a torrent, I have to seed for 7 days or else I will get hit and run). That's why in order to reduce the risk a lot, I have to use a method that in That amount of my downloads should not be recorded in the tracker.
    Is there a way that no information from me is recorded in the completed section of the torrents I have received in tracker? Even the download amount is zero.

    thanks
    Download the torrent as usual, remove the torrents from utorrent/bittorrent client add the file to the mratio and start seeding. when the leechers go less, put 0 speed on the mratio and finish of 7 days.
    Reply With QuoteReply With Quote
    Thanks

  23. #75
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by demo2k View Post
    Hello, I've tried this patch for the clean utorrent 2.2.1.25302 but I think it's not meant for that since it fails.
    What clean uTorrent 2.2.1? The attachment in the first post already has this patch preapplied.

    Quote Originally Posted by nageshnarian View Post
    add the file to the mratio and start seeding. when the leechers go less, put 0 speed on the mratio and finish of 7 days.
    Funny you should recommend that on this particular thread...
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 5 of 6 FirstFirst ... 3456 LastLast

Tags for this Thread

Posting Permissions

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