where is Corona Editor menu

I use package controll to install corona plugin. but:

  1. not see Corona Editor in menu bar.

  2. not see break point, when right click.

  3. code suggestions, “work like dont work”. --> realy hope it is the first complete on corona editor to do list.

The latest release of Corona Editor that includes the new features like the debugger and the Corona Editor menu is now available via Package Control.  For most, all you need to do is restart Sublime Text to see it.

Hey,

Same problem here. Did install the Corona package into Sublime 2 according to the step-by-step instructions. It says “corona editor installed” but no “Corona Editor” menu in the menu bar.

Restarted sublime text multiple times but the problem still occurs.

What is wrong with it?

We’ll need just a little more info than that to try and help you …

  • Are you on Mac or Windows?
  • What version of that operating system?
  • Did you install Package Control?
  • Are there any messages in the Sublime Text Console that seem relevant? (use View > Show Console in Sublime Text to see the console)
  • Can you install other packages successfully using Package Control?

Same problem here. Just installed the Corona Editor via Package Control and the “Corona Editor” menu does not show. Already tried to close, open, remove, reinstall both Corona plugin and Sublime and nothing.

Running on Windows 8.0, installed thru Package Control.

Only one message of error:  “UnicodeEncodeError: ‘ascii’  codec can’t encode character u ‘\xed’ in position 25: ordinal not in range(128)”

Update: Tried to install manually, same problem…

Update 2: Please find the entire console output below:

ignored packages updated to: [Corona Editor] found 1 files for base name Default.sublime-theme Unloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\snippets.py reloading /C/Users/Letícia/AppData/Roaming/Sublime Text 2/Packages/User/Preferences.sublime-settings theme loaded found 1 files for base name Default.sublime-theme theme loaded ignored packages updated to: [] found 1 files for base name Default.sublime-theme reloading /C/Users/Letícia/AppData/Roaming/Sublime Text 2/Packages/User/Package Control.sublime-settings reloading /C/Users/Letícia/AppData/Roaming/Sublime Text 2/Packages/User/Preferences.sublime-settings theme loaded found 1 files for base name Default.sublime-theme Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\_corona\_utils.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\about.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\about.py", line 17, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\completions.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\completions.py", line 17, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\corona\_docs.py Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\debugger.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\debugger.py", line 32, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\run\_project.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\run\_project.py", line 14, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\snippets.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\snippets.py", line 21, in \<module\> import completions # P2 File ".\completions.py", line 17, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) found 7 files for base name Default.sublime-keymap theme loaded Generating syntax summary

Any new answers on this topic?

I’m also encountering a similar problem - the Corona menu isn’t available in Sublime.

I’m using Win8, Sublime 2.02. Installed using Package Control.

Though the Corona SDK Lua coding is available, for example.

I’m looking into this but haven’t got a fix yet.  The cause of the issue is the accented character in your Windows username which the Corona Editor code isn’t handling correctly (clearly I have a new test case to add).  

