Skip to content

fix: rewrite all .bat files to pure ASCII - fix encoding crash on Win… - #2

Merged
aievolutionpl merged 1 commit into
masterfrom
main
Feb 21, 2026
Merged

fix: rewrite all .bat files to pure ASCII - fix encoding crash on Win…#2
aievolutionpl merged 1 commit into
masterfrom
main

Conversation

@aievolutionpl

Copy link
Copy Markdown
Owner

…dows

install.bat, BUILD_EXE.bat and CREATE_PORTABLE.bat were crashing because cmd.exe could not handle UTF-8 box-drawing characters and emoji (treated as unknown commands). Rewrote all three files using only ASCII characters.

Also fixed:

  • START_VOXFLOW.bat now tries pythonw first, falls back to python (fixes 'pythonw.exe not found' error on some Python installations)
  • install.bat now creates START_VOXFLOW.bat automatically after install

…dows

install.bat, BUILD_EXE.bat and CREATE_PORTABLE.bat were crashing because
cmd.exe could not handle UTF-8 box-drawing characters and emoji (treated as
unknown commands). Rewrote all three files using only ASCII characters.

Also fixed:
- START_VOXFLOW.bat now tries pythonw first, falls back to python
  (fixes 'pythonw.exe not found' error on some Python installations)
- install.bat now creates START_VOXFLOW.bat automatically after install
@aievolutionpl
aievolutionpl merged commit e08df20 into master Feb 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant