Maybe we also need the image path
This commit is contained in:
parent
e5648eae9d
commit
c85b0096a2
1 changed files with 1 additions and 0 deletions
|
|
@ -501,6 +501,7 @@ void I_AddMinidumpCallstack(const FString& minidumpFilename, FString& text, FStr
|
|||
if (FAILED(result))
|
||||
return;
|
||||
|
||||
symbols->AppendImagePathWide(GetExePath().c_str());
|
||||
symbols->AppendSymbolPathWide(GetExePath().c_str());
|
||||
|
||||
result = client->OpenDumpFileWide(minidumpFilename.WideString().c_str(), 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue