onmyway133 / PushNotifications

🐉 A macOS, Linux, Windows app to test push notifications on iOS and Android
https://onmyway133.com
Other
2.26k stars 175 forks source link

Crash when opening on Catalina #35

Closed netbe closed 4 years ago

netbe commented 4 years ago

Hi,

I just upgraded and it seems the app is not working anymore on Catalina (10.15.3).

Screenshot 2020-03-30 at 18 04 42 )

Here's the crashlog:

Process:               Push Notifications [17081]
Path:                  /Applications/Push Notifications.app/Contents/MacOS/Push Notifications
Identifier:            com.onmyway133.PushNotifications
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Push Notifications [17081]
User ID:               502

Date/Time:             2020-03-30 18:01:10.706 +0200
OS Version:            Mac OS X 10.15.3 (19D76)
Report Version:        12
Anonymous UUID:        FF747FE5-8447-4DE4-A8E5-7AB1D44366C0

Sleep/Wake UUID:       A84ED7E1-863A-4C86-8F6D-0809FB4D55EE

Time Awake Since Boot: 550000 seconds
Time Since Wake:       13000 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (Code Signature Invalid)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace CODESIGNING, Code 0x1

kernel messages:

VM Regions Near 0 (cr2):
--> 
    __TEXT                 000000010f8c4000-000000010f8ee000 [  168K] r-x/rwx SM=COW  

Thread 0 Crashed:
0                                   0x00000001101bd000 _dyld_start + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x00007ffee033bba0
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x00000001101bd000  rfl: 0x0000000000000200  cr2: 0x0000000000000000

Logical CPU:     0
Error Code:      0x00000000
Trap Number:     0

Binary Images:
       0x10f8c4000 -        0x10f8edff7 + (0) <09E43234-E7F5-3BD2-A492-B374F6A2E494> 
       0x1101bc000 -        0x11024ccb7 + (733.8) <EBC07CB6-870A-3A8E-B48A-67F62EA161F3> 

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 1256553
    thread_create: 262
    thread_set_state: 21628

VM Region Summary:
ReadOnly portion of Libraries: Total=1000K resident=0K(0%) swapped_out_or_unallocated=1000K(100%)
Writable regions: Total=8408K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8408K(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
STACK GUARD                       56.0M        1 
Stack                             8192K        1 
__DATA                             232K        4 
__DATA_CONST                        20K        1 
__LINKEDIT                         252K        2 
__TEXT                             748K        2 
shared memory                        8K        2 
===========                     =======  ======= 
TOTAL                             65.2M       13 

I've tried to reinstall it with 1.7.3 or the beat version same issue.

Ariandr commented 4 years ago

Hi @netbe Well, the only thing I can recommend to you is to completely remove the app files and install it from scratch. I've never encountered such crashes and the app works on my both machines which run on Catalina.

pb-z commented 4 years ago

I have the same issue like @netbe on macOS Catalina 10.15.4 with Push Notifications 1.7.3 .dmg installation.

Screen Shot 2020-03-30 at 12 54 44
girishw commented 4 years ago

I am seeing the same thing after upgrading to 10.15.4. This started happening after upgrading to 10.15.4.

Ariandr commented 4 years ago

Hi @girishw Yes, you are right. It started appearing on macOS 10.15.4 after upgrade. I updated Electron version and it works. I will release a new version 1.7.4 shortly.

Ariandr commented 4 years ago

@netbe @pb-z @girishw Please, check out the new version: https://github.com/onmyway133/PushNotifications/releases/tag/1.7.4

Ariandr commented 4 years ago

Let me know if anything wrong with it.

pb-z commented 4 years ago

@Ariandr Works now, Thanks!

netbe commented 4 years ago

@Ariandr thks for the reactivity, works great!