Board index » delphi » Fix for IDE crash on exit

Fix for IDE crash on exit


2004-11-25 01:00:36 PM
delphi53
Many of Delphi 2005 users noticed that annoying IDE crash on exit. This
problem occurs when Delphi has been installed with Win32 personality alone.
To prevent that crash just go to registry key
"HKEY_CURRENT_USER\Software\Borland\BDS\3.0\Known IDE Assemblies" and remove
value "$(BDS)\Bin\Borland.Studio.StarTeam.dll"
Sakis
 
 

Re:Fix for IDE crash on exit

Sakis writes:
Quote
Many of Delphi 2005 users noticed that annoying IDE crash on exit.
This problem occurs when Delphi has been installed with Win32
personality alone. To prevent that crash just go to registry key
"HKEY_CURRENT_USER\Software\Borland\BDS\3.0\Known IDE Assemblies" and
remove value "$(BDS)\Bin\Borland.Studio.StarTeam.dll"

Sakis
Nope, it happens with the trial and all personalities installed too (at
least on my computer). Anyway, thanks for the fix (haven't tried it
yet, though)
Jan
 

Re:Fix for IDE crash on exit

Jan Mitrovics writes:
Quote

Nope, it happens with the trial and all personalities installed too
(at least on my computer). Anyway, thanks for the fix (haven't tried
it yet, though)
Hmm, but anyway, perhaps this is a fix if you have Win32 only! <g>
--
Kristofer
 

Re:Fix for IDE crash on exit

It works if you have Win32 personality installed only.
Delphi 2005 installer breaks some module dependencies when installs Win32
alone. In that case, deleting "$(BDS)\Bin\Borland.Studio.StarTeam.dll" from
known assemblies branch, fix IDE crash issue.
Sakis