Page 1 of 1
Scriptor not working on new computer
Posted: 11 Jun 2008, 19:46
by fc14159
Hello everybody, I am now using new computer to do my mod developing and Scriptor doesn't work now. Bos files cannot compile anymore. Here is a screenshot of the error bar.

All scripts could be compiled perfectly on my old computer, but none of them work on this new computer. 139 is the last line of the script. I would appreciate any help.
Re: Scriptor not working on new computer
Posted: 11 Jun 2008, 19:55
by Evil4Zerggin
Try pressing Alt-F7 for settings and making sure everything is set.
Re: Scriptor not working on new computer
Posted: 11 Jun 2008, 20:34
by fc14159
Ah, ok. Fixed settings. Thank you!
Re: Scriptor not working on new computer
Posted: 11 Jun 2008, 20:39
by smoth
So that when someone forum searches for this problem, mind telling us what was broken?
Re: Scriptor not working on new computer
Posted: 12 Jun 2008, 05:13
by Evil4Zerggin
I've had this problem before. Sometimes Scriptor randomly deletes my linear and angular constants or all of my settings and then it fails to compile anything.
Re: Scriptor not working on new computer
Posted: 12 Jun 2008, 06:00
by KingRaptor
I've had Scriptor spazz out, making the script look ugly (fortunately the script file itself is unchanged) and deleting all my settings after I did a right-click -> open with -> Scriptor on an unassociated .bos file.
For some inane reason, it worked perfectly after I deleted the file association and let Scriptor set it automatically.
Re: Scriptor not working on new computer
Posted: 12 Jun 2008, 07:54
by rattle
I guess the default open macro passes %1 over when it should be "%1"
Re: Scriptor not working on new computer
Posted: 16 Jun 2008, 12:58
by [Krogoth86]
rattle wrote:I guess the default open macro passes %1 over when it should be "%1"
Thanks for this tip!
I just reinstalled Windows on my system and when I wanted to open cob files the descript dialogue didn't pop up. In fact nothing happened and all the settings got erased each time I tried to open a cob...
I fixed it by looking up what exactly was done for the bos files which worked and so didn't assign scriptor via a "open with..." to cob but typed in the the orders ("open", "print", "printto") per hand together with the DDE commands which were missing when you just assigned cobs with "open with" to Scriptor...