Hi Perry, Just to give some more hints. It’s not only the corona editor package that doesn’t work. I tried to install the git package from kemayo and it also doesn’t show on Sublime 2. Using Sublime 3, both packages work. Corona Editor shows all the options and, from what I can see most of the options work properly. However, the Debug options of step into and step over don’t work. The cursor doesn’t move to the next instruction. This is a major pain, because it force us to use print as a debugging tool. The contents of the console while we try to use steps is the following: [lua]START - DEBUGGER -> RUN 2014-01-08 06:42:37.562584 (MainThread): CoronaDebuggerCommand: run 2014-01-08 06:42:37.564587 (MainThread): debugger cmd: [‘C:\Program Files (x86)\Corona Labs\Corona SDK\Corona Simulator.exe’, ‘/singleton’, ‘/no-console’, ‘/debug’, ‘C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua’] 2014-01-08 06:42:37.565587 (MainThread): Socket created 2014-01-08 06:42:37.566587 (MainThread): Socket options set 2014-01-08 06:42:37.567588 (MainThread): Socket bind complete 2014-01-08 06:42:37.568588 (MainThread): Socket now listening 2014-01-08 06:42:37.593394 (Thread-31): Running: [‘C:\Program Files (x86)\Corona Labs\Corona SDK\Corona Simulator.exe’, ‘/singleton’, ‘/no-console’, ‘/debug’, ‘C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua’] 2014-01-08 06:42:37.594395 (Thread-28): Socket about to accept 2014-01-08 06:42:37.962050 (Thread-28): Socket accepted 2014-01-08 06:42:37.963052 (Thread-28): Connected with 127.0.0.1:24963 2014-01-08 06:42:37.964053 (Thread-28): data: 200 OK 2014-01-08 06:42:37.965054 (Thread-28): bpResponse: 202 Paused main.lua 13 2014-01-08 06:42:37.966054 (Thread-28): debugger_status: Paused at line 13 of main.lua 2014-01-08 06:42:37.968057 (Thread-28): dataResponse: 200 OK 74 2014-01-08 06:42:37.970056 (MainThread): showSublimeContext: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua : 13 2014-01-08 06:42:37.971058 (MainThread): activateViewWithFile: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua:13 2014-01-08 06:42:37.976060 (MainThread): coronaBreakpointsSettings: 2014-01-08 06:42:37.977061 (MainThread): breakpoints: {‘C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua’: []} 2014-01-08 06:42:37.981064 (MainThread): view.name: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua 2014-01-08 06:42:37.983065 (MainThread): view.name: C:\Users\José\Documents\GitHub\ShoppingAssistant\config.lua; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua 2014-01-08 06:42:37.985066 (MainThread): view.name: None; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua 2014-01-08 06:42:37.987067 (MainThread): view.name: None; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua 2014-01-08 06:42:37.988068 (MainThread): view.name: None; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua NOW WE START TO TRY AND USE STEP OVER AND INTO, WITH NO RESULT 2014-01-08 06:42:49.757539 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:42:55.725537 (MainThread): CoronaDebuggerCommand: step 2014-01-08 06:42:58.869361 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:05.303004 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:07.272823 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:07.546592 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:07.798786 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:08.936253 (MainThread): CoronaDebuggerCommand: step 2014-01-08 06:43:09.169587 (MainThread): CoronaDebuggerCommand: step 2014-01-08 06:43:09.406682 (MainThread): CoronaDebuggerCommand: step 2014-01-08 06:43:09.640427 (MainThread): CoronaDebuggerCommand: step[/lua] the code I’m trying to debug is this: [lua]----------------------------------------------------------------------------------------- – -- main.lua – ----------------------------------------------------------------------------------------- --local storyboard = require “storyboard” – load scenetemplate.lua --storyboard.gotoScene( “scenetemplate” ) – Add any objects that should appear on all scenes below (e.g. tab bar, hud, etc.): local textObject = display.newText( “Hello World!”, 50, 50, nil, 24 ) textObject:setTextColor( 255,255,255 ) [/lua]

The latest release of Corona Editor that includes the new features like the debugger and the Corona Editor menu is now available via Package Control.  For most, all you need to do is restart Sublime Text to see it.

Hey,

Same problem here. Did install the Corona package into Sublime 2 according to the step-by-step instructions. It says “corona editor installed” but no “Corona Editor” menu in the menu bar.

Restarted sublime text multiple times but the problem still occurs.

What is wrong with it?

We’ll need just a little more info than that to try and help you …

  • Are you on Mac or Windows?
  • What version of that operating system?
  • Did you install Package Control?
  • Are there any messages in the Sublime Text Console that seem relevant? (use View > Show Console in Sublime Text to see the console)
  • Can you install other packages successfully using Package Control?

Same problem here. Just installed the Corona Editor via Package Control and the “Corona Editor” menu does not show. Already tried to close, open, remove, reinstall both Corona plugin and Sublime and nothing.

Running on Windows 8.0, installed thru Package Control.

