Hi there I was wondering if any one knows how to fix this error I am getting SYS ERROR: Mem_Free: bad memory footer sentinal [buffer overflow]
pool: Server: Game system
alloc: GAME DLL:#0
free: GAME DLL:#0
******************
Server error massage
Server error massage
[img]http://i92.photobucket.com/albums/l26/deathinatesttube/ronaldgetsshowqx7.gif
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
That's my famous spider sense at work.
(Well... tbh, only EGL produces that error)
You'll want to download the latest version from http://egl.quakedev.com/ and check if the problem persists. If it does, report it in the EGL forums.
(Well... tbh, only EGL produces that error)
You'll want to download the latest version from http://egl.quakedev.com/ and check if the problem persists. If it does, report it in the EGL forums.
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Can't help you much, I'm afraid. EGL is corrupting memory somewhere (writing before or, more common after a buffer's boundaries) but that could have a myriad causes. If you're technically inclined, you could try and debug it yourself: for linux, there's always old trusty gdb or valgrind; the debugger built into Visual Studio is pretty excellent when you're on windows.
PS: one thing you could try, if you haven't already, is downloading EGL from SVN and compiling it yourself. Lots of bugs in official releases get fixed in SVN.
PS: one thing you could try, if you haven't already, is downloading EGL from SVN and compiling it yourself. Lots of bugs in official releases get fixed in SVN.