Page 6 of 9
Re: [Tool] FTL Error Checker - v 1.01
Posted: Tue Mar 04, 2014 11:43 am
by kartoFlane
That's odd. I'm running the program inside of my Mac VM (OS X) just fine... What mac system are you using?
Re: [Tool] FTL Error Checker - v 1.01
Posted: Tue Mar 04, 2014 3:53 pm
by xlandar
kartoFlane wrote:That's odd. I'm running the program inside of my Mac VM (OS X) just fine... What mac system are you using?
i'm using maverics (10.9.1).
Re: [Tool] FTL Error Checker - v 1.01
Posted: Thu Mar 06, 2014 4:04 pm
by TaxiService
Having same problem as xlandar. Here's the console output after trying to launch the app:
https://dl.dropbox.com/u/19694750/dang.png
The rest of the messages are simply copies of the previous ones.
Re: [Tool] FTL Error Checker - v 1.01
Posted: Thu Mar 06, 2014 4:16 pm
by xlandar
TaxiService wrote:Having same problem as xlandar. Here's the console output after trying to launch the app:
https://dl.dropbox.com/u/19694750/dang.png
The rest of the messages are simply copies of the previous ones.
how did you get that error list? (i'm not very good with computers)
sage
Posted: Thu Mar 06, 2014 4:45 pm
by TaxiService
Into your Applications folder there is another folder called Utilities. Console, the application i used in that screenshot, can be found there. You can open the Utilities folder from anywhere in the Finder by pressing ⇧⌘U.
By the way I tried downloading the four previous 64 bit versions of error checker and none of them would start up. I also tried with the latest 32 bit version just for the sake of it, but it didn't work either. I'm on 10.9.1 as well. (i should update to .2 :\)
Re: [Tool] FTL Error Checker - v 1.01
Posted: Thu Mar 06, 2014 5:08 pm
by kartoFlane
Alright, now that helped.
It seems to be a problem with permissions -- the program actually isn't allowed to run.
So, in theory, doing the following should fix the problem:
- Open up the Terminal / Console / command line
- Using the cd directory command, navigate to the directory containing the ErrorChecker app
(alternatively, you can just type cd , and then drag the directory containing the ErrorChecker.app into the Terminal, then press enter)
- Next, use the command:
chmod -R +x ErrorChecker.app
...to allow the file to be executed.
I can only presume that the issue with the ship editor not starting is the same as this one. Would anyone care to confirm?
Re: [Tool] FTL Error Checker - v 1.01
Posted: Fri Mar 07, 2014 4:09 am
by xlandar
... i'm confused by your instructions.
i'm really bad with terminal and that sort of thing so i can't figure out how to do it manually.
i downloaded the script, but that doesn't work either.

(it's the same problem as him, just to confirm)
Re: [Tool] FTL Error Checker - v 1.01
Posted: Fri Mar 07, 2014 9:53 am
by TaxiService
That fixed it, karto! : ) Thank you very much.
Oi, do you think EC could check for event loops, in a future update? 'cause, you know, it is said to cause crashes on game starts. : \ And I guess I've been making lots of loops lately.
xlandar: See if this works for you.
https://www.youtube.com/watch?v=2w9HEm2ezwA
Re: [Tool] FTL Error Checker - v 1.01
Posted: Fri Mar 07, 2014 4:01 pm
by kartoFlane
Whew. That's good to know. I was getting kinda concerned with how little information there was to fix the issue... Thanks again for help, Taxi :)
If you don't mind, I'm gonna put a link to your video in Superluminal's FAQ... It's always easier to understand a process via example than it is through written description
It's a shame the script doesn't work, but I wasn't too sure about it, anyway
*shrug*
Regarding event loops, the EC should already be detecting that... It worked when I tried it, although I think there may be some cases it fails to detect.
Re: [Tool] FTL Error Checker - v 1.01
Posted: Sat Mar 08, 2014 6:00 am
by xlandar
Thank you taxi!!! it works now!
