Some times when you leave a group, when it disposes the group form I get an AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at sfFont_Destroy(This); in SFML.Graphics.Font
Any ideas?
It doesn't always happen, let's say 1 out of 3/4 times or so.
I tried making the group form show and hide every other frame, and nothing. I have seen this issue before, but it just doesn't seem to appear reliably.
Just made a commit that might help. Couldn't think of much else to try.
Have you tried when there were other group members as well? Not saying that's the issue but might be something.
Nope, didn't try that.
Huh, strange. Have an idea, but not sure why it'd happen to the group window.