Only one message of error:  “UnicodeEncodeError: ‘ascii’  codec can’t encode character u ‘\xed’ in position 25: ordinal not in range(128)”

Update: Tried to install manually, same problem…

Update 2: Please find the entire console output below:

ignored packages updated to: [Corona Editor] found 1 files for base name Default.sublime-theme Unloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\snippets.py reloading /C/Users/Letícia/AppData/Roaming/Sublime Text 2/Packages/User/Preferences.sublime-settings theme loaded found 1 files for base name Default.sublime-theme theme loaded ignored packages updated to: [] found 1 files for base name Default.sublime-theme reloading /C/Users/Letícia/AppData/Roaming/Sublime Text 2/Packages/User/Package Control.sublime-settings reloading /C/Users/Letícia/AppData/Roaming/Sublime Text 2/Packages/User/Preferences.sublime-settings theme loaded found 1 files for base name Default.sublime-theme Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\_corona\_utils.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\about.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\about.py", line 17, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\completions.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\completions.py", line 17, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\corona\_docs.py Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\debugger.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\debugger.py", line 32, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\run\_project.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\run\_project.py", line 14, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) Reloading plugin C:\Users\Letícia\AppData\Roaming\Sublime Text 2\Packages\Corona Editor\snippets.py Corona Editor: PACKAGE\_NAME: Corona Editor Traceback (most recent call last): File ".\sublime\_plugin.py", line 62, in reload\_plugin File ".\snippets.py", line 21, in \<module\> import completions # P2 File ".\completions.py", line 17, in \<module\> import \_corona\_utils # P2 File ".\_corona\_utils.py", line 75, in \<module\> Init() File ".\_corona\_utils.py", line 55, in Init debug("PACKAGE\_DIR: " + PACKAGE\_DIR) File ".\_corona\_utils.py", line 31, in debug print("Corona Editor: " + str(arg)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 25: ordinal not in range(128) found 7 files for base name Default.sublime-keymap theme loaded Generating syntax summary

Any new answers on this topic?

I’m also encountering a similar problem - the Corona menu isn’t available in Sublime.

I’m using Win8, Sublime 2.02. Installed using Package Control.

Though the Corona SDK Lua coding is available, for example.

I’m looking into this but haven’t got a fix yet.  The cause of the issue is the accented character in your Windows username which the Corona Editor code isn’t handling correctly (clearly I have a new test case to add).  

