Search found 2 matches
- 07 Dec 2015, 17:00
- Forum: Bug reports
- Topic: Relative include doesn't work correctly (Linux)
- Replies: 1
- Views: 3415
Relative include doesn't work correctly (Linux)
The following code from the docs does work only if the otherScript.acod is in the home directory of the user (/home/username/otherScript.acod): include("otherScript.acod"); //Read and evaluate a script named "otherScript.acod". It should include files relatively to .ascr save dir...
- 07 Dec 2015, 16:48
- Forum: Bug reports
- Topic: Creating new System object crashes the program (Linux)
- Replies: 1
- Views: 3066
Creating new System object crashes the program (Linux)
Steps to reproduce:
Happens also in GUI version.
- New file (test.acod)
Code: Select all
var myObject = new System();
- Run in shell:
Code: Select all
actexec test.acod
Happens also in GUI version.