-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello, I'm using the i686 runner to ensure my program runs compatiblely on both Windows x86 and Windows ARM platforms after packaging.
I compiled a wrappe that supports i686-pc-windows-msvc, but it crashed during packaging.
wrappe-i686.exe -l
available runners:
i686-pc-windows-msvc (default)
x86_64-pc-windows-msvc
wrappe-i686.exe -u ./AppDir ./AppDir/test.exe test-wrappe.exe -r i686-pc-windows-msvc
wrappe 1.0.4 (55c98a6)
[1/4] π counting contents of AppDirβ¦
[2/4] π writing runner test-wrappe.exe for target i686-pc-windows-msvcβ¦
The application panicked (crashed).
Message: slice index starts at 720 but ends at 0
Location: ***\editpe-0.2.1\src\image.rs:584
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
ββββββββββββββββββββββββββββββββββ BACKTRACE βββββββββββββββββββββββββββββββββββ
1: BaseThreadInitThunk
at <unknown source file>
2: RtlGetAppContainerNamedObjectPath
at <unknown source file>
3: RtlGetAppContainerNamedObjectPath
at <unknown source file>
Everything works fine when using x86_64-pc-windows-msvc as the runner.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working