Hi Perry, Just to give some more hints. It’s not only the corona editor package that doesn’t work. I tried to install the git package from kemayo and it also doesn’t show on Sublime 2. Using Sublime 3, both packages work. Corona Editor shows all the options and, from what I can see most of the options work properly. However, the Debug options of step into and step over don’t work. The cursor doesn’t move to the next instruction. This is a major pain, because it force us to use print as a debugging tool. The contents of the console while we try to use steps is the following: [lua]START - DEBUGGER -> RUN 2014-01-08 06:42:37.562584 (MainThread): CoronaDebuggerCommand: run 2014-01-08 06:42:37.564587 (MainThread): debugger cmd: [‘C:\Program Files (x86)\Corona Labs\Corona SDK\Corona Simulator.exe’, ‘/singleton’, ‘/no-console’, ‘/debug’, ‘C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua’] 2014-01-08 06:42:37.565587 (MainThread): Socket created 2014-01-08 06:42:37.566587 (MainThread): Socket options set 2014-01-08 06:42:37.567588 (MainThread): Socket bind complete 2014-01-08 06:42:37.568588 (MainThread): Socket now listening 2014-01-08 06:42:37.593394 (Thread-31): Running: [‘C:\Program Files (x86)\Corona Labs\Corona SDK\Corona Simulator.exe’, ‘/singleton’, ‘/no-console’, ‘/debug’, ‘C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua’] 2014-01-08 06:42:37.594395 (Thread-28): Socket about to accept 2014-01-08 06:42:37.962050 (Thread-28): Socket accepted 2014-01-08 06:42:37.963052 (Thread-28): Connected with 127.0.0.1:24963 2014-01-08 06:42:37.964053 (Thread-28): data: 200 OK 2014-01-08 06:42:37.965054 (Thread-28): bpResponse: 202 Paused main.lua 13 2014-01-08 06:42:37.966054 (Thread-28): debugger_status: Paused at line 13 of main.lua 2014-01-08 06:42:37.968057 (Thread-28): dataResponse: 200 OK 74 2014-01-08 06:42:37.970056 (MainThread): showSublimeContext: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua : 13 2014-01-08 06:42:37.971058 (MainThread): activateViewWithFile: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua:13 2014-01-08 06:42:37.976060 (MainThread): coronaBreakpointsSettings: 2014-01-08 06:42:37.977061 (MainThread): breakpoints: {‘C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua’: []} 2014-01-08 06:42:37.981064 (MainThread): view.name: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua 2014-01-08 06:42:37.983065 (MainThread): view.name: C:\Users\José\Documents\GitHub\ShoppingAssistant\config.lua; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua 2014-01-08 06:42:37.985066 (MainThread): view.name: None; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua 2014-01-08 06:42:37.987067 (MainThread): view.name: None; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua 2014-01-08 06:42:37.988068 (MainThread): view.name: None; filename: C:\Users\José\Documents\GitHub\ShoppingAssistant\main.lua NOW WE START TO TRY AND USE STEP OVER AND INTO, WITH NO RESULT 2014-01-08 06:42:49.757539 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:42:55.725537 (MainThread): CoronaDebuggerCommand: step 2014-01-08 06:42:58.869361 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:05.303004 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:07.272823 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:07.546592 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:07.798786 (MainThread): CoronaDebuggerCommand: over 2014-01-08 06:43:08.936253 (MainThread): CoronaDebuggerCommand: step 2014-01-08 06:43:09.169587 (MainThread): CoronaDebuggerCommand: step 2014-01-08 06:43:09.406682 (MainThread): CoronaDebuggerCommand: step 2014-01-08 06:43:09.640427 (MainThread): CoronaDebuggerCommand: step[/lua] the code I’m trying to debug is this: [lua]----------------------------------------------------------------------------------------- – -- main.lua – ----------------------------------------------------------------------------------------- --local storyboard = require “storyboard” – load scenetemplate.lua --storyboard.gotoScene( “scenetemplate” ) – Add any objects that should appear on all scenes below (e.g. tab bar, hud, etc.): local textObject = display.newText( “Hello World!”, 50, 50, nil, 24 ) textObject:setTextColor( 255,255,255 ) [/lua]

I have the same problem was on MS Windows. It turned out that the user is written in Russian. Created by other users in English, install sublime. Voila! Menu appears

I have the same problem was on MS Windows. It turned out that the user is written in Russian. Created by other users in English, install sublime. Voila! Menu appears

Same error with the new Corona Editor 1.5 on Mac OS 10.10 :

Here is the error message : 

snippets exception: [Errno 2] No such file or directory: ‘Packages/Corona Editor/Main.sublime-menu.template’

Corona Editor: Failed to load Snippets menu: Packages/Corona Editor/Main.sublime-menu.template

What is wrong?

Hi,

Same error for me.

plugin init time: 0.175218

loading bindings

loading pointer bindings

found 1 files for base name Default.sublime-theme

snippets exception: [Errno 2] No such file or directory: ‘Packages/Corona Editor/Main.sublime-menu.template’

Corona Editor: Failed to load Snippets menu: Packages/Corona Editor/Main.sublime-menu.template

theme loaded

app ready

New install of Sublime & Corona editor 1.5 OXX Yosemite.

Any help appreciated

Same error here when I updated to the latest version of the Corona Editor (was fine before the upgrade):

snippets exception: [Errno 2] No such file or directory: ‘Packages/Corona Editor/Main.sublime-menu.template’

Corona Editor: Failed to load Snippets menu: Packages/Corona Editor/Main.sublime-menu.template

I’ve verified that the file does indeed exist.