Сбой сборки Unity MacOS с ошибкой SIGABRT - PullRequest
0 голосов
/ 05 марта 2019

У меня есть коммерчески выпущенная игра, построенная на Windows, которая прекрасно работала на Mac до недавнего обновления.Теперь сообщается, что он вылетает при запуске (я сам не владею Mac)

Версия Unity - 2017.2.0f3.Мне интересно, исправит ли это обновление.

Вот файл player.log:

New input system (experimental) initialized
Receiving unhandled NULL exception
Obtained 32 stack frames.
#0 0x0000010089e0cf in MonoManager::GetMonoClassWithAssemblyName(core::basic_string<char, core::StringStorageDefault<char> > const&, core::basic_string<char, core::StringStorageDefault<char> > const&, core::basic_string<char, core::StringStorageDefault<char> > const&)
#1 0x000001008c2850 in scripting_class_from_fullname(char const*, char const*, char const*)
#2 0x000001008aa2d0 in RequireMethod(char const*, char const*, char const*, char const*)
#3 0x0000010031cfcf in GetInputScriptingClassesPtr()
#4 0x0000010031cda9 in GetInputScriptingClasses()
#5 0x00000100d82415 in InputUpdate(InputUpdateType)
#6 0x000001003969e9 in InputInit()
#7 0x0000010037d8a0 in SetupUnityPlayer(bool, int, char**)
#8 0x000001003804ab in -[PlayerAppDelegate applicationDidFinishLaunching:]
#9 0x007fff4b577632 in __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__
#10 0x007fff4b5775ac in ___CFXRegistrationPost_block_invoke
#11 0x007fff4b5774cd in _CFXRegistrationPost
#12 0x007fff4b57f929 in ___CFXNotificationPost_block_invoke
#13 0x007fff4b4e70ca in -[_CFXNotificationRegistrar find:eek:bject:eek:bserver:enumerator:]
#14 0x007fff4b4e648d in _CFXNotificationPost
#15 0x007fff4d86ea7b in -[NSNotificationCenter postNotificationName:eek:bject:userInfo:]
#16 0x007fff48a6b64a in -[NSApplication _postDidFinishNotification]
#17 0x007fff48a6af6e in -[NSApplication _sendFinishLaunchingNotification]
#18 0x007fff48a688c8 in -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]
#19 0x007fff48a68517 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]
#20 0x007fff4d8b9144 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]
#21 0x007fff4d8b8fc0 in _NSAppleEventManagerGenericHandler
#22 0x007fff4c79eb93 in aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*)
#23 0x007fff4c79e3fd in dispatchEventAndSendReply(AEDesc const*, AEDesc*)
#24 0x007fff4c79e2d5 in aeProcessAppleEvent
#25 0x007fff4a7b310e in AEProcessAppleEvent
#26 0x007fff48a64644 in _DPSNextEvent
#27 0x007fff48a63102 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]
#28 0x007fff48a5d165 in -[NSApplication run]
#29 0x007fff48a4c8a3 in NSApplicationMain
#30 0x0000010037eab5 in PlayerMain(int, char const**)
#31 0x007fff78764ed9 in start
Stacktrace:


Native stacktrace:

