I’m using config files to connect to Perforce. Komodo 11 seems to not be aware of these. My attempts to open a file always result in a “git edit failure” message box. I unchecked Git in the Source Control preferences in an attempt to let Komodo know that I don’t use it to no avail.
-G
careyh
October 23, 2017, 5:05pm
2
@Gewurtzraminer , is there any more to the error? Could you reproduce the issue then check your logs? Help > Troublelshooting > View Log File ? I don’t know what “git edit failure” means. That doesn’t sound like a familiar Git error.
This is appeneded to the log each time I run the Source Code Control: Edit command
[2017-10-23 11:12:39,624] [ERROR] console-logger: TypeError: Components.classes[cid] is undefined (2) in chrome://komodo/content/project/peSCC.js:241
Traceback (most recent call last):
File “chrome://komodo/content/project/peSCC.js”, line 241, in
I don’t know if its related but there’s this as well
[2017-10-23 11:14:10,423] [ERROR] console-logger: bad script XDR magic number (0) in :0
Traceback (most recent call last):
File “”, line 0, in
careyh
October 23, 2017, 6:27pm
4
Can you open the JS console and run the following command, reproduce the issue then grab your logs again?
ko.logging.getLogger('peSCC').setLevel(ko.logging.LOG_DEBUG)
How do I open the console?
careyh
October 23, 2017, 6:30pm
6
OH sorry! View > tabs & Sidebars > Console .
That opened what appears to be a non-interactive window
careyh
October 23, 2017, 6:39pm
8
I assure you that it is :). Why do you think it is not? Have you click in the input field at the bottom beside the >
?
[2017-10-23 11:40:55,417] [DEBUG] peSCC: doCommand cmd_SCCedit
[2017-10-23 11:40:55,421] [DEBUG] peSCC: selected for scc operation [object Object]
[2017-10-23 11:40:55,421] [DEBUG] peSCC: sccType: , urls:
file:///null
[2017-10-23 11:40:55,423] [ERROR] console-logger: TypeError: Components.classes[cid] is undefined (2) in chrome://komodo/content/project/peSCC.js:241
Traceback (most recent call last):
File “chrome://komodo/content/project/peSCC.js”, line 241, in
[2017-10-23 11:41:29,749] [DEBUG] peSCC: doCommand cmd_SCCedit
[2017-10-23 11:41:29,753] [DEBUG] peSCC: selected for scc operation [object Object]
[2017-10-23 11:41:29,753] [DEBUG] peSCC: sccType: , urls:
file:///null
[2017-10-23 11:41:29,756] [ERROR] console-logger: TypeError: Components.classes[cid] is undefined (2) in chrome://komodo/content/project/peSCC.js:241
Traceback (most recent call last):
File “chrome://komodo/content/project/peSCC.js”, line 241, in
careyh
October 23, 2017, 6:50pm
10
Just to be clear, this setup worked in Komodo 10?
careyh
October 23, 2017, 6:54pm
12
Ok could you file a bug for this:
Please make sure to reference this thread, and please elaborate on the first line of your first post:
It does appear that Komodo doesn’t know that your open project is under SCC.