Page MenuHomeFeedback Tracker
Feed Advanced Search

May 10 2016

BIS_cooper added a comment to T77361: AddonBuilder error since latest release: "Build failed. Result code=1".

ok, you can use this as logger configuration (just replace, it will log every log there is). log file will be placed along the exe file:

<?xml version="1.0"?>
<log4net>

  <appender name="RollingFile" type="log4net.Appender.RollingFileAppender">
    <file value="AddonBuilder.log" />
    <appendToFile value="true" />
    <maxSizeRollBackups value="2" />
    <layout type="log4net.Layout.PatternLayout">
      <conversionPattern value="%date [%level] %thread: %class.%method - %message%newline" />
    </layout>
  </appender>

  <appender name="Console" type="log4net.Appender.ConsoleAppender">
    <layout type="log4net.Layout.PatternLayout">
      <conversionPattern value="%date [%level] %thread: %class.%method - %message%newline" />
    </layout>
  </appender>
  
  <appender name="StatusAppender" type="AddonBuilder.StatusAppender">
    <layout type="log4net.Layout.PatternLayout">
      <conversionPattern value="%message%newline" />
    </layout>
  </appender>
  
  <root>
    <level value="DEBUG" />
    <appender-ref ref="RollingFile" />
    <appender-ref ref="Console" />
  </root>
  <logger name="user" additivity="true">
    <level value="INFO" />
    <appender-ref ref="StatusAppender" />
  </logger>

</log4net>

May 10 2016, 8:25 AM · Arma 3
BIS_cooper added a comment to T77361: AddonBuilder error since latest release: "Build failed. Result code=1".

please do the following:

  1. download the file I've just posted to directory where the AddonBuilder is installed (default is c:\Program Files (x86)\Steam\SteamApps\common\Arma 3 Tools\)
  2. rename it from logger.xml.txt to logger.xml
  3. run your packing again
  4. AddonBuilder.log will be created in the Tools install directory (so again in c:\Program Files (x86)\Steam\SteamApps\common\Arma 3 Tools\ for default install directory)
  5. upload resulting log here
May 10 2016, 8:25 AM · Arma 3
BIS_cooper added a comment to T77358: Addon Builder: unhandled exception when attempting to build from commandline.

Thanks for the info. It should be fixed now.

May 10 2016, 8:24 AM · Arma 3
BIS_cooper added a comment to T77358: Addon Builder: unhandled exception when attempting to build from commandline.

issue should be solved. we're going to test it internally. thanks for your patience;)

May 10 2016, 8:24 AM · Arma 3
BIS_cooper added a comment to T77207: Addon Builder conflicting with Arma 3.

Sorry for waiting so long for the answer.
Our QA is currently trying to reproduce the issue. I was actually unable to reproduce it. Will keep in touch;)

May 10 2016, 8:21 AM · Arma 3
BIS_cooper added a comment to T77207: Addon Builder conflicting with Arma 3.

QA is not able to reproduce

May 10 2016, 8:21 AM · Arma 3
BIS_cooper added a comment to T77033: AddonBuilder whitelist maximum length too short.

fixed meanwhile

May 10 2016, 8:16 AM · Arma 3
BIS_cooper added a comment to T77033: AddonBuilder whitelist maximum length too short.

thx. closing...

May 10 2016, 8:16 AM · Arma 3
BIS_cooper added a comment to T77033: AddonBuilder whitelist maximum length too short.

hi, I'm not able to reproduce the issue. Since it's a long time ago is it still happenning to you or it was solved meanwhile?

May 10 2016, 8:16 AM · Arma 3