I've tried that several times, and it comes up with this string:
================================================================= Native Crash Reporting ================================================================= Got a SIGILL while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
================================================================= Managed Stacktrace: ================================================================= at <unknown> <0xffffffff> at Twitch.IPC.Connection:Twitch_IPC_ConnectionDisconnect <0x000aa> at Twitch.IPC.Connection:Disconnect <0x0004a> at Curse.Radium.Html.Providers.Ipc.IpcAdapterServer:Stop <0x00042> at Curse.Radium.Html.Providers.Services.DesktopService:HandleConnectionFailure <0x000c1> at Curse.Radium.Html.Providers.Services.DesktopService:OnConnectionTimedOut <0x00072> at System.Timers.Timer:MyTimerCallback <0x001a2> at Scheduler:TimerCB <0x001c5> at System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem <0x0004e> at System.Threading.ThreadPoolWorkQueue:Dispatch <0x00399> at System.Threading._ThreadPoolWaitCallback:PerformWaitCallback <0x0007a> at <Module>:runtime_invoke_bool <0x000a5> ================================================================= Illegal instruction: 4
Nothing changes, and I don't know what it means. Can you help me?
0
In reply to Forge_User_54249728:
I've tried that several times, and it comes up with this string:
=================================================================
Native Crash Reporting
=================================================================
Got a SIGILL while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x101686f5b - /Applications/Twitch.app/Contents/MacOS/TwitchAgent.app/Contents/MacOS/TwitchAgent : mono_dump_native_crash_info
0x10167a595 - /Applications/Twitch.app/Contents/MacOS/TwitchAgent.app/Contents/MacOS/TwitchAgent : mono_handle_native_crash
0x10168e390 - /Applications/Twitch.app/Contents/MacOS/TwitchAgent.app/Contents/MacOS/TwitchAgent : mono_sigill_signal_handler
0x7fff87d9252a - /usr/lib/system/libsystem_platform.dylib : _sigtramp
0x7fff667645c8 - Unknown
0x10b6f6a1b - Unknown
0x107867216 - Unknown
=================================================================
Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x101563a4e):0x101563a3e 5e 41 5f 5d e9 f3 98 37 00 48 21 d0 49 89 3c c0 ^A_]...7.H!.I.<.
0x101563a4e 66 48 0f 3a 16 c8 01 48 85 c0 74 3b 48 8d 8b 90 fH.:...H..t;H...
0x101563a5e 01 00 00 48 8b 01 48 8b 40 08 66 48 0f 3a 16 c6 ...H..H.@.fH.:..
0x101563a6e 01 48 8d 56 ff 48 85 f2 74 0f 48 39 f0 72 0d 31 .H.V.H..t.H9.r.1
=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at Twitch.IPC.Connection:Twitch_IPC_ConnectionDisconnect <0x000aa>
at Twitch.IPC.Connection:Disconnect <0x0004a>
at Curse.Radium.Html.Providers.Ipc.IpcAdapterServer:Stop <0x00042>
at Curse.Radium.Html.Providers.Services.DesktopService:HandleConnectionFailure <0x000c1>
at Curse.Radium.Html.Providers.Services.DesktopService:OnConnectionTimedOut <0x00072>
at System.Timers.Timer:MyTimerCallback <0x001a2>
at Scheduler:TimerCB <0x001c5>
at System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem <0x0004e>
at System.Threading.ThreadPoolWorkQueue:Dispatch <0x00399>
at System.Threading._ThreadPoolWaitCallback:PerformWaitCallback <0x0007a>
at <Module>:runtime_invoke_bool <0x000a5>
=================================================================
Illegal instruction: 4
Nothing changes, and I don't know what it means. Can you help me?