+ Reply to Thread
Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 66

Thread: BiglyBT Extreme Mod by SB-Innovation 2.6.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 2.6.0.0 Beta

      Version: 2.6.0.0, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 2.6.0.0 Beta



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

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


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

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

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

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

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

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


      Change Log:

      + Fix PerfectSpoof sending User-Agent to tracker

      + Integrated Peer Injector 0.3 by anon

      + Perfect Spoof 2 by ghostfucker

      + uTorrent ID Generator

      + Modifiable Client Files

      + Ghostleech

      + LTEP Fixes

      + Multiple peerlist entries fixed

      + More No Report Options

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

      + Upload Kicker

      + Ratio Tool

      + Synced with latest LegitBly Mod

      + (Upload Multiplier) Show as seeder

      + (SBI-Hack Torrentview) Scrollbars added

      + Fix Tracker Update Interval Divider

      + Use Swarm Peers fixed

      + Updated core to BiglyBT 2.6.0.0



      BiglyBT Change Log:
      BiglyBT Change Log
      Vuze Change Log
      Installation:

      Windows

      1. Download the latest OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release).
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download). Do not open BiglyBT after installation.
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! You must export your torrents. Copying or exporting / importing old configurations will not work.
      4. Extract the hack files using 7-Zip (7-Zip Download) or equivalent to %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT) and overwrite ALL files.
      5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
      6. Open the OpenJDK archive downloaded in step 1 and extract the "jdk-XX" folder to the BiglyBT folder %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
      7. Rename the extracted "jdk-XX" folder to "jre".
      8. Run Notepad 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!


      macOS
      1. Download and install the latest Java. It must be Java version 15 or higher. (JDK GA Release). Note the path to the OpenJDK archive downloaded. You will need it for step 5.
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download).
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
      4. Extract the hack files within the ZIP file to /Applications/BiglyBT/.biglybt and overwrite ALL files.

      NOTE: To see the folder in Finder, you may need to perform the following steps:
      4a. Open Terminal
      4b. Run the following command:
      Code:
      defaults write com.apple.finder AppleShowAllFiles YES
      4c. Hold the "Option/Alt" key, then right click on the Finder icon in the dock and click Relaunch
      4d. Once you have copied the files, you can revert to hiding folders with:
      Code:
      defaults write com.apple.finder AppleShowAllFiles NO
      5. Open up a Terminal and run the following commands. NOTE: You need to replace "PATH_TO_OPENJDK_ARCHIVE" in the first command to the path to the OpenJDK archive from step 1.
      Code:
      OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
      sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle"
      sudo tar -xzf "$OPENJDK_ARCHIVE" -C "/Applications/BiglyBT/.install4j/"
      sudo mv "/Applications/BiglyBT/.install4j/jdk-"* "/Applications/BiglyBT/.install4j/jre.bundle"
      echo -e "\n--patch-module=java.base=ghostfucker_utils.jar" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      6. Run BiglyBT and Enjoy!

      Linux
      NOTE: Based on Ubuntu 20.04
      1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 20.04 this is openjdk-15-jre and libjna-java.
      NOTE: Some distros do not have an OpenJDK of version 9 or greater available. In which case, you will need to download and extract the tar.gz package supplied by OpenJDK (JDK GA Release).
      Code:
      sudo apt install openjdk-15-jre libjna-java
      2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download).
      Code:
      wget https://files.biglybt.com/installer/BiglyBT_Installer.sh
      chmod +x BiglyBT_Installer.sh
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
      4. Run the installer, specifying app_java_home variable to your JRE folder. On Ubuntu, this is: /usr/lib/jvm/java-15-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-15-openjdk-amd64/" ./BiglyBT_Installer.sh
      5. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)
      Code:
      unzip -o BiglyBT_*.zip -d ~/biglybt
      6. Append the following VM options:
      Code:
      echo "--patch-module=java.base=ghostfucker_utils.jar" >> ~/.biglybt/java.vmoptions
      echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
      7. Run BiglyBT and Enjoy!

      Troubleshooting:
      Before posting problems please make sure:
      1. You have updated Java in the "jre" folder to the latest version (must be Java 15 or higher) (JDK GA Release]).
      2. You have uninstalled BiglyBT using the uninstaller.
      3. You have removed the BiglyBT Application folder:
      Code:
      C:\Program Files\BiglyBT (Windows x64)
      C:\Program Files (x86)\BiglyBT (Windows x86)
      /Applications/BiglyBT (macOS)
      ~/biglybt / /home/<username>/biglybt (Linux)
      4. You have removed the BiglyBT Settings folder:
      NOTE: THIS WILL RESET ALL BIGLYBT SETTINGS AND TORRENT LISTS
      Code:
      %APPDATA%\BiglyBT / C:\Documents and Settings\<username>\Application Data\BiglyBT (Windows XP - Application Data may be Hidden)
      %APPDATA%\BiglyBT / C:\Users\<username>\AppData\Roaming\BiglyBT (Windows Vista - AppData may be Hidden)
      /Users/<username>/Library/Application Support/BiglyBT (macOS)
      ~/.biglybt / /home/<username>/.biglybt (Linux)
      5. Reinstalled BiglyBT using the package from BiglyBT - Download.
      6. Re-applied the hack by following the installation instructions above.

      Portable Mode:
      Portable mode is now built into BiglyBT / Vuze. See wiki article: Portable Vuze.


      Enjoy!

      Supporters / CoAuthors


      Show Your Support

        -->
      • If you like this modification support the author by donating.
      • For saying thanks to the author, please click here.
      • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Who Said Thanks:

    Paranormal (20.01.21) , mercuryf (26.12.20) , Snitlev (23.12.20) , illusive (23.12.20) , TheBuzzer (23.12.20) , vanperkiwer (19.12.20) , RaMa (18.12.20) , anon (18.12.20) , mmmmm (18.12.20) , qUeLo (18.12.20) , lil-fella (18.12.20) , sigduwksnsksis9283 (18.12.20) , JohnareyouOK (18.12.20)


  1. #32

    Join Date
    11.01.21
    Posts
    8
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss8

    Question Spoofing error.

    Hi there.

    I get the following error message when i try to spoof client information. It doesn't matter which client I'm trying to spoof, it always gives an error message about uTorrent 3.5.5 (even if i choose qBittorrent or Deluge or whatever).

    I get this:

    Code:
    javax.xml.bind.DataBindingException: javax.xml.bind.UnmarshalException
     - with linked exception:
    [org.xml.sax.SAXParseException; systemId: file:/C:/Program%20Files/BiglyBT/clientfiles/uTorrent/3.5.5%20(45798).client; lineNumber: 30; columnNumber: 5; The element type "field" must be terminated by the matching end-tag "</field>".]
    
    	at javax.xml.bind.JAXB.unmarshal(JAXB.java:171)
    
    	at ghostfucker.spoof.Configuration.readClient(Configuration.java:91)
    
    	at ghostfucker.spoof.Configuration.readClientFiles(Configuration.java:79)
    
    	at ghostfucker.spoof.Configuration.<init>(Configuration.java:25)
    
    	at com.biglybt.ui.swt.views.configsections.ConfigSectionShu.configSectionCreate(ConfigSectionShu.java:282)
    
    	at com.biglybt.ui.swt.views.ConfigView.ensureSectionBuilt(ConfigView.java:1003)
    
    	at com.biglybt.ui.swt.views.ConfigView.showSection(ConfigView.java:755)
    
    	at com.biglybt.ui.swt.views.ConfigView.lambda$_initialize$10(ConfigView.java:507)
    
    	at com.biglybt.ui.swt.views.ConfigView._initialize(ConfigView.java:519)
    
    	at com.biglybt.ui.swt.views.ConfigView.lambda$initialize$0(ConfigView.java:122)
    
    	at com.biglybt.ui.swt.Utils.execSWTThread(Utils.java:1064)
    
    	at com.biglybt.ui.swt.Utils.execSWTThread(Utils.java:1230)
    
    	at com.biglybt.ui.swt.views.ConfigView.lambda$initialize$1(ConfigView.java:121)
    
    	at com.biglybt.core.impl.CoreImpl.addCoreRunningListener(CoreImpl.java:3365)
    
    	at com.biglybt.core.CoreFactory.addCoreRunningListener(CoreFactory.java:96)
    
    	at com.biglybt.ui.swt.views.ConfigView.initialize(ConfigView.java:121)
    
    	at com.biglybt.ui.swt.views.ConfigView.eventOccurred(ConfigView.java:1392)
    
    	at com.biglybt.ui.swt.pifimpl.UISWTViewImpl.triggerBooleanEvent(UISWTViewImpl.java:429)
    
    	at com.biglybt.ui.swt.pifimpl.UISWTViewImpl.triggerEvent(UISWTViewImpl.java:299)
    
    	at com.biglybt.ui.swt.pifimpl.UISWTViewImpl.swt_triggerInitialize(UISWTViewImpl.java:659)
    
    	at com.biglybt.ui.swt.pifimpl.UISWTViewImpl.triggerBooleanEvent(UISWTViewImpl.java:363)
    
    	at com.biglybt.ui.swt.pifimpl.UISWTViewImpl.triggerEvent(UISWTViewImpl.java:299)
    
    	at com.biglybt.ui.swt.pifimpl.UISWTViewImpl.lambda$initialize$1(UISWTViewImpl.java:604)
    
    	at com.biglybt.ui.swt.Utils$11.runSupport(Utils.java:1210)
    
    	at com.biglybt.core.util.AERunnable.run(AERunnable.java:36)
    
    	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
    
    	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
    
    	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3963)
    
    	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3590)
    
    	at com.biglybt.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:400)
    
    	at com.biglybt.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
    
    	at com.biglybt.ui.swt.Initializer.<init>(Initializer.java:181)
    
    	at com.biglybt.ui.swt.UI.takeMainThread(UI.java:136)
    
    	at com.biglybt.ui.Main.main(Main.java:247)
    
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
    
    	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    
    	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
    
    	at com.biglybt.launcher.Launcher$1.run(Launcher.java:48)
    
    	at java.base/java.lang.Thread.run(Thread.java:832)
    
    Caused by: javax.xml.bind.UnmarshalException
     - with linked exception:
    [org.xml.sax.SAXParseException; systemId: file:/C:/Program%20Files/BiglyBT/clientfiles/uTorrent/3.5.5%20(45798).client; lineNumber: 30; columnNumber: 5; The element type "field" must be terminated by the matching end-tag "</field>".]
    
    	at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:340)
    
    	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:578)
    
    	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:264)
    
    	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:236)
    
    	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:291)
    
    	at javax.xml.bind.JAXB.unmarshal(JAXB.java:168)
    
    	... 39 more
    
    Caused by: org.xml.sax.SAXParseException; systemId: file:/C:/Program%20Files/BiglyBT/clientfiles/uTorrent/3.5.5%20(45798).client; lineNumber: 30; columnNumber: 5; The element type "field" must be terminated by the matching end-tag "</field>".
    
    	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)
    
    	at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:178)
    
    	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
    
    	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
    
    	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1471)
    
    	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1694)
    
    	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2898)
    
    	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
    
    	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
    
    	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:541)
    
    	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:888)
    
    	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:824)
    
    	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
    
    	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
    
    	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:635)
    
    	at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:258)
    
    	... 42 more

    edit: i moved the file "3.5.5 (45798).client" out of the folder, so I don't get the error message anymore. But I still can't spoof another client.

    what DOES work tho, is to modify the "BiglyBTSpoof.properties" in the root folder, and so I am at least able to switch between Vuze and BiglyBT.
    Last edited by larsk2; 12.01.21 at 02:14. Reason: Code block
    Reply With QuoteReply With Quote
    Thanks

  2. #33
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    The 3.5.5 (45798) client file has a typo.

    Code:
    			<field>User-Agent: uTorrent/355(111915750)(45798)/field>
    Note the missing '<' at the end. If you edit the file to correct this, or simply delete it, the error message will disappear.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. #34

    Join Date
    11.01.21
    Posts
    8
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss8
    that's super. thanks. any idea why i can't change to other clients in the UI? Doesn't have anything to do with admin priviledges for w10 or anything?
    Reply With QuoteReply With Quote
    Thanks

  4. #35
    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 larsk2 View Post
    any idea why i can't change to other clients in the UI?
    Quote Originally Posted by larsk2 View Post
    what DOES work tho, is to modify the "BiglyBTSpoof.properties" in the root folder
    Undo this and make sure you've followed all steps in the first post correctly, particularly the part about editing the .vmoptions file.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. #36

    Join Date
    11.01.21
    Posts
    8
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss8
    Quote Originally Posted by anon View Post
    Undo this and make sure you've followed all steps in the first post correctly, particularly the part about editing the .vmoptions file.
    Yes. I have edited the .vmoptions. Tried removing the original line that was in there also. And i tried -console (even tho I'm not quite sure what that is.) and still no luck. i get the drop down menu and everything, but it doesn't change. even tried removing the spoof.properties file out of the folder also...

    Click image for larger version. 

Name:	spoof.png 
Views:	40 
Size:	10.6 KB 
ID:	20881
    Reply With QuoteReply With Quote
    Thanks

  6. #37
    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 larsk2 View Post
    I have edited the .vmoptions. Tried removing the original line that was in there
    And i tried -console (even tho I'm not quite sure what that is.)
    even tried removing the spoof.properties file out of the folder
    You have tried too many things you shouldn't. At this point I suggest doing a clean install.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #38

    Join Date
    11.01.21
    Posts
    8
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss8
    everything is set back to how it was originally. so there's no need for that. I can live with Vuze spoof. Just wanted to inform that it's not working even tho you follow the procedure from first post.

    Thanks for your help tho :)
    Reply With QuoteReply With Quote
    Thanks

  8. #39

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    someone have fixed ''when download is completed, remove it from seeding list''?
    Reply With QuoteReply With Quote
    Thanks

  9. #40
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Someone reported that the feature still doesn't work, yet it was never broken for me. Only one way to know for sure
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #41
    superman1234

    java.lang.NoClassDefFoundError: sun/net/www/protocol/https/PsHttpsURLConnectionImpl

    Quote Originally Posted by anon View Post
    Hi anon - I'm using Fedora 33 with OpenJDK 15.

    I followed your instructions and can successfully start BiglyBT Extreme. However, when downloading torrents, I, too, am facing Waiting status. In the terminal, I can see "java.lang.NoClassDefFoundError: sun/net/www/protocol/https/PsHttpsURLConnectionImpl" appearing.

    This issue does not exist when running BiglyBT in its original form.

    Is there a Oracle Java SE dependency?
    Reply With QuoteReply With Quote

  11. #42
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    The only dependency is having Java 15 or above, but that error message sounds like the .vmoptions file wasn't edited correctly (as described in the first post) or at all, can you confirm that?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. #43

    Join Date
    05.02.21
    Posts
    1
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss1
    Quote Originally Posted by tonyqc View Post
    someone have fixed ''when download is completed, remove it from seeding list''?
    Does anybody know the last version of BiglyBt Extreme mod where the "When download is completed (and all the conditions are fine) STOP the torrent (no seeding)" option was last working? I just upgraded from a really old Vuze version and like the better speed of biglybt but I need this option and it is broken in this version.
    Reply With QuoteReply With Quote
    Thanks

  13. #44
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    The last version commonly agreed to be non-buggy for everyone is 1.9.0.0.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. #45

    Join Date
    05.02.21
    Posts
    1
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss1
    Quote Originally Posted by sashiagustina View Post
    i was having this issue.

    The file "pref_inst.cfg" is missing. that is the problem. in version 2.5 i was also experiencing this. And i figured it out because that file is missing. not even installed. i did clean install. still. 'pref_inst.cfg" is my missing. i will maybe upload fixed version. so nobody is experiencing this again.

    Just follow "How to install" inside.

    Don't worry i included latest jre, latest biglybt, and latest mod.

    https://gofile.io/d/SD8F1z
    i am getting the same error. I also need the file you uploaded. but the upload link is dead. thank you.
    Click image for larger version. 

Name:	java.jpg 
Views:	64 
Size:	75.9 KB 
ID:	20887
    Reply With QuoteReply With Quote
    Thanks

  15. #46
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Unfortunately I no longer have a copy of the archive, but you can recreate the setup that was inside by following the steps at http://www.sb-innovation.de/showthread.php?p=357181 and the post immediately afterwards (or wait for sashiagustina to reupload it).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 3 of 5 FirstFirst 12345 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
  •