This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: IS2013SP1 crashes with Error 28 Out of Stack Space
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 16, 2013
02:34 PM
IS2013SP1 crashes with Error 28 Out of Stack Space
Hi,
I created an Install Shield 2013 SP1 Install Script project which builds fine on my local Windows 7 workstaion. However, when I try and build that same exact project on our Server 2012 Standard "TFS 2012 Update 4" build machine using either the Stand Alone Build (SAB) or IDE version of Install Shield 2013 SP1 I run into a problem where Install Shield crashes with an "Error 28: Out of Stack Space." I checked to make sure all of my Install Shield project files were writable (not read-only) because I've run into problems in the past where TFS made files read-only which caused Install Shield to crash, but that didn't help solve this crashing problem. Our build machine appears to have plenty of memory (4GB) and disk space available (100GB). We don't have any anti-virus software running on our build machine. My Install Shield project is fairly complicated with a lot of custom dialogs and Install Script functions, but I tried creating just a real simple "Hello World" type Install Script project but when I try and build that it also causes Install Shield to crash on our build machine with the same error.
Does anyone have any other ideas or suggestions to try to troubleshoot this problem?
Thanks,
Greg
Unknown exception.
File : C:\Apps\InstallShield2013ProfessionalComp\System\isdev.exe
Version : 20.0.0.496
Exception : c015000f
Address : 779cdbbf
Access Type :
Access Address : 00000000
Registers : EAX=0018fb70 CS=0023 EIP=779cdbbf EFLGS=00000246
: EBX=00000000 SS=002b ESP=0018fb60 EBP=0018fbc8
: ECX=00000001 DS=002b ESI=00706ac8 FS=0053
: EDX=17c5b1cd ES=002b EDI=00706a68 GS=002b
Stack Trace : 75dd281b 73dcc437 75b677d8 75b678cb
: 75b6bd11 75b6bd39 7360b4bc 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
I created an Install Shield 2013 SP1 Install Script project which builds fine on my local Windows 7 workstaion. However, when I try and build that same exact project on our Server 2012 Standard "TFS 2012 Update 4" build machine using either the Stand Alone Build (SAB) or IDE version of Install Shield 2013 SP1 I run into a problem where Install Shield crashes with an "Error 28: Out of Stack Space." I checked to make sure all of my Install Shield project files were writable (not read-only) because I've run into problems in the past where TFS made files read-only which caused Install Shield to crash, but that didn't help solve this crashing problem. Our build machine appears to have plenty of memory (4GB) and disk space available (100GB). We don't have any anti-virus software running on our build machine. My Install Shield project is fairly complicated with a lot of custom dialogs and Install Script functions, but I tried creating just a real simple "Hello World" type Install Script project but when I try and build that it also causes Install Shield to crash on our build machine with the same error.
Does anyone have any other ideas or suggestions to try to troubleshoot this problem?
Thanks,
Greg
Unknown exception.
File : C:\Apps\InstallShield2013ProfessionalComp\System\isdev.exe
Version : 20.0.0.496
Exception : c015000f
Address : 779cdbbf
Access Type :
Access Address : 00000000
Registers : EAX=0018fb70 CS=0023 EIP=779cdbbf EFLGS=00000246
: EBX=00000000 SS=002b ESP=0018fb60 EBP=0018fbc8
: ECX=00000001 DS=002b ESI=00706ac8 FS=0053
: EDX=17c5b1cd ES=002b EDI=00706a68 GS=002b
Stack Trace : 75dd281b 73dcc437 75b677d8 75b678cb
: 75b6bd11 75b6bd39 7360b4bc 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
: 00000000 00000000 00000000 00000000
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 16, 2013
06:08 PM
I discovered Install Shield is crashing when it tries to do .NET dependency scanning and I was able to work around the problem by turning that feature off during build -- set the "Organization -> Components -> .NET Settings -> .NET Scan at Build" option to None.
--Greg
--Greg
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 02, 2014
12:40 AM
In my project the organization->component->.net settins is None only but still my problem not yet resolved