[All?] Extremely rare AccessViolationException in ImGui.NET
Closed this issue · 3 comments
Extremely rarely the client may crash with an AccessViolationException on ImGui.Text commands. It is unknown what causes this issue, as it once appeared with an entirely runtime-constant text. It seems to be Text, Tooltips and everything that has to do with text only.
This issue is the primary reason for moving away from ImGui in the future.
If you have any extra information about this issue or any crashlogs that include it please attach it here.
Update - the AccessViolationException always happens on the same line: ObjectHandlerL250
More info - can be reproduced if there are clients connected other than the host and changing the tint color of any object
It seems that the changes of 1.1.8 to make the interface more consistent have fixed this issue. Reopen if the issue arises again