0 libsystem_kernel.dylib 0x00007fff788a423e __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff7880d1c9 abort + 127
2 Rainswept 0x000000010089fcb4 _Z12HandleSignaliP9__siginfoPv + 36
3 libmono.0.dylib 0x000000010daebe65 mono_chain_signal + 75
4 libmono.0.dylib 0x000000010da334a6 mono_sigsegv_signal_handler + 210
5 libsystem_platform.dylib 0x00007fff7894fb3d _sigtramp + 29
6 ??? 0x00007ffeefbfd360 0x0 + 140732920746848
7 Rainswept 0x00000001008c2850 _Z29scripting_class_from_fullnamePKcS0_S0_ + 240
8 Rainswept 0x00000001008aa2d0 _Z13RequireMethodPKcS0_S0_S0_ + 48
9 Rainswept 0x000000010031cfcf _Z27GetInputScriptingClassesPtrv + 143
10 Rainswept 0x000000010031cda9 _Z24GetInputScriptingClassesv + 9
11 Rainswept 0x0000000100d82415 _Z11InputUpdate15InputUpdateType + 21
12 Rainswept 0x00000001003969e9 _Z9InputInitv + 409
13 Rainswept 0x000000010037d8a0 _Z16SetupUnityPlayerbiPPc + 1200
14 Rainswept 0x00000001003804ab -[PlayerAppDelegate applicationDidFinishLaunching:] + 939
15 CoreFoundation 0x00007fff4b577632 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
16 CoreFoundation 0x00007fff4b5775ac ___CFXRegistrationPost_block_invoke + 63
17 CoreFoundation 0x00007fff4b5774cd _CFXRegistrationPost + 398
18 CoreFoundation 0x00007fff4b57f929 ___CFXNotificationPost_block_invoke + 87
19 CoreFoundation 0x00007fff4b4e70ca -[_CFXNotificationRegistrar find:eek:bject:eek:bserver:enumerator:] + 1633
20 CoreFoundation 0x00007fff4b4e648d _CFXNotificationPost + 742
21 Foundation 0x00007fff4d86ea7b -[NSNotificationCenter postNotificationName:eek:bject:userInfo:] + 66
22 AppKit 0x00007fff48a6b64a -[NSApplication _postDidFinishNotification] + 313
23 AppKit 0x00007fff48a6af6e -[NSApplication _sendFinishLaunchingNotification] + 209
24 AppKit 0x00007fff48a688c8 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 552
25 AppKit 0x00007fff48a68517 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 690
26 Foundation 0x00007fff4d8b9144 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 287
27 Foundation 0x00007fff4d8b8fc0 _NSAppleEventManagerGenericHandler + 102
28 AE 0x00007fff4c79eb93 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 1855
29 AE 0x00007fff4c79e3fd _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 41
30 AE 0x00007fff4c79e2d5 aeProcessAppleEvent + 439
31 HIToolbox 0x00007fff4a7b310e AEProcessAppleEvent + 55
32 AppKit 0x00007fff48a64644 _DPSNextEvent + 1734
33 AppKit 0x00007fff48a63102 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
34 AppKit 0x00007fff48a5d165 -[NSApplication run] + 699
35 AppKit 0x00007fff48a4c8a3 NSApplicationMain + 780
36 Rainswept 0x000000010037eab5 _Z10PlayerMainiPPKc + 949
37 libdyld.dylib 0x00007fff78764ed9 start + 1

Debug info from gdb:


=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

И немного отчета о проблемах Mac:

Date/Time:       2019-03-04 10:28:04 +0100
End time:        2019-03-04 10:28:09 +0100
OS Version:      Mac OS X 10.14.3 (Build 18D109)
Architecture:    x86_64h
Report Version:  27

Data Source:     Stackshots
Shared Cache:    0x21298000 3AFF65BE-625B-3ACC-99B1-410124D82113

Command:         Rainswept
Path:            /Applications/zzz_Galaxy_Games/Rainswept.app/Contents/MacOS/Rainswept
Identifier:      com.FrostwoodInteractive.Rainswept
Version:         1.0 (0)
Parent:          GOG Galaxy [590]
PID:             1454

Event:           hang
Duration:        4.70s (process was unresponsive for 265 seconds before sampling)
Steps:           47 (100ms sampling interval)

Hardware model:  MacBookPro13,3
Active cpus:     8

Time Awake Since Boot: 2400s

Fan speed:       4078 rpm

--------------------------------------------------
Timeline format: stacks are sorted chronologically
Use -i and -heavy to re-report with count sorting
--------------------------------------------------


