Re: net_lastFreeId overflow
I think it's a problem with the API, I also looking for a solution ;)
Re: net_lastFreeId overflow
this error is simple clean your ServerNotesData table
Re: net_lastFreeId overflow
Re: net_lastFreeId overflow
Quote:
Originally Posted by
CodexPo
anoyne know how fix this?
000010.793| server main loop started
000010.793| net_mapLoaded_LastNetID: 300
000010.802| time: 11, plrs:0/32, net_lastFreeId: 300, objects: 1473, async:0 0 0 0
000012.183| Job CJobGetServerNotes 040262F8: Creating 73123 Notes
000019.962| !!! ERROR: net_lastFreeId overflow, make it reuse!
000019.963| !!! crashed
000019.963| Creating minidump at logss\GS_1000003009833.dmp
000020.039| Minidump created.
the problem comes from too many netIds being created, the server only supports SHORT netIds, meaning it only supports up to 16bits of info. So when you have so much objects (all those notes and more) there isn't enough numbers to be given out, so it overflows.