botka4aet Posted March 8, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 211 Reputation: 17 Joined: 12/23/11 Last Seen: June 11, 2024 Share 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 Link to comment Share on other sites More sharing options...
Tales Posted March 8, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Share Posted March 8, 2015 Renewal or Pre? Quote Link to comment Share on other sites More sharing options...
botka4aet Posted March 9, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 211 Reputation: 17 Joined: 12/23/11 Last Seen: June 11, 2024 Author Share Posted March 9, 2015 Pre Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 9, 2015 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: May 3 Share 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 Link to comment Share on other sites More sharing options...
Question
botka4aet
Rev. 17717
Error here:
Link to comment
Share on other sites
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.