The altitude shown on screen turned wrong at 2^63m or higher and kept at -1m or 323m at 2^64m or higher.
45
Chaoshen1
2.5 years ago
The reason of this bug is the long long int overflows at 2^63. 2^63m is about 9,223,372,037Gm(975ly), which is considered very difficult to reach, but It actually could be easy to reach with another bug.
When the actual altitude is over 2^64m, the altitude shown on screen will keep at -1m(before load again) or 323m(after load again)
GENERAL INFO
- Created On: Android
- Game Version: 0.9.913.0
- Planetary System: Juno System
- Planets: 20
- Game Time: 64.0 days
CRAFTS
Name | Location | Part Count | Mass | Altitude | Velocity |
---|---|---|---|---|---|
New | Juno | 13 | 0kg | 22,115.5 Mm | 15.55 km/s |
New | Juno | 4 | 1.03E+6kg | -1 m | 0.0 m/s |
New-3 | Juno | 9 | 9.41E+6kg | 14,413.5 Mm | 26.99 km/s |
1 Comment
Upvotes Disabled
This post is unlisted and upvoting is disabled.
The second craft's altitude is more than 2^64m, but it shows -1m here.