Group box disposing font error

6 replies [Last post]
Posts: 1030

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?

Posts: 1691

Huh, strange. Have an idea, but not sure why it'd happen to the group window.

Posts: 1030

It doesn't always happen, let's say 1 out of 3/4 times or so.

Posts: 1691

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.

Posts: 1691

Just made a commit that might help. Couldn't think of much else to try.

Posts: 1030

Have you tried when there were other group members as well? Not saying that's the issue but might be something.

Posts: 1691

Nope, didn't try that.