i solved my crash problems modifing:
#"bitcore" = "" #Bitcore
"blake2s" = " -d $SelGPUCC" #Blake2s
"blakecoin" = " -d $SelGPUCC" #Blakecoin
#"vanilla" = "" #BlakeVanilla
#"cryptonight" = "" #Cryptonight
"veltor" = "" #Veltor
changed to
#"bitcore" = "" #Bitcore
"blake2s" = " -d $SelGPUCC" #Blake2s
"blakecoin" = " -d $SelGPUCC" #Blakecoin
#"vanilla" = "" #BlakeVanilla
#"cryptonight" = "-d $SelGPUCC -i 23" #Cryptonight
"veltor" = "" #Veltor
because intensity was auto sette at 25. too much for my 1060. also have trouble because no SelGPUCC running two instances....
That is strange if that solved it, because cryptonight is disabled for that miner since it has the "#" in front of it.