Bug reports will be moved here when the described bug has been fixed
Moderators: Hacker , petermad , Stefan2 , white
Samuel
Power Member
Posts: 1930 Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:
Post
by *Samuel » 2011-10-03, 11:38 UTC
ghisler(Author) wrote: Could this problem be Vista only?
No.
Windows Server 2008 here.
ghisler(Author) wrote: Do you execute any special code to open or close the command line?
Yes, try disabling auto-suggest and auto-append in TC's configuration, then restart TC.
Do you mean?
Here I get the same result as before with this option.
ghisler(Author)
Site Admin
Posts: 50390 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2011-10-03, 21:58 UTC
Yes, I meant AutoComplete=0. Sorry, I have no other idea what may be causing the problem.
Samuel
Power Member
Posts: 1930 Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:
Post
by *Samuel » 2011-10-04, 15:36 UTC
It must be some of the code that is executed / initialized when the command line is shown.
If you have any custom version to test, please let me know.
ghisler(Author)
Site Admin
Posts: 50390 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2011-10-05, 10:23 UTC
It was indeed caused by subclassing for auto-complete - I found out that the control gets subclassed even with AutoComplete=0. I think that I found a solution now (removing the subclass when closing TC).
Samuel
Power Member
Posts: 1930 Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:
Post
by *Samuel » 2011-10-07, 11:38 UTC
Bugfix confirmed in x64 beta 4. (Windows Server 2008)
I wonder why this error wasn't caught by TCs own error handling.
Abyrvalg
Junior Member
Posts: 4 Joined: 2011-09-30, 19:18 UTC
Post
by *Abyrvalg » 2011-10-08, 15:12 UTC
No more crash on exit from TC under Vista x64 with 8.0B4 64 bit version of TC with "Show command line" enabled! Thank you.