What do you need help with?
Bug report
Installation method
Manual installation / GitHub
Issue area
Build / Packaging
Impact
Blocker - I cannot continue
Unreal Engine version
5.7
Convai Unreal Engine Plugin version
Github Release-> 4.0.0-beta.13
Project setup
Blueprint and C++
Target platform
Windows build
Where does it happen?
Only after packaging
Short summary
Packaged UE 5.7 Shipping build fails to launch on a fresh Windows 11 laptop because convai_http_helper.dll returns Bad Image error 0xc0e90002.
What happened?
The Windows Shipping package builds successfully and runs correctly on the development laptop. However, after copying the complete packaged folder to a fresh Windows 11 laptop, launching InterviewSim.exe immediately fails before the application starts.
Windows displays:
InterviewSim-Win64-Shipping.exe - Bad Image
convai_http_helper.dll is either not designed to run on Windows or it contains an error.
Error status: 0xc0e90002
The x64 Visual C++ Redistributable was installed and the laptop was restarted, but the error remained. SHA-256 hashes of convai_http_helper.dll match on both laptops, so file corruption during transfer has been ruled out.
What did you expect?
The packaged Windows Shipping build should launch successfully on a standard Windows 11 laptop without requiring Unreal Engine, Visual Studio, or a development environment.
The Convai runtime DLLs included in the packaged application should load normally after the standard x64 Visual C++ Redistributable is installed.
Steps to reproduce
- Package the Unreal Engine 5.7 project for Windows 64-bit using Shipping configuration.
- Copy the complete packaged folder to a fresh Windows 11 laptop.
- Install vc_redist.x64.exe from the packaged prerequisites folder and restart the laptop.
- Launch the top-level InterviewSim.exe file.
- Observe that the application fails before startup with a Bad Image error for convai_http_helper.dll and error status 0xc0e90002.
Unreal logs or error messages
Packaging result:
BUILD SUCCESSFUL
AutomationTool ExitCode=0 (Success)
Target: Windows 64-bit
Configuration: Shipping
Windows startup error:
InterviewSim-Win64-Shipping.exe - Bad Image
convai_http_helper.dll is either not designed to run on Windows or it contains an error.
Error status: 0xc0e90002
SHA-256 on both laptops:
8D04E0DE18556014C85760BC876B68ED0A35D384A1E421AB193A82F2BB0643EF
Authenticode result for convai_http_helper.dll:
Status: NotSigned
SignerCertificate: None
Screenshots, recording, logs, or minimal repro
I checked the relevant documentation, resources, and similar forum posts before posting.
on
I confirm that I did not include API keys, tokens, passwords, secrets, private character data, private conversation logs, or customer data.
on




