sacnview icon indicating copy to clipboard operation
sacnview copied to clipboard

Work around a breakpad bug on Windows

Open RichardTea opened this issue 1 year ago • 0 comments

Breakpad updated to Python3 and this appears to have broken Google depot_tools fetch.bat and gclient.bat on Windows. Sadly, updating depot_tools alone was not enough!

Work around the issue by:

  • Move the Windows breakpad setup into a batch file to catch the return code.
  • Manually call the Python script named in the DEPS hook if it fails.
  • Allow the gclient.bat sync call to fail without aborting the build

This workaround can be removed once upstream fixes the issue.

RichardTea avatar May 10 '24 11:05 RichardTea