Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing crashpad_wer.dll in windows platform #1866

Open
etnlGD opened this issue Oct 28, 2024 · 4 comments
Open

Missing crashpad_wer.dll in windows platform #1866

etnlGD opened this issue Oct 28, 2024 · 4 comments

Comments

@etnlGD
Copy link

etnlGD commented Oct 28, 2024

Environment

How do you use Sentry?
Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)

Which version of the SDK?
1.8.0

How did you install the package? (Git-URL, Assetstore)
Git-URL

Which version of Unity?
2020.3.11f1

Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Windows

Steps to Reproduce

Native crash in some win32 thread.

Expected Result

All crashes can be captured.

Actual Result

Crash happened in unity main thread can be captured, but crash that happened in some native win32 thread can't be captured.

Any logs or screenshots

There will be a sentry warning log: crashpad WER handler module not found

Solution

Copy crashpad_wer.dll and crashpad_handler.exe together into the final output directory.

@bitsandfoxes
Copy link
Contributor

Hey @etnlGD, thanks for raising this! We'll see how we can update our build setup to support this.

@bruno-garcia
Copy link
Member

Are these files not part of the game final build?
not sure there's much more we can do other than document that

@bitsandfoxes
Copy link
Contributor

I don't think the WER handler specifically is.

@bruno-garcia
Copy link
Member

is this a new thing we got from bumping sentry native?

I thought WER wasn't a thing before with crashpad?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: No status
Development

No branches or pull requests

3 participants