Error after commit: no GUI update and crash report after closing window
Created originally on Bitbucket by Anonymous
Here's a crash report of both TortoiseHg 1.1.6.1 and 1.1.7. In both case it happens after doing a commit. The commit window doesn't update itself (the commited files should disappear), and once I close it, I have a crash report window that appears where I can save the error (see below), but strangely this crash report window doesn't contain anything (the textbox is blank and I need to save the file to see what the error is).
I never had that issue with the previous versions. Now I get it all the time (with 1.1.6.1 and now 1.1.7).
{{{ #!python ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues or tortoisehg-discuss@lists.sourceforge.net ** Mercurial version (1.7.2). TortoiseHg version (1.1.7) ** Command: --nofork commit ** CWD: E:\Work ** Extensions loaded: extdiff, eol, purge ** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] ** sys.getwindowsversion(): (5, 1, 2600, 2, 'Service Pack 3') ** Processor architecture: x86 Recoverable runtime error (stderr): Traceback (most recent call last): File "tortoisehg\hgtk\gtklib.pyo", line 1137, in call File "tortoisehg\hgtk\hgcmd.pyo", line 911, in call_callback File "tortoisehg\hgtk\commit.pyo", line 558, in wrapper File "tortoisehg\hgtk\commit.pyo", line 1262, in done File "tortoisehg\hgtk\commit.pyo", line 965, in finish File "tortoisehg\hgtk\commit.pyo", line 902, in callback File "tortoisehg\hgtk\bugtraq.pyo", line 100, in on_commit_finished File "tortoisehg\hgtk\bugtraq.pyo", line 132, in supports_bugtraq2_interface File "tortoisehg\hgtk\bugtraq.pyo", line 78, in get_bugtraq_object File "comtypes\client_init.pyo", line 235, in CreateObject File "comtypes_init_.pyo", line 1145, in CoCreateInstance File "_ctypes/callproc.c", line 925, in GetResult WindowsError: [Error -2147221164] Classe non enregistrée
}}}
{{{
#!python
** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues or tortoisehg-discuss@lists.sourceforge.net
** Mercurial version (1.7.1). TortoiseHg version (1.1.6.1)
** Command: --nofork commit --listfile C:\DOCUME1\ANONYM1\LOCALS~1\Temp\THG68EE.tmp
** CWD: E:\Work\Tests
** Extensions loaded: extdiff, eol, purge
** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
** sys.getwindowsversion(): (5, 1, 2600, 2, 'Service Pack 3')
** Processor architecture: x86
Recoverable runtime error (stderr):
Traceback (most recent call last):
File "tortoisehg\hgtk\gtklib.pyo", line 1137, in call
File "tortoisehg\hgtk\hgcmd.pyo", line 911, in call_callback
File "tortoisehg\hgtk\commit.pyo", line 558, in wrapper
File "tortoisehg\hgtk\commit.pyo", line 1262, in done
File "tortoisehg\hgtk\commit.pyo", line 965, in finish
File "tortoisehg\hgtk\commit.pyo", line 902, in callback
File "tortoisehg\hgtk\bugtraq.pyo", line 100, in on_commit_finished
File "tortoisehg\hgtk\bugtraq.pyo", line 132, in supports_bugtraq2_interface
File "tortoisehg\hgtk\bugtraq.pyo", line 78, in get_bugtraq_object
File "comtypes\client_init.pyo", line 235, in CreateObject
File "comtypes_init_.pyo", line 1145, in CoCreateInstance
File "_ctypes/callproc.c", line 925, in GetResult
WindowsError: [Error -2147221164] Classe non enregistrée
}}}