Errors trying to create language extension

Komodo 9.2/Win7 x64

When I try to use the language extension template, after filling out the form I get these errors:

[Exception… “Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koIFileEx.open]” nsresult: “0x80004005 (NS_ERROR_FAILURE)” location: “JS frame :: chrome://koextgen/content/koextgen_lib.js :: this.writeFile :: line 125” data: no]
arg filename: “G:\Komodo\LScript”\chrome.manifest

[Exception… “Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koIFileEx.open]” nsresult: “0x80004005 (NS_ERROR_FAILURE)” location: “JS frame :: chrome://koextgen/content/koextgen_lib.js :: this.writeFile :: line 125” data: no]
arg filename: “G:\Komodo\LScript”\install.rdf

[Exception… “Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koIFileEx.open]” nsresult: “0x80004005 (NS_ERROR_FAILURE)” location: “JS frame :: chrome://koextgen/content/koextgen_lib.js :: this.writeFile :: line 125” data: no]
arg filename: G:\Komodo\LScript\udl\lscript-mainlex.udl

[Exception… “Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koIFileEx.open]” nsresult: “0x80004005 (NS_ERROR_FAILURE)” location: “JS frame :: chrome://koextgen/content/koextgen_lib.js :: this.writeFile :: line 125” data: no]
arg filename: G:\Komodo\LScript\components\koLScript_UDL_Language.py

I checked the directory where I put the project and there’s only a “.komodotools” directory and the project file, it doesn’t appear to have written the source files. I tried different paths as well as filling only the minimal amount in the form in case something I was adding was breaking it, but that didn’t seem to help. The “chrome://” part in the errors seems suspicious, like it might be trying to run in Chrome (which I do have installed) instead of what it’s supposed to be doing, but maybe that’s normal.

Any ideas?

chrome:// is a specific add-on keyword, it’s not relevant to Chrome (browser). https://developer.mozilla.org/en/docs/Chrome_Registration
About your issue… Please file a bug here: https://github.com/Komodo/KomodoEdit/issues

Tracked here: https://github.com/Komodo/KomodoEdit/issues/514