Posts

Showing posts with the label wrong

Righting Blizzards Greatest Mistake

Image
I hated something about Cataclysm, so much so the moment I saw it I stopped even looking... It was a change, a death, a travesty... But with the magic of community reverse engineering we can roll it back... Blanchy, we love you...

Microsoft's Noexcept Code Throws Exceptions

Image
I've not dug into this one fully yet, I'm mid-stride on what's going on, however the stack has unspooled me to this location having thrown a read access violation... But can you see the problem here?  I'm in Microsoft's xstring, as far as I'm concerned this is from my using std::string or std::ostringstream, the function is decorated "noexcept" yet its throwing an exception! I find this mind bendingly annoying, not least as under GCC & clan on Linux it runs perfectly fine! So, this is "Unhandled exception thrown: read access violation" in xstring _Equal which is decorated noexcept... Time to format c: and never use Windows I think.