Page 1 of 2

XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Thu Mar 01, 2012 4:49 pm
by TKrauss
After installing XE2 Update 4 on my Windows 7 x86 machine as standard user I get following error on every package:

[C++ Error] TCTargetsXE2.targets(446, 5): MSB6006 "mtbcc32" wurde mit Code 1 beendet.

Code: Select all

  <Target Name="TCPerformLink" DependsOnTargets="_ResolveOutput;_CheckLinkDependencies">
    <TCLink
        Condition="'$(TLibLink)'!='true' And ('@(OutputOutOfDate)'!='' Or '$(ForceLink)'=='true')"
        ProjectFileName="$(MSBuildProjectFullPath)"
After clicking it shows the <TCLink line...

What is going wrong there?

Thank you!

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Fri Mar 02, 2012 9:01 am
by jomitech
"mtbcc32 exited with code 1" means that mtbcc32.exe (the TwineCompile C++ compiler executable) failed. Do you get any other errors in the console log?

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Fri Mar 02, 2012 11:55 am
by TKrauss
If I try to compile with jtmake there is following output:

Target MakeObjs:
Target _PasDepCheck:
d:\WPS3\Entwicklungsumgebung\Source\wps3.cbproj wird übersprungen
Compiling C++ files...
Target TCCompile:
C:\Program Files\JomiTech\TwineCompile\mtbcc32.exe -ide2012 -dep -priority
JomiTech TwineCompile 3.3 - Copyright JomiTech 2011. All Rights Reserved.
Compiling 355 files...
Starting executors...
Couldn't compile files. Message: Timeout waiting for executors to start.


With admin rights I get madexcept log. I tried to attach, but txt and log are not allowed extensions?!?
So I zipped the log file...

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Fri Mar 02, 2012 12:10 pm
by jomitech
Are there any mtbcc32CompileExecutor.exe processes running? If there are, kill them, then try again.

Regarding the upload, we only allow zip files to be uploaded.

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Fri Mar 02, 2012 4:52 pm
by TKrauss
I tried again, but they are crashing with the same call stack in madExcept...

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Fri Mar 02, 2012 5:08 pm
by jomitech
If you run with administrator rights, does it succeed?

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Sat Mar 03, 2012 6:18 am
by TKrauss
The madexcept logs are under admin rights.

Under normal user rights there is no output in console...

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Sun Mar 04, 2012 10:56 am
by TKrauss
I now reinstalled Update 3 because I had other problems too..

But there I can't compile too. Same error same logs!

Something is completely wrong in my system. How can I completly remove TwineCompile? Which systemfiles and regkeys do I have to delete manually?

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Mon Mar 05, 2012 8:49 am
by jomitech
Run the TwineCompile un-installer (via Add/Remove programs in Control Panel). It will remove all the TwineCompile files and registry settings.

You can then delete the following items:
- The TwineCompile Program Files directory (usually C:\Program Files (x86)\JomiTech\TwineCompile)
- The TwineCompile Users directory (C:\Users\<User Name>\AppData\Local\TwineCompile)

- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JomiTech\TwineCompile or
- HKEY_LOCAL_MACHINE\SOFTWARE\JomiTech\TwineCompile if you're on a 32-bit OS

- HKEY_CURRENT_USER\Software\JomiTech\TwineCompiler

And finally, there'll be a string value under this key HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\Known IDE Packages\CBuilder\, that references the TwineCompile package - delete the string value.

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Posted: Mon Mar 05, 2012 12:53 pm
by TKrauss
Thank you but this didn't change anything...

Same crash log as administrator!

What can I do now?

I already tried to reinstall CBuilder XE2 too...