I don't know if this is a common bug, but since the update i cannot make any new project with a7. I am just creating a simple level a script :


#include <acknex.h>
#include <default.c>

function main()
{
level_load("test.WMB");
wait(2);
}

And i get this error :



And if i am using C-script it will run the level but if i press any predefined key it seys crash in ".......".

It is really annoying, it doesn't happen on any old projects. I also tried to reinstall but still doesn't help.