For me both the sandbox exes from the download (32 + 64) crash.
If i compile with vc2008 all is ok, and with vc2012 it's not.
Julio is also on Win7 x64.
It simply looks that something writes to memory wehre it should not.
That can work for a long time on one system, but crashes on another.
It reminds me to the alignement problems i once had - i accidently created a simd vector in a function call,
and there was no guaranty it's aligned properly doing so.
That worked mostly, but sometimes it crashed - also without a hint for the true reason... hard to find stuff.
For Newton you can exclude that case by trying the 64 bit build (i did not) - them anything should be aligned.