FOR CRASHES:
please test latest github build or this private build:
https://www5.zippyshare.com/v/9LoHSNqT/file.html
and please report it...
thanks
In the latest private build I used an improved apple strncpy implementation:
char* safe_strncpy(char* dest, const char* src, size_t size)
{
if...