Error while opening saved simulation

All topics on coding 4Dscript in Enterprise Dynamics.
Post Reply
Olgas
Posts: 1
Joined: Sunday 05 June, 2011 - 19:44

Error while opening saved simulation

Post by Olgas »

Hi everybody,

For school we're working with ED and I made a simulation layout and saved it.
Now I wanted to open it again to continue working but i get the following error:

4DScript:error at "If":File access denied (C:\Program Files (x86)\Enterprise Dynamics 8 Developer\Work\Tuko\Link7.~mod) (KernelFnc)

Can some one explain me what it is and how I can solve it?

Best regards,

Olga Shakhova
User avatar
MatthijsJongboer
Posts: 200
Joined: Thursday 11 November, 2010 - 14:12

Re: Error while opening saved simulation

Post by MatthijsJongboer »

Hello Olga,

The Enterprise Dynamics models are saved with a .mod extension by default. During the closing routine of Enterprise Dynamics, a temporary file is created (with .~mod extension) to detect model changes. This file should no longer exist when ED is closed. The fact that you have this file is probably related to an incomplete execution of the save routine (did you get any messages or errors?). Make sure you save the model file in your user (e.g. Documents) directory and not in the program files directory as this is no longer supported by your Operating System from Microsoft.

Regards,
Matthijs
Post Reply