botka4aet Posted March 8, 2015 Posted March 8, 2015 [Error]: Memory manager: args of aFree 0x053A06C8 is invalid pointer server\src\map\script.c line 3160 [Info]: Done loading '194' NPCs: -'66' Warps -'1' Shops -'127' Scripts -'44' Spawn sets -'295' Mobs Cached -'0' Mobs Not Cached [Status]: Event 'OnInit' executed with '6' NPCs. Rev. 17717 Error here: void script_free_code(struct script_code* code) { script_free_vars( code->script_vars ); ------> aFree( code->script_buf ); aFree( code ); } Quote
nanakiwurtz Posted March 9, 2015 Posted March 9, 2015 Please post any bugs you might find on the GitHub Issue instead, so it's noticed faster. Be sure to put your current git hash and the description of the problem, thank you Quote
Question
botka4aet
Rev. 17717
Error here:
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.