Does anyone else have a problem where miner just shuts down, no error no nothing, just closes ?
yes, can confirm that! worst part of it, it is not showing any error!
and only by dropping temps in Afterburner I can see that there is a problem
would be so much better, if miner exits - then in but file will be executed goto loop command and all will be good again!
I guess you're on windows.
This is how batch files work on windows if you launch them by double clicking. The window closes on termination of last command. You might add 'pause' as the last command in your batch file. This way you should be able to see the error message.