Delphi XE8 Switch Form/Unit (F12) Crash happens

My Delphi XE8 has happened twice and switched (F12) When forming a Form/Unit graphical interface,Delphi Direct Crash,There will be two Windows records:

source: Application Error
Failed application name: bds.exe
Failure specific model set name 稱: Castalia220.bpl

source: Windows Error Reporting
Event Name: APPCRASH
Problem signature:
P1: bds.exe
P4: Castalia220.bpl


Early solutions,/NOCASTALIA will be added after the shortcut of the program,Use Castalia to avoid problems,But it's really inconvenient to lack Castalia,Later I tried it only needed to “Special project.dproj” File removal specific instructions,Can be solved。

"Solution"
exist “Special project.dproj” about 163 Find the place where you are Label,There will be several subtitles of Excluded_Packages under this tag,Next, just delete and test,It's OK until Delphi no longer Crash。

In terms of the two I've encountered,The following two paragraphs need to be removed separately:

<Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt220.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\MobileWizardExpert220.bpl">Embarcadero Mobile Wizard Help</Excluded_Packages>

"Related Links"

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.