Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Failed in Windows build #2472

Open
roboticsware opened this issue Nov 25, 2023 · 0 comments
Open

Test Failed in Windows build #2472

roboticsware opened this issue Nov 25, 2023 · 0 comments

Comments

@roboticsware
Copy link

What were you trying to do?

make win64

What steps did you take to trigger the issue?

When starting a build by this command, "make win64"

What did you expect to happen?

No build error

What actually happened?

Test filed by text encoding issue

Operating System Version

Windows 10 + Korean language pack

Mu Version

1.2

Other Info

No response

Editor Log

=============================================== short test summary info ===============================================
FAILED tests/test_logic.py::test_read_encoding_default - UnicodeEncodeError: 'cp949' codec can't encode character '\xa0' in position 96: illegal multibyte sequence
========================== 1 failed, 1119 passed, 20 skipped, 7 warnings in 63.80s (0:01:03) ==========================
Traceback (most recent call last):
File "make.py", line 501, in
sys.exit(main(*sys.argv[1:]))
File "make.py", line 497, in main
return function(*args)
File "make.py", line 453, in win64
_build_windows_msi(bitness=64)
File "make.py", line 416, in _build_windows_msi
raise RuntimeError("Check failed")
RuntimeError: Check failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants