XE2 Update 4 - mtbcc32 exitted with code 1

TwineCompile - Cut C++Builder compile times by up to 50x!
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

XE2 Update 4 - mtbcc32 exitted with code 1

Post 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!
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post 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?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post 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...
Attachments
madexcept.zip
(4.68 KiB) Downloaded 1661 times
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post 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.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post by TKrauss »

I tried again, but they are crashing with the same call stack in madExcept...
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post by jomitech »

If you run with administrator rights, does it succeed?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post by TKrauss »

The madexcept logs are under admin rights.

Under normal user rights there is no output in console...
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post 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?
jomitech
Site Admin
Posts: 2153
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post 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.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 Update 4 - mtbcc32 exitted with code 1

Post 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...
Post Reply