I may be out of place with this, so please forgive...

This is my first attempt with Gamestudio in Windows 7,
And Ive loaded up A8.30.2 (trial ATM).

Even with an 'empty' project, I regularly get the
windows7 whinge "xxxx has stopped working".
Where XXXXX is either acknex.exe or sed.exe.

The error only occurs on closing the acknex window,
either by close button, or by hitting the escape key.

Im pretty new to Win7, but Im pretty sure Ive got everything
set to admin-level permissions.

Any ideas anyone?



And this is the empty project I speak of
Click to reveal..
Code:
//
#include <acknex.h>
#include <default.c>
void main()
{
	wait(1);		level_load(NULL);		wait(1);		diag("\n\n\n");
	//------------------------------------------------------------
	
	
	while(1)
	{
		
		wait(1);
	}
}
//




"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial