Christopher Snowhill

Results 237 comments of Christopher Snowhill

My bad, it supports RSA4096, but I needed the subkey ID from GPG Keychain to do the export correctly.

It never was unlimited. It was previously set to 128, now it is set to 1000.

That is likely because something already has the driver open. Unfortunately, you may have to uninstall and log out or even reboot to upgrade.

This does nothing for dumb_packfile_seek, which expects an absolute offset.

It didn't occur to me that this library even had a point in being deeply integrated with Allegro. And in fact, I already recommend replacing it with libOpenMPT, as it's...

You can’t really seek with sigrenderers after they’re created, except by brute force rendering with either silent volume and/or null buffer pointer. If you want fast seeking, you have to...

That opcode can’t crash unless something is seriously broken with your operating system. All it does is load an SSE register with zero. Unless you’re mixing MMX code in there...

Try fixing up the thread entry like they say there? I don’t actually use gcc on Windows, so I haven’t verified whether there are stack alignment assumptions that are totally...

Please make sure that your compiler is emitting the `xorps` opcode, and that your CPU supports SSE. That’s at least a Pentium 3 or an Athlon XP, correct?

So don't use that mode. It's only provided in case it actually proves useful. Default mode is to count patterns from the order list. This mode counts all the sample...