Page 1 of 1

Run-Time Check Failure #2

Posted: Wed Aug 12, 2015 7:06 pm
by indyrhett
When running our install, some customers are seeing this error:

Microsoft Visual C++ Debug Library
Debug Error!

Program: C:\Windows\SysWOW64\scthost.exe
Module: C:\Windows\SysWOW64\scthost.exe
File:
Run-Time Check Failure #2 - Stack around the variable ‘szTitle1’ was corrupted.

Never seen this problem before - any ideas? We are using XE2 12.4.14

Thanks,

Rhett Price
IndySoft

Re: Run-Time Check Failure #2

Posted: Thu Aug 13, 2015 12:19 pm
by FrancescoT
Dear Rhett,

it's not easy to say what could be the real nature of the error by the only information you shared and without knowing what your installer really does.

Do you install any "Microsoft Visual C++" Runtime?

Regards

Re: Run-Time Check Failure #2

Posted: Thu Aug 13, 2015 7:09 pm
by indyrhett
We don't install any runtimes in the installer. It happens as soon as they run our application - if they choose "ignore" then the install seems to go through fine.

- Rhett

Re: Run-Time Check Failure #2

Posted: Fri Aug 14, 2015 10:30 am
by FrancescoT
Dear Rhett,

I repeat, it's not easy to identify the possible cause of your issue by the only information you shared.

In the specific, the SVCHost is an OS tool used by a large number of system's processes.

Due the fact that you never had this problem before, it could be even possible that the issue has a system cause and just for some reasons, it appears when you try to run your package.

In addition;
- are you able to replicate the error in some way?
- does it happen with some specific target systems only?
- does it happen with some specific machines of a single customer?

Regards