BiglySoftware / BiglyBT

Feature-filled Bittorrent client based on the Azureus open source project
https://www.biglybt.com
GNU General Public License v2.0
1.57k stars 153 forks source link

3.2 update fails on Mac Ventura #2753

Closed Dave-8080 closed 1 year ago

Dave-8080 commented 1 year ago

The installer dialog box never appears, and the installer process never completes.

parg commented 1 year ago

erm, yah, there is no full installer update for Apple silicon, it should perform a .jar based update. lemme check

parg commented 1 year ago

os_arch of "aarch64" is pushed through .jar, something must be borked.

What does the rest of the system-info show in the About dialog?

Dave-8080 commented 1 year ago

Here's the info from 3.1

Java 1.8.0_202 (64 bit) Oracle Corporation /Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre

SWT v4942r22, cocoa, zoom=200, dpi=72 Mac OS X v10.16, x86_64 (64 bit) B3.1.0.0/4 az3

parg commented 1 year ago

Hmm, that's annoying, it is showing as I suppose should be expected as x86 :(

Can you generate a "debug.zip" (Help menu, last option) and send to paul@biglyby.com ?

That .zip has a lot of information in it, please remove anything that you're not happy with privacy-wise. The main thing I'm interested in is the "evidence.log" file it contains.

Dave-8080 commented 1 year ago

Emailed it, but got an unknown recipient message back.

parg commented 1 year ago

sorry, there's an obvious typo there!

paul@biglybt.com

parg commented 1 year ago

Thanks. I was hoping that there would be something in the system properties that indicated that the underlying processor was Apple silicon so it could be used to control the update process but alas no.

With the x86 updater you'll see that BiglyBT downloads a zip file called BiglyBT_Update_3.2.0.0_osx.zip - inside this there is a further .zip named BiglyBT_Update_3.2.0.0_osx_app.zip

If you unzip this you'll see a "BiglyBT Update.app" application - if you unpack this and execute it in a terminal does it output any kind of error message?

Dave-8080 commented 1 year ago

Sorry, could not find the file. When The updater launched, it seems to hang at an app identified as java. Here are some screenshots. 

On Oct 17, 2022, at 11:20 AM, parg @.***> wrote:

Thanks. I was hoping that there would be something in the system properties that indicated that the underlying processor was Apple silicon so it could be used to control the update process but alas no.

With the x86 updater you'll see that BiglyBT downloads a zip file called BiglyBT_Update_3.2.0.0_osx.zip - inside this there is a further .zip named BiglyBT_Update_3.2.0.0_osx_app.zip

If you unzip this you'll see a "BiglyBT Update.app" application - if you unpack this and execute it in a terminal does it output any kind of error message?

— Reply to this email directly, view it on GitHub https://github.com/BiglySoftware/BiglyBT/issues/2753#issuecomment-1281042299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ64EOGDYQE5TZVIKULOT7DWDVVDXANCNFSM6AAAAAARGNEDQU. You are receiving this because you authored the thread.

Dave-8080 commented 1 year ago

After a few minutes, I force quit the updater. When I checked, the program shows version 3.2. Maybe it updated, but did not show any progress or status.

On Nov 18, 2022, at 1:07 PM, @.*** wrote: Sorry, could not find the file. When The updater launched, it seems to hang at an app identified as java. Here are some screenshots. <Screenshot 2022-11-18 at 1.04.40 PM.png><Screenshot 2022-11-18 at 1.05.27 PM.png>

On Oct 17, 2022, at 11:20 AM, parg @.***> wrote:

Thanks. I was hoping that there would be something in the system properties that indicated that the underlying processor was Apple silicon so it could be used to control the update process but alas no.

With the x86 updater you'll see that BiglyBT downloads a zip file called BiglyBT_Update_3.2.0.0_osx.zip - inside this there is a further .zip named BiglyBT_Update_3.2.0.0_osx_app.zip

If you unzip this you'll see a "BiglyBT Update.app" application - if you unpack this and execute it in a terminal does it output any kind of error message?

— Reply to this email directly, view it on GitHub https://github.com/BiglySoftware/BiglyBT/issues/2753#issuecomment-1281042299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ64EOGDYQE5TZVIKULOT7DWDVVDXANCNFSM6AAAAAARGNEDQU. You are receiving this because you authored the thread.

parg commented 1 year ago

Spun up an Apple Silicon OSX on AWS, installed the x86 3.1 BiglyBT and it updated successfully - not sure what's causing the process to hang for you :(

BTW we now have an Apple Silicon installer for 3.2

https://github.com/BiglySoftware/BiglyBT/releases/download/v3.2.0.0/GitHub_BiglyBT_Installer_Silicon.dmg

Seems to work OK

Some plugins don't (and most likely never will) work on it, e.g. 3DView and the Embedded Media Player.

Dave-8080 commented 1 year ago

Thanks for your help.

On Oct 19, 2022, at 7:58 AM, parg @.***> wrote:

Spun up an Apple Silicon OSX on AWS, installed the x86 3.1 BiglyBT and it updated successfully - not sure what's causing the process to hang for you :(

BTW we now have an Apple Silicon installer for 3.2

https://github.com/BiglySoftware/BiglyBT/releases/download/v3.2.0.0/GitHub_BiglyBT_Installer_Silicon.dmg

Seems to work OK

Some plugins don't (and most likely never will) work on it, e.g. 3DView and the Embedded Media Player.

— Reply to this email directly, view it on GitHub https://github.com/BiglySoftware/BiglyBT/issues/2753#issuecomment-1283895855, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ64EOHY6TTRIX3YFK2DFULWD7O4XANCNFSM6AAAAAARGNEDQU. You are receiving this because you authored the thread.

parg commented 1 year ago

I'll close this, please re-open or create a new issue if you have further problems