Heaviest stack for the main thread of the target process:
  47  start + 1 (libdyld.dylib + 93913) [0x7fff78764ed9]
  47  PlayerMain(int, char const**) + 949 (Rainswept + 3664565) [0x10037eab5]
  47  NSApplicationMain + 780 (AppKit + 14499) [0x7fff48a4c8a3]
  47  -[NSApplication run] + 699 (AppKit + 82277) [0x7fff48a5d165]
  47  -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362 (AppKit + 106754) [0x7fff48a63102]
  47  _DPSNextEvent + 1734 (AppKit + 112196) [0x7fff48a64644]
  47  AEProcessAppleEvent + 55 (HIToolbox + 82190) [0x7fff4a7b310e]
  47  aeProcessAppleEvent + 439 (AE + 33493) [0x7fff4c79e2d5]
  47  dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 41 (AE + 33789) [0x7fff4c79e3fd]
  47  aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 1855 (AE + 35731) [0x7fff4c79eb93]
  47  _NSAppleEventManagerGenericHandler + 102 (Foundation + 376768) [0x7fff4d8b8fc0]
  47  -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 287 (Foundation + 377156) [0x7fff4d8b9144]
  47  -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 690 (AppKit + 128279) [0x7fff48a68517]
  47  -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 552 (AppKit + 129224) [0x7fff48a688c8]
  47  -[NSApplication _sendFinishLaunchingNotification] + 209 (AppKit + 139118) [0x7fff48a6af6e]
  47  -[NSApplication _postDidFinishNotification] + 313 (AppKit + 140874) [0x7fff48a6b64a]
  47  -[NSNotificationCenter postNotificationName:object:userInfo:] + 66 (Foundation + 72315) [0x7fff4d86ea7b]
  47  _CFXNotificationPost + 742 (CoreFoundation + 58509) [0x7fff4b4e648d]
  47  -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1633 (CoreFoundation + 61642) [0x7fff4b4e70ca]
  47  ___CFXNotificationPost_block_invoke + 87 (CoreFoundation + 686377) [0x7fff4b57f929]
  47  _CFXRegistrationPost + 398 (CoreFoundation + 652493) [0x7fff4b5774cd]
  47  ___CFXRegistrationPost_block_invoke + 63 (CoreFoundation + 652716) [0x7fff4b5775ac]
  47  __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12 (CoreFoundation + 652850) [0x7fff4b577632]
  47  -[PlayerAppDelegate applicationDidFinishLaunching:] + 939 (Rainswept + 3671211) [0x1003804ab]
  47  SetupUnityPlayer(bool, int, char**) + 1200 (Rainswept + 3659936) [0x10037d8a0]
  47  InputInit() + 409 (Rainswept + 3762665) [0x1003969e9]
  47  InputUpdate(InputUpdateType) + 21 (Rainswept + 14165013) [0x100d82415]
  47  GetInputScriptingClasses() + 9 (Rainswept + 3263913) [0x10031cda9]
  47  GetInputScriptingClassesPtr() + 143 (Rainswept + 3264463) [0x10031cfcf]
  47  RequireMethod(char const*, char const*, char const*, char const*) + 48 (Rainswept + 9085648) [0x1008aa2d0]
  47  scripting_class_from_fullname(char const*, char const*, char const*) + 240 (Rainswept + 9185360) [0x1008c2850]
  47  ??? [0x7ffeefbfd360]
  47  _sigtramp + 29 (libsystem_platform.dylib + 19261) [0x7fff7894fb3d]
  47  ??? (<23A07E2B-3C04-352C-BDF8-5B092278B30D> + 33958) [0x10ed084a6]
  47  ??? (<23A07E2B-3C04-352C-BDF8-5B092278B30D> + 790117) [0x10edc0e65]
  47  HandleSignal(int, __siginfo*, void*) + 36 (Rainswept + 9043124) [0x10089fcb4]
  47  abort + 127 (libsystem_c.dylib + 377289) [0x7fff7880d1c9]
  47  ??? [0x7ffeefbfd6f0]
  47  _sigtramp + 29 (libsystem_platform.dylib + 19261) [0x7fff7894fb3d]
  47  ??? (<23A07E2B-3C04-352C-BDF8-5B092278B30D> + 791075) [0x10edc1223]
  46  ??? [0]
 *42  hndl_alltraps + 223 (kernel + 1424303) [0xffffff800035bbaf]
 *26  user_trap + 760 (kernel + 2992088) [0xffffff80004da7d8]
 *26  exception_triage_thread + 430 (kernel + 1771486) [0xffffff80003b07de]
 *23  exception_deliver + 1118 (kernel + 1770686) [0xffffff80003b04be]
 *21  mach_exception_raise + 182 (kernel + 2146726) [0xffffff800040c1a6]
 *9   mach_msg_rpc_from_kernel_body + 247 (kernel + 1789495) [0xffffff80003b4e37]
 *5   ipc_kmsg_send + 549 (kernel + 1633253) [0xffffff800038ebe5]
 *3   ipc_kobject_server + 301 (kernel + 1786861) [0xffffff80003b43ed]
 *3   ??? (kernel + 2148307) [0xffffff800040c7d3]
 *2   catch_mach_exception_raise + 104 (kernel + 2065528) [0xffffff80003f8478]
 *2   handle_ux_exception + 385 (kernel + 7712145) [0xffffff800095ad91]
 *1   lck_mtx_unlock + 45 (kernel + 2962253) [0xffffff80004d334d]


