On how to loose half day
I had a window popping up every time i was closing the game.Error below:
Debug Assertion Failed!
Expression: __acrt_first_block == header
At first i thought is something related to me not deleting all pointers or closing the app the wrong way.So i fix that up same error.
More investigating i figure it up that somehow is related to poco libs that i use to connect over tcp.If game exit code was before calling poco there was no exception.
More wtf and curses for not being able to work on game and debug this.
Finally solution was to rebuild poco with /MTd option, default built was with /MD and was causing incompatibilities seems.
Glad i got over this , back to entry development
1 Comment
Recommended Comments