View Single Post
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Jul 8, 2013, 10:18 AM
Jerrythabest is offline
Reply With Quote
Oh, that's extremely interesting!

I wrote some angelscript to test it more quickly.
Code:
void onMain(){
    if(jjGameTicks == 2)
        jjChat("/r");
}
With this code, running a LAN server, I got "doesntcrash" to crash after a while...

EDIT: In fact, even the most basic 30x30 level with only a start position and some static tiles crashes after a while for me. The infamous Access Violation immediately followed by a Stack Overflow that hangs the whole game.
__________________

Last edited by Jerrythabest; Jul 8, 2013 at 01:04 PM.