Changes between Version 2 and Version 3 of Ticket #3504, comment 2


Ignore:
Timestamp:
10/30/2022 05:40:25 PM (4 years ago)
Author:
theirongiant82

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3504, comment 2

    v2 v3  
    11This is still coming up in 2.1.1, and it's traceable back to GTK as you said before.  I've resorted to using deluged and accessing deluge via the console and the web interface.  Not ideal, but it works. 
    22
    3 The forum users are indicating that this happens on macOS, and when it does crash, it's completely unrecoverable for the average person.  '''Deluge crashes on launch 100% of the time.'''  There's no obvious way to recover and restore normal functionality.  Your users will assume the bug is in deluge, not in GTK, because they don't know any better.
     3The forum users are indicating that this happens on macOS, and when it does crash, it's completely unrecoverable for the average person.  '''Deluge crashes on launch 100% of the time.'''  macOS is throwing an exception for sandbox violations because GTK is trying to use some property in a core framework that it's not entitled to, and Metal (the GPU acceleration libraries) are barking in the logs.  There's no obvious way to recover and restore normal functionality once this crash occurs. 
     4
     5Bottom line: your users will assume the bug is in deluge, not in GTK, because they don't know any better.
    46
    57'''If this were my app, I'd treat the bug as a showstopper and figure it out.'''