Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

OSX 15.0.1, ARM based Mac M3.

No game in command line. When I try to execute `mono snasm.exe` - it prints help, but when I try to execute `mono CSpect.exe` (with or without parameters) it's always giving me crash: 

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSPlaceholderDictionary initWithObjectsAndKeys:]: second object of each pair must be non-nil.  Or, did you forget to nil-terminate your parameter list?'
 
*** First throw call stack:
(
0   CoreFoundation                      0x0000000188fc8ec0 __exceptionPreprocess + 176
1   libobjc.A.dylib                     0x0000000188aaecd8 objc_exception_throw + 88
2   CoreFoundation                      0x0000000188f1a3f8 -[NSDictionary initWithObjectsAndKeys:] + 816
3   ???                                 0x0000000102a7d3bc 0x0 + 4339520444
4   ???                                 0x0000000102a7b81c 0x0 + 4339513372
5   ???                                 0x0000000102a77658 0x0 + 4339496536
6   mono-sgen                           0x0000000102519e48 mono_jit_runtime_invoke + 1748
7   mono-sgen                           0x00000001026a2cb4 do_runtime_invoke + 104
8   mono-sgen                           0x000000010269f0e0 mono_runtime_class_init_full + 584
9   mono-sgen                           0x0000000102512988 mono_jit_compile_method_inner + 1080
10  mono-sgen                           0x0000000102515bc8 mono_jit_compile_method_with_opt + 2308
11  mono-sgen                           0x000000010258c4d4 common_call_trampoline + 1264
12  mono-sgen                           0x000000010258bf8c mono_magic_trampoline + 116
13  ???                                 0x000000010299c2fc 0x0 + 4338598652
14  ???                                 0x0000000102a7a80c 0x0 + 4339509260
15  ???                                 0x0000000102a79e68 0x0 + 4339506792
16  ???                                 0x0000000102a77e14 0x0 + 4339498516
17  ???                                 0x0000000102a77810 0x0 + 4339496976
18  ???                                 0x0000000102a777a4 0x0 + 4339496868
19  ???                                 0x0000000102a77658 0x0 + 4339496536
20  mono-sgen                           0x0000000102519e48 mono_jit_runtime_invoke + 1748
21  mono-sgen                           0x00000001026a2cb4 do_runtime_invoke + 104
22  mono-sgen                           0x000000010269f0e0 mono_runtime_class_init_full + 584
23  mono-sgen                           0x0000000102512988 mono_jit_compile_method_inner + 1080
24  mono-sgen                           0x0000000102515bc8 mono_jit_compile_method_with_opt + 2308
25  mono-sgen                           0x000000010258c4d4 common_call_trampoline + 1264
26  mono-sgen                           0x000000010258bf8c mono_magic_trampoline + 116
27  ???                                 0x000000010299c2fc 0x0 + 4338598652
28  ???                                 0x0000000102a77538 0x0 + 4339496248
29  ???                                 0x0000000102a77658 0x0 + 4339496536
30  mono-sgen                           0x0000000102519e48 mono_jit_runtime_invoke + 1748
31  mono-sgen                           0x00000001026a2cb4 do_runtime_invoke + 104
32  mono-sgen                           0x000000010269f0e0 mono_runtime_class_init_full + 584
33  mono-sgen                           0x0000000102512988 mono_jit_compile_method_inner + 1080
34  mono-sgen                           0x0000000102515bc8 mono_jit_compile_method_with_opt + 2308
35  mono-sgen                           0x000000010258c4d4 common_call_trampoline + 1264
36  mono-sgen                           0x000000010258bf8c mono_magic_trampoline + 116
37  ???                                 0x000000010299c2fc 0x0 + 4338598652
38  ???                                 0x0000000102a770f4 0x0 + 4339495156
39  ???                                 0x0000000102a706bc 0x0 + 4339467964
40  ???                                 0x0000000102a7412c 0x0 + 4339482924
41  mono-sgen                           0x0000000102519e48 mono_jit_runtime_invoke + 1748
42  mono-sgen                           0x00000001026a2cb4 do_runtime_invoke + 104
43  mono-sgen                           0x00000001026a6298 do_exec_main_checked + 104
44  mono-sgen                           0x000000010255e284 mono_jit_exec + 376
45  mono-sgen                           0x0000000102560660 mono_main + 6100
46  mono-sgen                           0x000000010250c744 main + 1644
47  dyld                                0x0000000188aec274 start + 2840
)
libc++abi: terminating due to uncaught exception of type NSException

Let me know if you need full output (there's part about Native Crash reporting / Managed stack trace present as well)

How did you install mono?

via `brew install mono`. I've tried to install mono from direct download package and now it's working fine! Thanks for the hint

(+1)

Great to hear. Yeah, that "brew" one is buggered.... no idea what's wrong with it.