Skip to content

require 'zlib' fails with LoadError 14001 on packaged executable #35

@shinokaro

Description

@shinokaro

When packaging a script that calls require 'zlib', the generated EXE fails at runtime with:

LoadError: 14001: The application has failed to start because its side-by-side configuration is incorrect.
…/x64-mingw-ucrt/zlib.so (LoadError)

This indicates that require 'zlib' cannot load the zlib extension in the packaged environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions