I see you have released version 2.36. Great job!
Unfortunately, bug with mistakenly loadable ASCII .reg files is still present.
Whatever you did to avoid it, you only had raised length of first word in file it needs to be "successfully" loaded with LoadBitmap(). In earlier beta it was word "Wi", now in release build from 29 April 2016 it is enough that first characters in file were "Windows". LoadBitmap() returns TRUE, SetBitmap() tries to put this "picture" on the screen, XnView crashes like before.
XnView 2.36 is still vulnerable to ASCII .reg files
Moderators: helmut, XnTriq, xnview
Re: XnView 2.36 is still vulnerable to ASCII .reg files
Ok, I'll workaround it with preceding call to GetBitmapInfo()