Skip to content

Instantly share code, notes, and snippets.

@babobski
Created October 7, 2015 15:22
Show Gist options
  • Save babobski/c09b609fbc001c5d0743 to your computer and use it in GitHub Desktop.
Save babobski/c09b609fbc001c5d0743 to your computer and use it in GitHub Desktop.
error log still running
[2015-10-07 17:11:14,973] [INFO] Startup: Welcome to Komodo Edit 9.3.0 build 16182 (platform win32-x86, running on Windows post2012Server version 6.3.9600)
[2015-10-07 17:11:14,973] [INFO] Startup: C:\Program Files (x86)\ActiveState Komodo Edit 9 nightly\lib\mozilla\komodo.exe built on Mon Oct 05 09:20:54 2015
[2015-10-07 17:11:15,720] [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
[2015-10-07 17:11:15,721] [WARNING] console-logger: Ignoring obsolete chrome registration modifier 'xpcnativewrappers=no'. (1) in file:///C:/Users/Administrator/AppData/Local/ActiveState/KomodoEdit/9.3/XRE/extensions/inspector@mozilla.org/chrome.manifest:16
[2015-10-07 17:11:15,723] [WARNING] console-logger: Ignoring obsolete chrome registration modifier 'xpcnativewrappers=yes'. (1) in jar:file:///C:/Users/Administrator/AppData/Local/ActiveState/KomodoEdit/9.3/XRE/extensions/emmet@chikuyonok.ru.xpi!/chrome.manifest:1
[2015-10-07 17:11:15,871] [WARNING] console-logger: Error in parsing value for 'background-image'. Declaration dropped. (1) in chrome://global/skin/global.css:2413
[2015-10-07 17:11:15,871] [WARNING] console-logger: Error in parsing value for 'background'. Declaration dropped. (1) in chrome://global/skin/global.css:2416
[2015-10-07 17:11:15,891] [WARNING] root: ko.logging has been converted to a CommonJS module; use require("ko/logging") instead (since Komodo 9.0.0a1).
@chrome://komodo/content/komodo.js:48:1
[2015-10-07 17:11:16,697] [WARNING] console-logger: Use of Mutation Events is deprecated. Use MutationObserver instead. (1) in chrome://komodo/content/bindings/scrolltabs.xml:814
[2015-10-07 17:11:16,716] [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 file:///C:/Program%20Files%20(x86)/ActiveState%20Komodo%20Edit%209%20nightly/lib/mozilla/components/koamAddonManager.js:138
[2015-10-07 17:11:16,914] [WARNING] ko.widgets: Could not restore widget FontAwesomeViewbox
[2015-10-07 17:11:17,069] [ERROR] console-logger: TypeError: this.tabbox.selectedPanel is null (2) in chrome://komodo/content/bindings/scrolltabs.xml:899
Traceback (most recent call last):
File "chrome://komodo/content/bindings/scrolltabs.xml", line 899, in
[2015-10-07 17:11:17,094] [ERROR] console-logger: TypeError: this.tabbox.selectedPanel is null (2) in chrome://komodo/content/bindings/scrolltabs.xml:899
Traceback (most recent call last):
File "chrome://komodo/content/bindings/scrolltabs.xml", line 899, in
[2015-10-07 17:11:17,105] [ERROR] console-logger: chrome://komodo/content/quickstart.xml : Unable to run script because scripts are blocked internally. (0) in :0
Traceback (most recent call last):
File "", line 0, in
[2015-10-07 17:11:17,111] [ERROR] console-logger: chrome://komodo/content/quickstart.xml : Unable to run script because scripts are blocked internally. (0) in :0
Traceback (most recent call last):
File "", line 0, in
[2015-10-07 17:11:17,118] [ERROR] console-logger: chrome://komodo/content/quickstart.xml : Unable to run script because scripts are blocked internally. (0) in :0
Traceback (most recent call last):
File "", line 0, in
[2015-10-07 17:11:17,124] [ERROR] console-logger: undefined entity (0) in jar:file:///C:/Program%20Files%20(x86)/ActiveState%20Komodo%20Edit%209%20nightly/lib/mozilla/chrome/komodo.jar!/content/quickstart.xml:65
Traceback (most recent call last):
File "jar:file:///C:/Program%20Files%20(x86)/ActiveState%20Komodo%20Edit%209%20nightly/lib/mozilla/chrome/komodo.jar!/content/quickstart.xml", line 65, in
[2015-10-07 17:11:17,186] [WARNING] root: ko.findresults was already loaded, re-creating it.
[2015-10-07 17:11:18,253] [ERROR] console-logger: TypeError: require(...).getMain(...).ko.skin._loadVirtualStyle is not a function (2) in chrome://console/content/jsconsole/observer.js:3
Traceback (most recent call last):
File "chrome://console/content/jsconsole/observer.js", line 3, in
[2015-10-07 17:11:18,711] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'multiple_caret_area'
[2015-10-07 17:11:18,713] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_4'
[2015-10-07 17:11:18,713] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_5'
[2015-10-07 17:11:18,713] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_2'
[2015-10-07 17:11:18,713] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_3'
[2015-10-07 17:11:18,713] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_1'
[2015-10-07 17:11:18,713] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_change'
[2015-10-07 17:11:18,714] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_local_change'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment