Localization Dashboard Gather crash

Hello,

I’ve come across an issue where the localization dashboard fails to gather text. This is the crash error I get. I can’t figure out why this is happening and the only suggestion is something to do with enums.

This only seems to be happening in our project, but no hints are being given to what exactly is causing it. I’ve also tried recreating the crash in a new project but have been unable to.

Any suggestions to troubleshoot or debug would be great.

Thanks

link text

1 Like

So we managed to narrow down the issue to an enum in a struct we had made. This struct contained an enum that is defined in the Nvidia DLSS plugin. By removing the enum reference in the DLSS plugin we managed to get the localization dashboard to gather text.

Unfortunately we don’t why this is the case. Also the localization dashboard runtime does not include the DLSS plugin and we are not sure how to include into the process.