Skip to content

Conversation

@limbonaut
Copy link
Collaborator

@limbonaut limbonaut commented Sep 29, 2025

Copy crashpad_wer.dll to the Windows build output directory after the build completes, and also add it to export dependencies so it's also copied during Godot export process.


Note

Adds crashpad_wer.dll (and PDB) to Windows build artifacts and export dependencies, copying it alongside crashpad_handler.

  • Windows build/export:
    • Add crashpad_wer.dll and crashpad_wer.pdb to build targets and copy steps in modules/sentry-native.SConscript.
    • Include crashpad_wer.dll in Windows export dependencies for both x86_64 and x86_32 in src/manifest.gdextension.
  • Docs:
    • Update CHANGELOG.md to note the added crashpad_wer.dll in Windows builds.

Written by Cursor Bugbot for commit d3da208. This will update automatically on new commits. Configure here.

@limbonaut limbonaut added Build System Bug Something isn't working labels Sep 29, 2025
@limbonaut limbonaut marked this pull request as ready for review September 29, 2025 15:47
@limbonaut limbonaut merged commit 73becd2 into main Sep 30, 2025
47 checks passed
@limbonaut limbonaut deleted the fix/include-crashpad-wer branch September 30, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working Build System

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing crashpad_wer.dll on Windows

3 participants