I've been working on a new bot in VB6, and ever since I started using BNCSUtil, My IDE has started randomly crashing (really randomly, like when making a new line in a module when I'm not running it).
Last night I installed VS 2008, and ever since it's been catching the crash in its debugger:
From what I can tell, it's got something to do with instantiation of objects not being done correctly, which somehow corrupts memory (keep in mind I've only been able to find info about this in German and I think Portuguese).
Anyone have any idea what might be causing thins (within BNCSUtil)?
[edit]
Also, I've been able to narrow down a few possible causes:
1) kd_free() - If I don't use kd_free, VS6 doesn't crash until
2) doubleHashPassword() - This always causes a crash