Noticed a few things. CPU mining crashes when trying to mine bitcore(doesn't matter which pool), and it wouldn't even mine with the gpu. There is also some issues with blake2s and blake coin under ming stats 3-4 instances show up but do nothing and app technically freezes. It also did something weird for me under gpu at least with blake2s, blake was fine.
Sometimes when a miner crashes, like it did for you with Bitcore, the mining stat panels that represent the crashed instances don't get cleared. I'm hunting down the cause, but from the few times I have seen this issue occur, you can verify that the actual miner processes are no longer running in Task Manager and are no longer consuming any system resources, at least for the GPU miners. The CPU miners, on the other hand, operate at lower level and much closer to the hardware, which can cause bigger stability issues when those miners crash. That is why I am leaning towards removing CPU mining from the software.
Unfortunately, even for GPU mining, some of the algorithms are less stable than others and that is an issue with the mining software itself. My software doesn't do anything differently for Bitcore than it would for equihash/lyra2v2/ethash or any other algorithm. It just tells the miner which algorithm to run and which pool to connect to. As soon as the Tpruvot miner is updated, I will include the upgraded version in Hash Auger. In the meantime, if you've overclocked your GPUs you may want to lower the overclock for Bitcore because some algorithms are more sensitive to overclocking than others. That is why I provided the ability to provide custom clock settings per algorithm and per device. Otherwise, you may just want to disable Bitcore and any other algorithm that isn't stable on your rig.
As for CPU mining, I noticed that a new version of JayDDee CPU miner has been released. I'm going try testing it on my own rigs after I release 1.5 to see if it is anymore stable than the current version. If it is, I may try one more release with CPU mining included. If not, 1.6 will probably be the release that I remove CPU mining from the software.