Process:         Rainswept [1454]
UUID:            96284B08-5A75-382B-927B-E5A86139DD25
Path:            /Applications/zzz_Galaxy_Games/Rainswept.app/Contents/MacOS/Rainswept
Architecture:    x86_64
Parent:          GOG Galaxy [590]
UID:             501
Footprint:       47.74 MB
Start time:      2019-03-04 10:28:04 +0100
End time:        2019-03-04 10:28:09 +0100
Num samples:     47 (1-47)
CPU Time:        4.593s (14.0G cycles, 14.8G instructions, 0.95c/i)
Note:            Unresponsive for 265 seconds before sampling
Note:            1 idle work queue thread omitted

  Thread 0x797a             DispatchQueue 1           47 samples (1-47)         priority 46 (base 46)     cpu time 4.593s (14.0G cycles, 14.8G instructions, 0.95c/i)
  <thread QoS user interactive (requested user interactive), process unclamped, process received importance donation from WindowServer [200], IO tier 0>
  47  start + 1 (libdyld.dylib + 93913) [0x7fff78764ed9] 1-47
   47  PlayerMain(int, char const**) + 949 (Rainswept + 3664565) [0x10037eab5] 1-47
     47  NSApplicationMain + 780 (AppKit + 14499) [0x7fff48a4c8a3] 1-47
       47  -[NSApplication run] + 699 (AppKit + 82277) [0x7fff48a5d165] 1-47
         47  -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362 (AppKit + 106754) [0x7fff48a63102] 1-47
           47  _DPSNextEvent + 1734 (AppKit + 112196) [0x7fff48a64644] 1-47
             47  AEProcessAppleEvent + 55 (HIToolbox + 82190) [0x7fff4a7b310e] 1-47
               47  aeProcessAppleEvent + 439 (AE + 33493) [0x7fff4c79e2d5] 1-47
                 47  dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 41 (AE + 33789) [0x7fff4c79e3fd] 1-47
                   47  aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 1855 (AE + 35731) [0x7fff4c79eb93] 1-47
                     47  _NSAppleEventManagerGenericHandler + 102 (Foundation + 376768) [0x7fff4d8b8fc0] 1-47
                       47  -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 287 (Foundation + 377156) [0x7fff4d8b9144] 1-47
                         47  -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 690 (AppKit + 128279) [0x7fff48a68517] 1-47
                           47  -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 552 (AppKit + 129224) [0x7fff48a688c8] 1-47
                             47  -[NSApplication _sendFinishLaunchingNotification] + 209 (AppKit + 139118) [0x7fff48a6af6e] 1-47
                               47  -[NSApplication _postDidFinishNotification] + 313 (AppKit + 140874) [0x7fff48a6b64a] 1-47
                                 47  -[NSNotificationCenter postNotificationName:object:userInfo:] + 66 (Foundation + 72315) [0x7fff4d86ea7b] 1-47
                                   47  _CFXNotificationPost + 742 (CoreFoundation + 58509) [0x7fff4b4e648d] 1-47
                                     47  -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1633 (CoreFoundation + 61642) [0x7fff4b4e70ca] 1-47
                                       47  ___CFXNotificationPost_block_invoke + 87 (CoreFoundation + 686377) [0x7fff4b57f929] 1-47
                                         47  _CFXRegistrationPost + 398 (CoreFoundation + 652493) [0x7fff4b5774cd] 1-47
                                           47  ___CFXRegistrationPost_block_invoke + 63 (CoreFoundation + 652716) [0x7fff4b5775ac] 1-47
                                             47  __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12 (CoreFoundation + 652850) [0x7fff4b577632] 1-47
                                               47  -[PlayerAppDelegate applicationDidFinishLaunching:] + 939 (Rainswept + 3671211) [0x1003804ab] 1-47
                                                 47  SetupUnityPlayer(bool, int, char**) + 1200 (Rainswept + 3659936) [0x10037d8a0] 1-47
                                                   47  InputInit() + 409 (Rainswept + 3762665) [0x1003969e9] 1-47
                                                     47  InputUpdate(InputUpdateType) + 21 (Rainswept + 14165013) [0x100d82415] 1-47
                                                       47  GetInputScriptingClasses() + 9 (Rainswept + 3263913) [0x10031cda9] 1-47
                                                         47  GetInputScriptingClassesPtr() + 143 (Rainswept + 3264463) [0x10031cfcf] 1-47
                                                           47  RequireMethod(char const*, char const*, char const*, char const*) + 48 (Rainswept + 9085648) [0x1008aa2d0] 1-47
                                                             47  scripting_class_from_fullname(char const*, char const*, char const*) + 240 (Rainswept + 9185360) [0x1008c2850] 1-47
                                                               47  ??? [0x7ffeefbfd360] 1-47
                                                                 47  _sigtramp + 29 (libsystem_platform.dylib + 19261) [0x7fff7894fb3d] 1-47
                                                                   47  ??? (<23A07E2B-3C04-352C-BDF8-5B092278B30D> + 33958) [0x10ed084a6] 1-47
                                                                     47  ??? (<23A07E2B-3C04-352C-BDF8-5B092278B30D> + 790117) [0x10edc0e65] 1-47
                                                                       47  HandleSignal(int, __siginfo*, void*) + 36 (Rainswept + 9043124) [0x10089fcb4] 1-47
                                                                         47  abort + 127 (libsystem_c.dylib + 377289) [0x7fff7880d1c9] 1-47
                                                                           47  ??? [0x7ffeefbfd6f0] 1-47
                                                                             47  _sigtramp + 29 (libsystem_platform.dylib + 19261) [0x7fff7894fb3d] 1-47
                                                                               47  ??? (<23A07E2B-3C04-352C-BDF8-5B092278B30D> + 791075) [0x10edc1223] 1-47
                                                                                 35  ??? [0] 1-35
                                                                                  *2   hndl_alltraps + 223 (kernel + 1424303) [0xffffff800035bbaf] 1-2
                                                                                    *2   user_trap + 760 (kernel + 2992088) [0xffffff80004da7d8] 1-2
                                                                                      *2   exception_triage_thread + 430 (kernel + 1771486) [0xffffff80003b07de] 1-2
                                                                                        *2   exception_deliver + 1118 (kernel + 1770686) [0xffffff80003b04be] 1-2
                                                                                          *2   mach_exception_raise + 182 (kernel + 2146726) [0xffffff800040c1a6] 1-2
                                                                                            *1   mach_msg_rpc_from_kernel_body + 184 (kernel + 1789432) [0xffffff80003b4df8] 1
                                                                                              *1   ipc_kmsg_copyin_from_kernel + 364 (kernel + 1640940) [0xffffff80003909ec] 1
                                                                                                *1   ipc_object_copyin_from_kernel + 139 (kernel + 1658219) [0xffffff8000394d6b] 1
                                                                                                  *1   usimple_lock + 47 (kernel + 2946095) [0xffffff80004cf42f] 1
                                                                                                    *1   hw_lock_to + 48 (kernel + 1829504) [0xffffff80003bea80] (running) 1
                                                                                            *1   mach_msg_rpc_from_kernel_body + 247 (kernel + 1789495) [0xffffff80003b4e37] 2
                                                                                              *1   ipc_kmsg_send + 549 (kernel + 1633253) [0xffffff800038ebe5] 2
                                                                                                *1   ipc_kobject_server + 301 (kernel + 1786861) [0xffffff80003b43ed] 2
                                                                                                  *1   ??? (kernel + 2148307) [0xffffff800040c7d3] 2
                                                                                                    *1   catch_mach_exception_raise + 104 (kernel + 2065528) [0xffffff80003f8478] 2
                                                                                                      *1   handle_ux_exception + 385 (kernel + 7712145) [0xffffff800095ad91] 2
                                                                                                        *1   lck_mtx_lock + 33 (kernel + 2961569) [0xffffff80004d30a1]

