Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, Ayumi, NewbieZorro), 14,141 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
I can't test run a script (can't open, engine damaged) ? help #305482
01/15/10 01:29
01/15/10 01:29
Joined: Jan 2010
Posts: 1
Australia
U
Unisykolist Offline OP
Guest
Unisykolist  Offline OP
Guest
U

Joined: Jan 2010
Posts: 1
Australia
Hey I'm new,

I recently download Gamestudio A7 off this website (the free version). I am following the workshops on lite-c which I also downloaded off here. I am having trouble launching the test run of script 01.

script 01 looks like this...


function main ()
{
level_load("small.hmp");
ent_create("earth.mdl", vector(10, 20, 30), NULL);
}


It says there is 2 run time errors then the window closes. I also get a notepad file about the error and it says...



(): Can't open engine damaged C:\Program Files\GStudio7\acknex.dll


Is this because I have the free version?

Help appreciated. wink

Re: I can't test run a script (can't open, engine damaged) ? help [Re: Unisykolist] #305495
01/15/10 07:46
01/15/10 07:46
Joined: Jan 2010
Posts: 16
W
wacek Offline
Newbie
wacek  Offline
Newbie
W

Joined: Jan 2010
Posts: 16
correct code

function main ()
{
level_load("small.hmp");
wait(3);
ent_create("earth.mdl", vector(10, 20, 30), NULL);
}


/////////////////////////////////////

workshop 6 and 9 has bugs in the code

workshop 6 not working button, mouse and sliders

in workshop 9 the same error as in workshop 1, you need to add wait(3);

Please expert to improved and paste the code here(workshop 6), because I also need it

Last edited by wacek; 01/15/10 07:53.
Re: I can't test run a script (can't open, engine damaged) ? help [Re: wacek] #305531
01/15/10 12:14
01/15/10 12:14
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
Please disregard such posts. Of course you should not add wait(3) or change anything with the workshops!

If your Gamestudio DLL is damaged as the error says, just download Gamestudio and install it again.

Another possibility when you get runtime errors when running a script on your computer, you've set up the Data Execution prevention of your computer so that it prevents running scripts. Set it back to default, as described in the FAQ:

Quote:
Q: I have just installed Gamestudio on another PC. Now I get an error message (Error E1513) as soon as I start any project.
A. Check how the DEP (data execution prevention) is set in your Windows configuration. Go to My Computer / Properties / Advanced / Performance / Settings / Data Execution Prevention, and make sure that it's in its default setting ("For essential Windows programs and services only"). A wrong DEP setting prevents on-the-fly compiling lite-C or C-Script source code.



Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1