GUI not responding to mouse

Okay so after about 2-5 hours of working on existing and new scripts I try to remote save one of the new scripts. Upon clicking File->Save As Other->Remote File, the save prompt box does not open and the GUI just disregards the mouse while the keyboard can still type in the file, however upon trying to save or close it just locks up.

I am using Windows Server 2012 x64.

Could you post the contents of your pystderr.log file? This file is located in your profile folder. You should open this file while Komodo is in the “broken” state when the mouse cursor is not visible.

I will next time it does it, most likely tomorrow as I am done working on code for the day. Thanks for the response.

I moved a post to a new topic: Flickering cursor on sidebar

[2014-05-28 09:31:00,854] [DEBUG] places_js: waiting for document complete
[2014-05-28 09:31:01,078] [WARNING] root: ko.findresults was already loaded, re-creating it.

ERROR:xpcom:Unhandled exception calling 'int8 * lint(in nsISomething, out retval nsISomething);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\python\xpcom\server\policy.py", line 300, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\components\koHTMLLinter.py", line 731, in lint
    startCheck)
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\components\koHTMLLinter.py", line 644, in _lint_common_html_request
    newLintResults = UnwrapObject(linter).lint_with_text(request, textSubset)
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\extensions\django_language@ActiveState.com\components\koDjango_UDL_Language.py", line 201, in lint_with_text
    settingsDir = self._getSettingsDir(cwd)
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\extensions\django_language@ActiveState.com\components\koDjango_UDL_Language.py", line 149, in _getSettingsDir
    fileDir = self._walkUpDir(directory)
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\extensions\django_language@ActiveState.com\components\koDjango_UDL_Language.py", line 121, in _walkUpDir
    if self._isSettingsIn(directory):
TypeError: _isSettingsIn() takes exactly 1 argument (2 given)
ERROR:xpcom:Unhandled exception calling 'int8 * lint(in nsISomething, out retval nsISomething);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\python\xpcom\server\policy.py", line 300, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\extensions\django_language@ActiveState.com\components\koDjango_UDL_Language.py", line 192, in lint
    return self._html_linter.lint(request)
  File "<XPCOMObject method 'lint'>", line 3, in lint
Exception: 2147500037 (NS_ERROR_FAILURE)
[2014-05-28 09:31:04,986] [ERROR] koLintService: Unexpected error while linting
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo Edit 8\lib\mozilla\components\koLintService.py", line 600, in run
    results = request.linter.lint(request)
  File "<XPCOMObject method 'lint'>", line 3, in lint
Exception: 2147500037 (NS_ERROR_FAILURE)
[2014-05-28 09:59:25,522] [WARNING] koSFTPConnection: do_authenticateWithPassword:: SSHException: Authentication failed.
[2014-05-28 09:59:25,522] [WARNING] koSFTPConnection: SSH error: Invalid username/password

Seems there is something wrong with your connection. although of course that should not lock up the UI.

Have you verified whether your connection settings are working? I’m wondering whether your connection is invalid to begin with or if it is somehow getting invalidated while editing (such that we can try and reproduce the issue).