Отчет о сбое:

Date/Time:             2019-03-04 19:06:57.024 +0000
OS Version:            Mac OS X 10.14.3 (18D109)
Report Version:        12
Bridge OS Version:     3.0 (14Y674)
Anonymous UUID:        87951C32-6496-6CBD-E176-A02165260FDA

Sleep/Wake UUID:       F29F3D1B-244F-4541-BF80-CEEED46FCB7D

Time Awake Since Boot: 11000 seconds
Time Since Wake:       6700 seconds

System Integrity Protection: enabled

Notes:                 Translocated Process

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000000001b8
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x1b8:
--> 
    __TEXT                 0000000100000000-00000001017fb000 [ 24.0M] r-x/rwx SM=COW  /var/folders/*/Rainswept.app/Contents/MacOS/Rainswept

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff73eef23e __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff73fa5c1c pthread_kill + 285
2   libsystem_c.dylib               0x00007fff73e581c9 abort + 127
3   libmono.0.dylib                 0x00000001094774e3 mono_handle_native_sigsegv + 726
4   libmono.0.dylib                 0x00000001094c1234 sigabrt_signal_handler + 97
5   libsystem_platform.dylib        0x00007fff73f9ab3d _sigtramp + 29
6   ???                             0x00000001017fb008 0 + 4320112648
7   libsystem_c.dylib               0x00007fff73e581c9 abort + 127
8   com.FrostwoodInteractive.Rainswept  0x000000010089fcb4 HandleSignal(int, __siginfo*, void*) + 36
9   libmono.0.dylib                 0x00000001094c0e65 mono_chain_signal + 75
10  libmono.0.dylib                 0x00000001094084a6 mono_sigsegv_signal_handler + 210
11  libsystem_platform.dylib        0x00007fff73f9ab3d _sigtramp + 29
12  ???                             0x0000000000000001 0 + 1
13  com.FrostwoodInteractive.Rainswept  0x00000001008c2850 scripting_class_from_fullname(char const*, char const*, char const*) + 240
14  com.FrostwoodInteractive.Rainswept  0x00000001008aa2d0 RequireMethod(char const*, char const*, char const*, char const*) + 48
15  com.FrostwoodInteractive.Rainswept  0x000000010031cfcf GetInputScriptingClassesPtr() + 143
16  com.FrostwoodInteractive.Rainswept  0x000000010031cda9 GetInputScriptingClasses() + 9
17  com.FrostwoodInteractive.Rainswept  0x0000000100d82415 InputUpdate(InputUpdateType) + 21
18  com.FrostwoodInteractive.Rainswept  0x00000001003969e9 InputInit() + 409
19  com.FrostwoodInteractive.Rainswept  0x000000010037d8a0 SetupUnityPlayer(bool, int, char**) + 1200
20  com.FrostwoodInteractive.Rainswept  0x00000001003804ab -[PlayerAppDelegate applicationDidFinishLaunching:] + 939
21  com.apple.CoreFoundation        0x00007fff46bc6632 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
22  com.apple.CoreFoundation        0x00007fff46bc65ac ___CFXRegistrationPost_block_invoke + 63
23  com.apple.CoreFoundation        0x00007fff46bc64cd _CFXRegistrationPost + 398
24  com.apple.CoreFoundation        0x00007fff46bce929 ___CFXNotificationPost_block_invoke + 87
25  com.apple.CoreFoundation        0x00007fff46b360ca -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1633
26  com.apple.CoreFoundation        0x00007fff46b3548d _CFXNotificationPost + 742
27  com.apple.Foundation            0x00007fff48ebda7b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
28  com.apple.AppKit                0x00007fff440ba64a -[NSApplication _postDidFinishNotification] + 313
29  com.apple.AppKit                0x00007fff440b9f6e -[NSApplication _sendFinishLaunchingNotification] + 209
30  com.apple.AppKit                0x00007fff440b78c8 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 552
31  com.apple.AppKit                0x00007fff440b7517 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 690
32  com.apple.Foundation            0x00007fff48f08144 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 287
33  com.apple.Foundation            0x00007fff48f07fc0 _NSAppleEventManagerGenericHandler + 102
34  com.apple.AE                    0x00007fff47dedb93 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 1855
35  com.apple.AE                    0x00007fff47ded3fd dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 41
36  com.apple.AE                    0x00007fff47ded2d5 aeProcessAppleEvent + 439
37  com.apple.HIToolbox             0x00007fff45e0210e AEProcessAppleEvent + 55
38  com.apple.AppKit                0x00007fff440b3644 _DPSNextEvent + 1734
39  com.apple.AppKit                0x00007fff440b2102 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
40  com.apple.AppKit                0x00007fff440ac165 -[NSApplication run] + 699
41  com.apple.AppKit                0x00007fff4409b8a3 NSApplicationMain + 780
42  com.FrostwoodInteractive.Rainswept  0x000000010037eab5 PlayerMain(int, char const**) + 949
43  libdyld.dylib                   0x00007fff73dafed9 start + 1

Есть идеи, что может быть?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...