UE4SS-RE / RE-UE4SS

Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games
http://docs.ue4ss.com/
MIT License
1.38k stars 188 forks source link

fix: crash dumps are sent to working directory #551

Closed Buckminsterfullerene02 closed 6 months ago

Buckminsterfullerene02 commented 6 months ago

Description

Fixes yet another missed case with #506

Type of change

How Has This Been Tested?

It hasn't, I need someone to test it by forcecrashing the game to make it generate a dump report. Idk how to crash it to generate dmp report, I thought maybe something like dereferencing a null pointer might work but that just crashes with no report.

UE4SS commented 6 months ago

I was able to generate a dmp file by changing the engine version to the wrong one. The file was generated in the <exe-dir>/ue4ss directory.

Buckminsterfullerene02 commented 6 months ago

That's the right place.