- Code: Select all
Windows has triggered a breakpoint in Server.exe.
This may be due to a corruption of the heap, which indicates a bug in Server.exe or any of the DLLs it has loaded.
This may also be due to the user pressing F12 while Server.exe has focus.
The output window may have more diagnostic information.
And the ide will pop up an source file of the Enet library, showing the
- Code: Select all
enet_free (void * memory)
{
(here's the arrow ->) free (memory);
}
And this only happens when there's more than one clients on the server.
