mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 15:15:59 +03:00
[GH-ISSUE #25] v1.1.5 linux-x86_64 binary is broken (segfault, missing section headers) #19
Labels
No labels
bug
enhancement
enhancement
notice
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zerogravity#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @terryops on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/NikkeTryHard/zerogravity/issues/25
Problem
The
zerogravity-linux-x86_64binary from the v1.1.5 release segfaults immediately on launch.Details
For comparison, the v1.1.4 binary works fine:
Environment
Looks like the binary may have been built/packaged incorrectly —
missing section headersandshared object(instead ofpie executable) suggest a build issue.v1.1.4 works fine as a workaround.
@NikkeTryHard commented on GitHub (Feb 19, 2026):
Fixed in v1.1.6-beta.1. The root cause was the build script running
objcopy --remove-section,sed -ibinary patching, and UPX compression on the finished binaries — all of which corrupted ELF section headers, changing the binary type frompie executabletoshared objectwithmissing section headers.v1.1.6-beta.1 binaries are clean:
Please test and report back.