akalongman / sublimetext-codeformatter

Code Formatter plugin for ST2/ST3
MIT License
771 stars 131 forks source link

Broken Pipe error #424

Open FrankNoack opened 9 months ago

FrankNoack commented 9 months ago

I had to reinstall ST4 and added the CodeFormatter package but can't get it to work properly as before. I get broken pipe errors when I try to format a PHP file. (JS worked fine).

The PHP is set to win 11 environment path properly and it worked in my previous installation. If I enter the path to PHP7 (C:/xampp/php/php.exe) in the user_settings of CodeFormatter, I still get the same error.

Since it worked before, what is my mistake?

FrankNoack commented 8 months ago

well, turns out that I had to replace the vcruntime140.dll in sublime text folder with a recent versions. That fixed the problem.