Jump to content

aiaf's Blog

  • entries
    11
  • comments
    4
  • views
    6,732

On how to loose half day


aiaf

2,199 views

 Share

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 :)

 Share

1 Comment


Recommended Comments

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...