[Resolved] Problem: Sublime Text 2 and Corona build 894

Hi there,

I installed the latest daily build (894) on my Mac but when using the CMD + B option in Sublime Text 2, I get the following error:

[Errno 2] No such file or directory
[cmd: [u’/Applications/CoronaSDK/simulator’, u’main.lua’]]
[dir: /Users/MYUSERNAME/Library/Application Support/Sublime Text 2/Packages/User]
[path: /usr/bin:/bin:/usr/sbin:/sbin]
[Finished]

This worked perfectly with older Corona builds but with the latest one I am struggling. Is anyone else using the same setup like me and could give me a hint, e.g. the setting of your Sublime build file? Mine is:

{
“cmd”: ["/Applications/CoronaSDK/simulator", “main.lua”]
}

Any help is welcome.

Thanks,
Jens [import]uid: 101883 topic_id: 30577 reply_id: 330577[/import]

SOLVED

If anyone is interested, the following works for me know after I did some try&error runs:

{
“cmd”: ["/Applications/CoronaSDK/Corona Terminal","$file_path"],
“selector”: “source.lua”
} [import]uid: 101883 topic_id: 30577 reply_id: 122503[/import]

@heftyApps ,

Hey, thank you so much for posting the problem and better yet, posting also the solution.

It did help me as well!
Cheers,
Rodrigo. [import]uid: 89165 topic_id: 30577 reply_id: 122504[/import]

Thanks very much for posting this. It helped me, too. [import]uid: 9422 topic_id: 30577 reply_id: 122539[/import]

+1 - Posting a solution is always a *huge* help, thank you :slight_smile:

Marking as resolved! [import]uid: 52491 topic_id: 30577 reply_id: 122559[/import]

SOLVED

If anyone is interested, the following works for me know after I did some try&error runs:

{
“cmd”: ["/Applications/CoronaSDK/Corona Terminal","$file_path"],
“selector”: “source.lua”
} [import]uid: 101883 topic_id: 30577 reply_id: 122503[/import]

@heftyApps ,

Hey, thank you so much for posting the problem and better yet, posting also the solution.

It did help me as well!
Cheers,
Rodrigo. [import]uid: 89165 topic_id: 30577 reply_id: 122504[/import]

Thanks very much for posting this. It helped me, too. [import]uid: 9422 topic_id: 30577 reply_id: 122539[/import]

+1 - Posting a solution is always a *huge* help, thank you :slight_smile:

Marking as resolved! [import]uid: 52491 topic_id: 30577 reply_id: 122559[/import]