Unable to start Komodo Edit X with Linux Debian

Hi, today i installed Komodo Edit X. Installation was completed but i can’t start it. The “Let’s get started” box appears but there is no content in it and when i close it the program does not open…
We installed Komodo X on another Linux Debian PC there it worked but we couldn’t find out whats wrong.

@TopSecreT looks like there is an issue with the min height of the window.
Are you able to resize the window (clicking on the maximize button or grabbing the edge of the window and make it larger), so you can walk trough the start up settings?

Yes i can resize it but it still has no content so i didn’t add a pic of it. Y scroll is disabled, scrolling at x-axis shows nothing too

@TopSecreT can you maybe look inside your error log (pystderr.log for the file location look here), to see if there is a error causing this and report it back?

What DE are you using?

There’s no issue, this window has min-height. I’ve tested it.

Hello, i have the same problem, i try to install on Mac OSX 10.11.5.
The box “Let’s get started” is open, nothing inside, small height. I close it, but nothing appear and impossible to quit komodo edit. I can force it just width cmd+alt+esc.

Are you able to reproduce it with the nightly?
http://downloads.activestate.com/Komodo/nightly/komodoedit/latest/

Yes, it works with the nightly for me !

pystderr.log:

[2016-06-15 10:16:52,227] [INFO] Startup: Welcome to Komodo Edit 10.0.0 build 17209 (platform linux-x86_64, running on Linux 3.16.0-4-amd64 version #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08))
[2016-06-15 10:16:52,227] [INFO] Startup: /usr/bin/python built on Wed May 11 22:00:36 2016
[2016-06-15 10:16:52,334] [INFO] koInitService: Setting LC_CTYPE to utf-8
[2016-06-15 10:16:52,785] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381
[2016-06-15 10:16:53,110] [ERROR] koProjectService: project_window_data:: getMostRecentWindow did not return a window
[2016-06-15 10:16:53,326] [ERROR] koScintillaSchemeService: Syntax Error loading scheme /home/dabluemel/.komodoedit/10.0/schemes/Meins2.ksf:
Traceback (most recent call last):
  File "/home/dabluemel/Komodo-Edit-10/lib/mozilla/components/koScintillaSchemeService.py", line 121, in _execfile
    execfile(fname, namespace)
  File "/home/dabluemel/.komodoedit/10.0/schemes/Meins2.ksf", line 1
    version 39
             ^
SyntaxError: invalid syntax
[2016-06-15 10:16:53,327] [ERROR] SchemeBase: Unable to load Komodo color scheme: {'userDefined': 1, 'filepath': u'/home/dabluemel/.komodoedit/10.0/schemes/Meins2.ksf'}
[2016-06-15 10:16:53,335] [ERROR] console-logger: TypeError: s is null (2) in chrome://komodo/content/startupWizard/startupWizard.js:214
Traceback (most recent call last):
  File "chrome://komodo/content/startupWizard/startupWizard.js", line 214, in 

[2016-06-15 10:16:53,337] [ERROR] console-logger: TypeError: w is null (2) in chrome://komodo/content/bindings/windows.xml:319
Traceback (most recent call last):
  File "chrome://komodo/content/bindings/windows.xml", line 319, in 

I’ll try the nightly too

Could you share /home/dabluemel/.komodoedit/10.0/schemes/Meins2.ksf?

Sure but i can’t upload it via this post.
I opened it and the only thing in it is the string “version 39”

That’s very strange. You can remove it. It should be a color scheme, but it’s broken. Then try to run Komodo X (not nightly) again.

Yes i did this just at this moment but error is the same.

pystderr.log:

[2016-06-15 12:40:30,248] [INFO] Startup: Welcome to Komodo Edit 10.0.0 build 17209 (platform linux-x86_64, running on Linux 3.16.0-4-amd64 version #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08))
[2016-06-15 12:40:30,248] [INFO] Startup: /usr/bin/python built on Wed May 11 22:00:36 2016
[2016-06-15 12:40:30,287] [INFO] koInitService: Setting LC_CTYPE to utf-8
[2016-06-15 12:40:30,497] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381
[2016-06-15 12:40:30,684] [ERROR] koProjectService: project_window_data:: getMostRecentWindow did not return a window
[2016-06-15 12:40:30,726] [ERROR] console-logger: bad script XDR magic number (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

[2016-06-15 12:40:30,844] [WARNING] koScintillaSchemeService: Upgraded scheme u'Monokai' from version 13 to 15.
[2016-06-15 12:40:30,871] [WARNING] koScintillaSchemeService: Upgraded scheme u'MonokaiPurple' from version 13 to 15.
[2016-06-15 12:40:30,896] [WARNING] koScintillaSchemeService: Upgraded scheme u'Monokai_komodo_theme' from version 13 to 15.
[2016-06-15 12:40:30,912] [WARNING] koScintillaSchemeService: Upgraded scheme u'Solarmodo.ksf' from version 14 to 15.
[2016-06-15 12:40:30,936] [WARNING] koScintillaSchemeService: Upgraded scheme u'Spacemodo-Color-Scheme' from version 13 to 15.
[2016-06-15 12:40:30,959] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-3024-dark' from version 13 to 15.
[2016-06-15 12:40:30,973] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-3024-light' from version 13 to 15.
[2016-06-15 12:40:30,986] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-ashes-dark' from version 13 to 15.
[2016-06-15 12:40:31,000] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-ashes-light' from version 13 to 15.
[2016-06-15 12:40:31,014] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierdune-dark' from version 13 to 15.
[2016-06-15 12:40:31,028] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierdune-light' from version 13 to 15.
[2016-06-15 12:40:31,041] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierforest-dark' from version 13 to 15.
[2016-06-15 12:40:31,055] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierforest-light' from version 13 to 15.
[2016-06-15 12:40:31,069] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierheath-dark' from version 13 to 15.
[2016-06-15 12:40:31,083] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierheath-light' from version 13 to 15.
[2016-06-15 12:40:31,096] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierlakeside-dark' from version 13 to 15.
[2016-06-15 12:40:31,110] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierlakeside-light' from version 13 to 15.
[2016-06-15 12:40:31,125] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierseaside-dark' from version 13 to 15.
[2016-06-15 12:40:31,139] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-atelierseaside-light' from version 13 to 15.
[2016-06-15 12:40:31,153] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-bespin-dark' from version 13 to 15.
[2016-06-15 12:40:31,167] [WARNING] koScintillaSchemeService: Upgraded scheme u'base16-bespin-light' from version 13 to 15.
[2016-06-15 12:40:31,168] [ERROR] koScintillaSchemeService: Syntax Error loading scheme /home/dabluemel/.komodoedit/10.0/schemes/base16-brewer-dark.ksf:
Traceback (most recent call last):
  File "/home/dabluemel/Komodo-Edit-10/lib/mozilla/components/koScintillaSchemeService.py", line 121, in _execfile
    execfile(fname, namespace)
  File "/home/dabluemel/.komodoedit/10.0/schemes/base16-brewer-dark.ksf", line 2
SyntaxError: Non-ASCII character '\xc3' in file /home/dabluemel/.komodoedit/10.0/schemes/base16-brewer-dark.ksf on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
[2016-06-15 12:40:31,169] [ERROR] SchemeBase: Unable to load Komodo color scheme: {'userDefined': 1, 'filepath': u'/home/dabluemel/.komodoedit/10.0/schemes/base16-brewer-dark.ksf'}
[2016-06-15 12:40:31,176] [ERROR] console-logger: TypeError: s is null (2) in chrome://komodo/content/startupWizard/startupWizard.js:214
Traceback (most recent call last):
  File "chrome://komodo/content/startupWizard/startupWizard.js", line 214, in 

[2016-06-15 12:40:31,178] [ERROR] console-logger: TypeError: w is null (2) in chrome://komodo/content/bindings/windows.xml:319
Traceback (most recent call last):
  File "chrome://komodo/content/bindings/windows.xml", line 319, in

Could you rename your schemes folder to schemes.bak and try again? I think that there’s a bug with loading user schemes (when there’s an error, it shouldn’t be critical, but it seems to be a blocker for the wizard)

That’s it! Now it works. tyvm for your help

Aha, gotcha. Thank you, we’ve discovered a bug. Gonna file it! :slight_smile:

1 Like

Note this issue is also addressed here:

http://docs.komodoide.com/Troubleshooting/Common-Komodo-X-Issues#common-komodo-x-issues_let-s-get-started-dialog-doesn-t-load

It has already been fixed in the latest nightly:

http://downloads.activestate.com/Komodo/nightly/komodoide/latest/