On Thu, Mar 03, 2011 at 07:19:55PM +0800, Wang Lei wrote: > When type C-i to call external editor, i get this error. > > -------------------- > [~]$ conkeror > NS_ERROR_FAILURE: Component returned failure code: 0x80004005 > (NS_ERROR_FAILURE) [nsIServerSocket.init] > spawn_process()@chrome://conkeror/content/spawn-process.js:301 > spawn_and_wait_for_process()@chrome://conkeror/content/spawn-process.js:523 > _do_call()@chrome://conkeror/content/coroutine.js:279 > co_call()@chrome://conkeror/content/coroutine.js:427 > input_handle_keypress()@chrome://conkeror/content/input.js:304 > [~]$ > -------------------- > > Can anyone tell me how to fix it? >
It looks like this error can result if Mozilla can't find a port to bind to for the socket that Conkeror uses to communicate with conkeror-spawn-helper. Maybe something else on the machine is using all of the ports that Mozilla is trying? Or could it be caused by a firewall or some other out of the ordinary network configuration? You could try setting the port manually on line 299 of modules/spawn-process.js. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
