Search found 2 matches

by krvc
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...
by krvc
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:
  1. New file (test.acod)

    Code: Select all

    var myObject = new System();
    
  2. Run in shell:

    Code: Select all

    actexec test.acod
It runs for long time and then outputs "terminated by signal SIGSEGV (Address boundary error)"

Happens also in GUI version.