TheNaeem
TheNaeem
If you can send me a runnable copy of the game somehow I can take a look at it.
> Do you have a discord or somewhere to DM you? What's yours?
You're not accepting friend requests
I know this is late and I apologize, but thanks to @narknon a FF7 mappings is available https://github.com/OutTheShade/Unreal-Mappings-Archive/tree/main/CCFF7R
Compile it in debug mode and attach to your game. Inject the compiled DLL and send where it crashes and the call stack
Can you send it?
You can still get the line it crashes on from the call stack. If you can't, just step through it line by line until it crashes and see where it...
What game is this for?
I'm currently on vacation so I can't do much to help but the problem is very likely to be the patterns of GObjects and/or FNameToString I recommend reversing them yourself...
There's nothing to indicate that it ended up in UE's fnametostring. If you look at the code of the dumper it calls the function pointer which points to what should...