Assertion failed in stamps browser

  • nucular
    9th Jan 2013 Member 0 Permalink

    Hi!

    Since ive had more than 1100 or something stamps, everytime i opened the stamps browser, the following error appears:

     

    I already moved a few (962) stamps and reloaded them but nothing changes.

    TPT++ V. 84.3

    Windows 7 32bit

  • jacob1
    9th Jan 2013 Developer 0 Permalink
    @nucular (View Post)
    that is a strange error, but it's from this line: "resampler_assert(dst_y > 0);". So, dst_y is <= 0, creating the error. It might be a corrupted stamp. A really long time ago my favorite stamp got corrupted, and every time I started the game it crashed. I narrowed down the stamps slowly until I found the crash. You could try that ... or maybe I could have it just return; instead of crashing the game if there was a problem like this
  • nucular
    18th Jan 2013 Member 0 Permalink

    yes, it was pretty simple to fix because the corrupted stamp was the first one that doesn't became loaded.

    thanks anyway.