Reply to thread

also, still crashing here ;


private void assert(bool ok, string msg) {

            if (!ok) throw new Exception("Assertion failed! " + msg);

        }


"Data alignment bit not set"


/gibman


Top Bottom