Encryqed / Dumper-7

Unreal Engine SDK Generator
691 stars 174 forks source link

Palia Dump Crashing (SDK Generator for FN) #161

Closed OS-Void closed 1 month ago

OS-Void commented 3 months ago

Opening an issue as per requested in #130 gitt

Wimberton commented 3 months ago

Agreed with this heavily. Would be a lifesaver for us!

OS-Void commented 3 months ago

Seems like we had a little mishap in our git when it came to the crashing on dump, we are experiencing better results now, our config erroneously swapped us back to Debug configuration at some point.

But since I'm replying here already, I had a side question, when we got a bunch of actors loading and unloading, theres a rare scenario where I've noticed that int32 ChunkIndex = Index / ElementsPerChunk may be a negative number causing the whole game/program to crash.

Temporarily I did: temp (I didn't stick around for the other variable to go negative so I also slapped that in there)

Is this a bad thing to do?

Fischsalat commented 3 months ago

That should be fine as a temporary fix. Did you try freezing the game before injecting?

Wimberton commented 3 months ago

That should be fine as a temporary fix. Did you try freezing the game before injecting?

We have not given that a try. Good idea.