Quantcast
Channel: Questions in topic: "crash"
Viewing all articles
Browse latest Browse all 2383

Crash after WebSocket connected using WebSocketSharp

$
0
0
Hello all. I'm using WebSocketSharp to connect to my server via WebSocket. In the Unity Cloud Reports I found a crash from a user that has the stack trace at the end. I don't know what could be causing this or what it's related to. It was a single user who crashed twice with this error. Any help is appreciated. User computer specs: UNITY VERSION 2019.1.1f1 DEVICE HP Laptop 15-bs1xx (HP) OS VERSION Windows 10 (10.0.0) 64bit CPU Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz GFX Intel(R) HD Graphics 5500 I know it's after web socket connected because the last lines in the logs are these: Log Message Oct 1, 2019, 14:36:55.625 36 16:36:55:626 DEBUG - A WebSocket connection request to wss:///: GET /Controller/ HTTP/1.1 User-Agent: websocket-sharp/1.0 Upgrade: websocket Connection: Upgrade Host: Sec-WebSocket-Key: +Utdm0Gn4jwduLQ0EG39mw== Sec-WebSocket-Version: 13 Log Message Oct 1, 2019, 14:36:55.625 36 16:36:55:626 DEBUG - A WebSocket connection request to wss:///: GET /Controller/ HTTP/1.1 User-Agent: websocket-sharp/1.0 Upgrade: websocket Connection: Upgrade Host: Sec-WebSocket-Key: R89o4cNCC0I3uOoFTsoYdw== Sec-WebSocket-Version: 13 Log Message Oct 1, 2019, 14:36:55.988 58 16:36:55:989 DEBUG - A response to this WebSocket connection request: HTTP/1.1 101 Web Socket Protocol Handshake Server: nginx/1.10.3 (Ubuntu) Date: Tue, 01 Oct 2019 14:36:54 GMT Connection: upgrade Sec-WebSocket-Accept: vyYXDykL2h7bsatdrSADVuqVqRg= Upgrade: websocket Log Message Oct 1, 2019, 14:36:56.004 59 16:36:56:005 INFO - WebSocket.onOpen Log Message Oct 1, 2019, 14:36:56.012 60 16:36:56:013 DEBUG - ws.Connect finished Stack trace: Thread 46 (crashed) 0 ntdll 0x00007ffeff3b02b4 ZwWaitForMultipleObjects 1 KERNELBASE 0x00007ffefbb9cc7e WaitForMultipleObjectsEx 2 KERNELBASE 0x00007ffefbb9cb6e WaitForMultipleObjects 3 UnityPlayer 0x00007ffe98efa5cd ?HandleCrash@CrashHandlerInternal@winutils@@QEAAXKKPEBDPEAU_CONTEXT@@PEAU_EXCEPTION_RECORD@@_N@Z 4 UnityPlayer 0x00007ffe98efa67e ?HandleCrash@ExternalCrashHandler@winutils@@YAXKKPEAU_EXCEPTION_POINTERS@@@Z 5 UnityPlayer 0x00007ffe98f072dd ?_ProcessInternalCrash@@YAJPEAU_EXCEPTION_POINTERS@@@Z 6 KERNELBASE 0x00007ffefbbc6b2c UnhandledExceptionFilter 7 ntdll 0x00007ffeff3b81cb RtlUserThreadStart$filt$0 8 ntdll 0x00007ffeff39fd56 _C_specific_handler 9 ntdll 0x00007ffeff3b477f RtlpExecuteHandlerForException 10 ntdll 0x00007ffeff314bef RtlDispatchException 11 ntdll 0x00007ffeff3b34ee KiUserExceptionDispatch 12 UnityPlayer 0x00007ffe99bc67be memcpy_repmovs 13 UnityPlayer 0x00007ffe98a33f58 ?assign@?$StringStorageDefault@D@core@@QEAAXPEBD_K@Z 14 UnityPlayer 0x00007ffe98a33ef1 ?assign@?$StringStorageDefault@D@core@@QEAAXAEBV12@@Z 15 UnityPlayer 0x00007ffe98cb9894 ?RecordLogMessage@LogBuffer@CrashReporting@@QEAAXAEBV?$basic_string@DV?$StringStorageDefault@D@core@@@core@@_KIW4LogType@@@Z 16 UnityPlayer 0x00007ffe98cbe67f ?HandleLog@CrashReporter@CrashReporting@@QEAAXAEBV?$basic_string@DV?$StringStorageDefault@D@core@@@core@@00W4LogType@@@Z 17 UnityPlayer 0x00007ffe98cbeccd ?OnLogCallbackStatic@CrashReporter@CrashReporting@@SAXAEBUDebugStringToFileData@@W4LogType@@_N@Z 18 UnityPlayer 0x00007ffe9961e445 ?DebugStringToFilePostprocessedStacktrace@@YAXAEBUDebugStringToFileData@@@Z 19 UnityPlayer 0x00007ffe9961e2b7 ?DebugStringToFile@@YAXAEBUDebugStringToFileData@@@Z 20 UnityPlayer 0x00007ffe992ba1b4 ?DebugLogHandler_CUSTOM_Internal_Log@@YAXW4LogType@@W4LogOption@@V?$ScriptingReferenceWrapper@PEAUMonoString@@@@V?$ScriptingReferenceWrapper@PEAUMonoObject@@@@@Z 21 (Mono) 22 (Mono) 23 (Mono) 24 (Mono) 25 (Mono) 26 (Mono) 27 (Mono) 28 (Mono) 29 (Mono) 30 (Mono) 31 (Mono) 32 (Mono) 33 (Mono) 34 (Mono) 35 (Mono) 36 mono-2.0-bdwgc 0x00007ffeb728bbcb mono_jit_runtime_invoke 37 mono-2.0-bdwgc 0x00007ffeb7212252 do_runtime_invoke 38 mono-2.0-bdwgc 0x00007ffeb721bbbf mono_runtime_try_invoke_array 39 mono-2.0-bdwgc 0x00007ffeb7217999 mono_message_invoke 40 mono-2.0-bdwgc 0x00007ffeb721e976 ves_icall_System_Runtime_Remoting_Messaging_AsyncResult_Invoke 41 (Mono) 42 (Mono) 43 (Mono) 44 (Mono) 45 (Mono) 46 mono-2.0-bdwgc 0x00007ffeb728bbcb mono_jit_runtime_invoke 47 mono-2.0-bdwgc 0x00007ffeb7212252 do_runtime_invoke 48 mono-2.0-bdwgc 0x00007ffeb7238c41 worker_callback 49 mono-2.0-bdwgc 0x00007ffeb723b281 worker_thread 50 mono-2.0-bdwgc 0x00007ffeb7235878 start_wrapper_internal 51 mono-2.0-bdwgc 0x00007ffeb7235606 start_wrapper 52 KERNEL32 0x00007ffeff237974 BaseThreadInitThunk 53 ntdll 0x00007ffeff37a271 RtlUserThreadStart 54 ntdll 0x00007ffeff37a271 RtlUserThreadStart

Viewing all articles
Browse latest Browse all 2383

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>