Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

win64 build failed #2523

@roboticsware

Description

@roboticsware

What were you trying to do?

Tried to build win64 Windows version

What steps did you take to trigger the issue?

No response

What did you expect to happen?

No response

What actually happened?

Build failed with logs below:

I pip out: Successfully built mu-editor
I Step 'win.icon-from-png': starting.
I Step 'win.icon-from-png': completed.
I Step 'pup.python-runtime': starting.
C Execution failure: unexpected end of data
C Traceback below:
Traceback (most recent call last):
File "C:\dev\mu\venv-pup\lib\site-packages\pup_main_.py", line 31, in wrapper
exit_code = command_function(*args, **kw)
File "C:\dev\mu\venv-pup\lib\site-packages\pup_main_.py", line 82, in package
return api.package(
File "C:\dev\mu\venv-pup\lib\site-packages\pup\api.py", line 64, in package
dsp.run_pluggable_step(step)
File "C:\dev\mu\venv-pup\lib\site-packages\pup\dispatcher.py", line 79, in run_pluggable_step
return self._invoke_plugin(name)
File "C:\dev\mu\venv-pup\lib\site-packages\pup\dispatcher.py", line 68, in _invoke_plugin
return plugin(self._ctx, self, **kwargs)
File "C:\dev\mu\venv-pup\lib\site-packages\pup\plugins\python_runtime.py", line 66, in call
self._extract_zstd_file(pbs_artifact, pbs_dir)
File "C:\dev\mu\venv-pup\lib\site-packages\pup\plugins\python_runtime.py", line 128, in _extract_zstd_file
tf.extractall(path=target_dir)
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 2241, in extractall
self._extract_one(tarinfo, path, set_attrs=not tarinfo.isdir(),
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 2304, in _extract_one
self._extract_member(tarinfo, os.path.join(path, tarinfo.name),
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 2386, in _extract_member
self.makefile(tarinfo, targetpath)
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 2439, in makefile
copyfileobj(source, target, tarinfo.size, ReadError, bufsize)
File "C:\Users\user.conda\envs\mu\lib\tarfile.py", line 253, in copyfileobj
raise exception("unexpected end of data")
tarfile.ReadError: unexpected end of data
I pup 1.0.0a17 - done
Traceback (most recent call last):
File "make.py", line 502, in
sys.exit(main(*sys.argv[1:]))
File "make.py", line 498, in main
return function(*args)
File "make.py", line 454, in win64
_build_windows_msi(bitness=64)
File "make.py", line 440, in _build_windows_msi
subprocess.check_call(cmd)
File "C:\Users\user.conda\envs\mu\lib\subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['./venv-pup/Scripts/pup.exe', 'package', '--launch-module=mu', '--nice-name=Mu Editor Custom', '--icon-path=./package/icons/win_icon.ico', '--license-path=./LICENSE', '.']' returned non-zero exit status 4294967295.

Operating System Version

win10

Mu Version

1.2.x

Other Info

No response

Editor Log

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions