Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi 2010/XE Out of Stack Space error on bds:/default.htm

I get an 'Out of Stack Space' fatal error each time i try to run Delphi 2010/XE after i have cleaned/erease the temp IE/index files with a shell tool i have (SpeedCommander). Look like the tool makes a deep clean of the IE temp or index files that later hinder the opening of the Delphi Welcome Page (bds:/default.htm). To be able to run Delphi again i need to surf a great lot with IE or Firefox, may be to restablished the index files(???) - or reinstall Delphi. What's about it? (OS: Windows SP3)

like image 278
volvox Avatar asked Dec 07 '10 21:12

volvox


1 Answers

I had the same isse very annoying

I look into C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin

I found EnableIDEUpdateCheck.reg

I opened to see registry key DELPHI XE 2 USE [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Embarcadero\BDS\9.0\ ....

I found into the registry

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Embarcadero\BDS\9.0\Known IDE Packages

startpageide160.bpl ( this is the start page package used to load well come)

I suggest to avoid the start page loading, so i went into the

C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin

I renamend the bpl from startpageide160.bpl to startpageide160_NOLOAD.bpl

I clicked on the Delphi XE2 icon it works fine ...

like image 84
Stefano Carfagna Avatar answered Nov 02 '22 11:11

Stefano Carfagna