Q.01 GUI starts but analysis fails with "undefined reference" linker error?
Reason: Incompatible gcc versions caused by different MINGW installations in your system PATH variable.
Suggested_Solution:
Open Advanced System Settings > Edit Environment Variables. Locate the PATH variable and remove older MINGW references.Q.02 UI runs but simulations fail in Windows 7 environment?
Reason: Security restrictions preventing write-access outside of the home directory.
Create a /Models directory within your user home folder. Move your current models and TimeNET sample models there to ensure write permissions.
Q.03 "No such file or directory" error on Ubuntu 64-bit?
Reason: Missing 32-bit libc library required by specific analysis modules.
sudo apt-get install ia32-libs
Q.04 Error: immediate loop detected, marking?
Reason: The eDSPN model contains immediate transitions that fire in an endless loop, causing a "deadlock in time."
[Note: This is not allowed in a TimeNET model.]
Solution: Change one of the transitions to a timed one or adjust the model logic to break the loop.