decomp-toolkit icon indicating copy to clipboard operation
decomp-toolkit copied to clipboard

[BUG] "Found multiple functions inside a symbol" error when setting up

Open bluisblu opened this issue 4 months ago • 1 comments

Repository URL

https://github.com/bluisblu/cttr

Game Name

Crash Tag Team Racing

Game Version

USA (G9RE7D)

Description

When I try to split the game initially, I get the following error message:

1: Found multiple functions inside a symbol: 3:0x801915A8 and 3:0x801915F4. Check symbols.txt?

I've tried setting the size in symbols.txt to match the size of the function at 0x801915A8 and I get the same message:

unknown_function = .text:0x801915A8; // type:function size:0x148

I've even tried setting the type to object as a workaround, but still the same error.

bluisblu avatar Jul 15 '25 18:07 bluisblu