forked from encounter/decomp-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Repository URL
No response
Game Name
Driver San Francisco
Game Version
Debug Build, Jul 11 2011 DriverNG_ONLINETEST_Devkit.xex
Description
When running the initial analysis with symbols_known: false and the .map file loaded:
...
INFO Not a function @ 3:0x834C42F4
WARN Control flow from 3:0x833D5A08 hit known function 3:0x833D4888 (instruction: 3:0x833D4888)
INFO Not a function @ 3:0x833D5A08
Failed: Overlapping functions 3:0x823101B8-3:0x823101FC -> 3:0x823101D0
ninja: error: rebuilding 'build.ninja': subcommand failed
With symbols_known: true, RUST_BACKTRACE=full and the .map file loaded:
...
INFO Rebuilding relocations and splitting
thread 'main' (8263) panicked at src/util/split.rs:527:22:
internal error: entered unreachable code
stack backtrace:
0: 0x138d622 - <unknown>
1: 0x124c397 - <unknown>
2: 0x138cad5 - <unknown>
3: 0x138c747 - <unknown>
4: 0x13b51e8 - <unknown>
5: 0x13b5169 - <unknown>
6: 0x13b515c - <unknown>
7: 0x124d37b - <unknown>
8: 0x124d3d1 - <unknown>
9: 0x11a9942 - <unknown>
10: 0x1168d28 - <unknown>
11: 0x117dccb - <unknown>
12: 0x117a77b - <unknown>
13: 0x1140c93 - <unknown>
14: 0x1217a13 - <unknown>
Aborted (core dumped)
ninja: error: rebuilding 'build.ninja': subcommand failed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working