ThePacielloGroup / CCAe

The Colour Contrast Analyser (CCA) helps you determine the legibility of text and the contrast of visual elements, such as graphical controls and visual indicators.
http://www.paciellogroup.com/resources/contrastanalyser/
GNU General Public License v3.0
475 stars 106 forks source link

Broken executables after local build process on Windows 10 #245

Closed patrickhlauke closed 2 years ago

patrickhlauke commented 2 years ago

Describe the bug Trying to build a local version of the master branch on Windows 10, did a clean npm install, then npm run dist. Ran the installers. But after install, the executable won't start.

Trying to launch from command line, or doing a simple npm run start, I see

[11864:0516/165921.842:ERROR:broker_win.cc(56)] Error reading broker pipe: The pipe has been ended. (0x6D)

Desktop (please complete the following information):

ferllings commented 2 years ago

Thanks for the report. This bug is blocking me from releasing :( Some people have it, some don't. I can't reproduce it myself.

ferllings commented 2 years ago

Fixed in 759172781171147c1d2f327317afaa5d1b6e0a08

patrickhlauke commented 2 years ago

confirming that executables generated on windows with npm run build work correctly