symbolic icon indicating copy to clipboard operation
symbolic copied to clipboard

Issue in UnrealEngine log parsing

Open tdesveaux opened this issue 2 years ago • 3 comments

We see some ERROR_NO_MORE_ITEMS / 0x0 in breadcrumbs and issues for our UE issues. I'm not fluent in rust but I think I managed to track it to this call not parsing the entry correctly (from what I gathered, the breadcrumb is generated from the log file for UE crashes uploaded through the UE CrashReporter). I opened a PR on the rust-anylog to fix it so updating the dependency when merged could fix the issue.

tdesveaux avatar Sep 28 '22 13:09 tdesveaux

Hi, thanks for the report and for fixing the parsing issue. Can you try and see if #695 fixes the problem?

loewenheim avatar Sep 28 '22 16:09 loewenheim

Sorry for the late reply. I don't think I'll have the time to setup a test env for this before some time.

Will this be in the next Sentry release? If so I can confirm if it solves the ERROR_NO_MORE_ITEMS / 0x0 issue when we update to it.

tdesveaux avatar Oct 13 '22 13:10 tdesveaux

It is already in the current symbolic 9.2.1 :)

I'm reopening this until we can confirm that the problem has been fixed.

loewenheim avatar Oct 13 '22 18:10 loewenheim

Had some time and tested. Without the updated dependency: -052][569]LogNiagara: Compiling System NiagaraSystem With the update: Compiling System NiagaraSystem

So not sure my ERROR_NO_MORE_ITEMS / 0x0 is really related but I'm closing this since the log parsing issue is fixed. Thanks!

tdesveaux avatar Oct 19 '22 16:10 tdesveaux