Page 1 of 1

Installer Release x64 crashes in Microsoft.CppCommon.target

PostPosted: 25 Jul 2012 22:15
by queueclimber

Re: Installer Release x64 crashes in Microsoft.CppCommon.target

PostPosted: 26 Jul 2012 13:27
by raspopov
Please trust to error message: "Found a few Shareaza.exe files, you need to leave only one". The simplest way to do this is a clean.cmd run and then rebuild of only ONE target at once.

Re: Installer Release x64 crashes in Microsoft.CppCommon.target

PostPosted: 26 Jul 2012 19:16
by queueclimber
Yeah, that was it.
When checking the directory founding a previous 32-bit build .exe
After deleting the file the Installer was build.
I was a little bit confused because the crash happens at a debug-path.
But the compilersettings from 32-bit were not overtaken.

Is there an easy way for setting up all projects to /o3 /sse3 and debug info with .map file ?
Even when can't debugging, I want to know where it crashes. :)
Under XP there were many errors with lost ( hWnd=??? ) handles and converting
Kilobits to Kilobyte and crashing to Nirvana with ACCESS_VIOLATIONs.
Which means 1000 bytes up and down only ???
in disassembly.
Guessing these are parts of incomplete files.

Thank you.