Constantine Bytensky
Constantine Bytensky
I created a custom ld script that makes elf64 binary smaller. It is possible to add this script to build sequence by creating `build.rs` file: ``` fn main() { println!("cargo:rustc-link-arg=-Wl,-T,elf64-min.ld");...
Game crashes after few seconds attached savefile loaded. v0.9.5 Savefile: [49.sav.zip](https://github.com/Return-To-The-Roots/s25client/files/8831458/49.sav.zip) Figured out that it happens on particular fishery where fisher looks like he tries to get fish from exact...
Piece of log: ``` 2021-12-23 12:52:27.173 [INF] PROT: IBD finished (interrupted) 2021-12-23 12:52:27.173 [ERR] PROT: error from HandleRelayInvs: got invalid block header bd019ffc367f3d0bcd3a59c29dbb60eec51fb7d67afdf7536081ddfadc755562 during IBD: block pruning point of 72c509ab8e29881a14c7eb56ce8868c83e9c5b934edff2b0985485efcdce271d...
How to reproduce: ``` ./kaspactl --json '{"getBlocksRequest":{"lowHash":"", "includeBlocks": true, "includeTransactions": false}}' ``` KaspaD v0.11.8.
I made a projet that produces 159-bytes ELF64 AMD64 binary: https://github.com/cbytensky/hello_syscall