hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.88k stars 579 forks source link

Crash on Launch MacOS Yosemite #1837

Open vsviridov opened 6 years ago

vsviridov commented 6 years ago

What happened:

Double click on SparkleShare.app in /Applications

What I expected to happen:

App should start

This happens when:

It silently crashes. If I run it manually from the console i get following (truncated)

21:03:55 Environment | SparkleShare 2.0.1
21:03:55 Environment | Git LFS 2.3.4
21:03:55 Environment | Git 2.15.1
21:03:55 Environment | macOS 10.10.5 (Yosemite)
2018-04-04 21:03:56.152 SparkleShare[27597:30048947] -[NSProcessInfo fullUserName]: unrecognized selector sent to instance 0x7fd110c69650
2018-04-04 21:03:56.153 SparkleShare[27597:30048947] An uncaught exception was raised
2018-04-04 21:03:56.153 SparkleShare[27597:30048947] -[NSProcessInfo fullUserName]: unrecognized selector sent to instance 0x7fd110c69650
2018-04-04 21:03:56.153 SparkleShare[27597:30048947] (
    0   CoreFoundation                      0x00007fff8d58d03c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8cade76e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8d5900ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff8d4d5e24 ___forwarding___ + 1028
    4   CoreFoundation                      0x00007fff8d4d5998 _CF_forwarding_prep_0 + 120
    5   ???                                 0x000000010cb8da16 0x0 + 4508408342
    6   ???                                 0x00000001130af495 0x0 + 4614452373
    7   SparkleShare                        0x0000000106454ec5 mono_jit_runtime_invoke + 2261
    8   SparkleShare                        0x000000010651d6c8 do_runtime_invoke + 88
    9   SparkleShare                        0x000000010651d5d6 mono_runtime_invoke + 102
    10  SparkleShare                        0x0000000106358f97 xamarin_invoke_trampoline + 5255
    11  SparkleShare                        0x0000000106359d1d xamarin_arch_trampoline + 189
    12  SparkleShare                        0x000000010635b0d1 xamarin_x86_64_common_trampoline + 110
    13  Foundation                          0x00007fff8dad5ef1 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 954
    14  Foundation                          0x00007fff8dad5ab9 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
    15  ???                                 0x0000000110be73e9 0x0 + 4575884265
)