zhudotexe / FFXIV_PaissaHouse

Dalamud plugin for crowdsourced housing alerts and data aggregation in Final Fantasy XIV.
MIT License
38 stars 16 forks source link

Crash under unknown conditions [WebsocketSharp] #23

Open thakyZ opened 1 year ago

thakyZ commented 1 year ago

First off I would like to mention I don't know if this is the plugin causing this crash as the details in dalamud.boot.log say no other namespace than WebSocketSharp. However, when searching on Github this is the only plugin I have that has that library.

Here is the dalamud.boot.log and dalamud.log

https://gist.github.com/thakyZ/7e7c56efed7d2b8e0f0ed732b845aa10

The error occurred sometime after 11:52:24 and before 12:13:50. However, according to the dalamud.boot.log happened at 12:13:49

The error reads as the following:

3/7/2023 12:13:49 PM|Fatal|<>c__DisplayClass174_0.<startReceiving>b__2:0|WebSocketSharp.WebSocketException: The header part of a frame could not be read.
                              at WebSocketSharp.WebSocketFrame.processHeader(Byte[] header)
                              at WebSocketSharp.WebSocketFrame.<>c__DisplayClass73_0.<readHeaderAsync>b__0(Byte[] bytes)
                              at WebSocketSharp.Ext.<>c__DisplayClass58_0.<ReadBytesAsync>b__0(IAsyncResult ar)