Repository URL
https://codeberg.org/ChloeVZ/sh05-decomp
Game Name
Shadow The Hedgehog
Game Version
USA v0
Description
Potentially related to #108
DTK 1.8.0 (af19c92) through python ./configure.py && RUST_BACKTRACE=full ninja fails with the following output for GUPE8P:
[1/2] SPLIT config/GUPE8P/config.yml
FAILED: build/GUPE8P/config.json
build/tools/dtk dol split config/GUPE8P/config.yml build/GUPE8P
INFO Loading config/GUPE8P/config.yml
INFO Loading and analyzing 1 module (using 1 thread)
INFO Initial analysis completed in 44.916s (found 34026 functions)
INFO Rebuilding relocations and splitting
WARN module{name=main id=0}:tracker: Exception table decoding failed for symbol @etb_8000608C, reason: Action at offset 0x8 goes up to index 24, but table data is only 16 bytes long
WARN module{name=main id=0}:tracker: Exception table decoding failed for symbol @etb_80006094, reason: Invalid action value 24 at offset 0x8
WARN module{name=main id=0}:tracker: Exception table decoding failed for symbol @etb_80006174, reason: Action at offset 0x8 goes up to index 24, but table data is only 16 bytes long
WARN module{name=main id=0}:tracker: Exception table decoding failed for symbol @etb_8000617C, reason: Invalid action value 32 at offset 0x8
thread '<unnamed>' (479047) panicked at src/obj/sections.rs:194:23:
slice index starts at 2956 but ends at 2708
stack backtrace:
0: 0x17903a2 - <unknown>
1: 0x15e436f - <unknown>
2: 0x178fecf - <unknown>
3: 0x1790203 - <unknown>
4: 0x178f90e - <unknown>
5: 0x17b8518 - <unknown>
6: 0x17b8479 - <unknown>
7: 0x17b846c - <unknown>
8: 0x15e540f - <unknown>
9: 0x15e53e6 - <unknown>
10: 0x15e5286 - <unknown>
11: 0x142d611 - <unknown>
12: 0x14dc69c - <unknown>
13: 0x13d8190 - <unknown>
14: 0x157c6a4 - <unknown>
15: 0x16c4685 - <unknown>
16: 0x139e2ee - <unknown>
17: 0x1582aeb - <unknown>
18: 0x16c512b - <unknown>
19: 0x16c4512 - <unknown>
20: 0x16c3ff3 - <unknown>
21: 0x17c2f3f - <unknown>
ninja: error: rebuilding 'build.ninja': subcommand failed
RUST_BACKTRACE=full ./build/tools/dtk -L debug dol split config/GUPE8P/config.yml build/GUPE8P/ > ./log.txt gives this log and the following backtrace:
thread '<unnamed>' (480222) panicked at src/obj/sections.rs:194:23:
slice index starts at 2956 but ends at 2708
stack backtrace:
0: 0x17903a2 - <unknown>
1: 0x15e436f - <unknown>
2: 0x178fecf - <unknown>
3: 0x1790203 - <unknown>
4: 0x178f90e - <unknown>
5: 0x17b8518 - <unknown>
6: 0x17b8479 - <unknown>
7: 0x17b846c - <unknown>
8: 0x15e540f - <unknown>
9: 0x15e53e6 - <unknown>
10: 0x15e5286 - <unknown>
11: 0x142d611 - <unknown>
12: 0x14dc69c - <unknown>
13: 0x13d8190 - <unknown>
14: 0x157c6a4 - <unknown>
15: 0x16c4685 - <unknown>
16: 0x139e2ee - <unknown>
17: 0x1582aeb - <unknown>
18: 0x16c512b - <unknown>
19: 0x16c4512 - <unknown>
20: 0x16c3ff3 - <unknown>
21: 0x17c2f3f - <unknown>
This exact issue has been seen for GUPE8P on both NixOS and Arch Linux, both on the same x64 based machine.
Repository URL
https://codeberg.org/ChloeVZ/sh05-decomp
Game Name
Shadow The Hedgehog
Game Version
USA v0
Description
Potentially related to #108
DTK 1.8.0 (af19c92) through
python ./configure.py && RUST_BACKTRACE=full ninjafails with the following output for GUPE8P:RUST_BACKTRACE=full ./build/tools/dtk -L debug dol split config/GUPE8P/config.yml build/GUPE8P/ > ./log.txtgives this log and the following backtrace:This exact issue has been seen for GUPE8P on both NixOS and Arch Linux, both on the same x64 based machine.