Page 1 of 1

FIXED: In 3.0.0.8 the script doesnt compile

PostPosted: Wed Jul 26, 2006 5:45 pm
by .daenerys
Hi,

there is a general error in the script editor. no script is compiling....

why?

PostPosted: Wed Jul 26, 2006 6:11 pm
by L. Spiro
It is possible that you have not added them to the list to be compiled.

Refer to the Script Walkthroughs in the help file.

Remember to press Ctrl-D on the current script to load it into the list to be compiled.


It is also possible that they are compiling without informing you.
If the scripts compile with no errors, you just see a blank page ready to go.
To be sure your script files are in the list and are passed to the compiler, you can purposely put some errors into them, which will cause the compiler to cry and give you some output.

I opted not to print anything on successful compilations so as to keep the output area clean.


L. Spiro

PostPosted: Wed Jul 26, 2006 6:23 pm
by daenerys
I did. No matter what you enter in the script file, teh following error appears:

ERROR: Pos: 20902 Syntax error. File: TjO707031657843944.txt

The file name is always changing at every compile. The error comes also when the script file is empty!

PostPosted: Wed Jul 26, 2006 6:36 pm
by L. Spiro
Crazy.

I just now got it too when I haven’t gotten it before.


The file you see is a hidden file “blitted” to disk to load the system functions/constants/etc., and given a random name each time.

Technically the users should never see a problem with that file because it is up to the developer (me) to ensure that the header for the script set has no errors before release.

I was pretty sure I had done this, but apparently I missed one.


I am going into it as we speak and the next version with the fix will be up in probably 10 minutes.


[EDIT]
Found and fixed. Compiling as we speak.
[/EDIT]


L. Spiro

PostPosted: Wed Jul 26, 2006 6:41 pm
by daenerys
L. Spiro wrote:I am going into it as we speak and the next version with the fix will be up in probably 10 minutes.


[EDIT]
Found and fixed. Compiling as we speak.
[/EDIT]


L. Spiro


Man, you are amazing :o

PostPosted: Wed Jul 26, 2006 6:46 pm
by L. Spiro
3.0.0.9 Pro is ready to go.


L. Spiro