Skip to content

Remove unused WheatyExceptionReport#3384

Open
0blu wants to merge 1 commit intovmangos:developmentfrom
0blu:remove-unused-wheaty-exception-report
Open

Remove unused WheatyExceptionReport#3384
0blu wants to merge 1 commit intovmangos:developmentfrom
0blu:remove-unused-wheaty-exception-report

Conversation

@0blu
Copy link
Copy Markdown
Collaborator

@0blu 0blu commented Apr 28, 2026

🍰 Pullrequest

@0blu
Copy link
Copy Markdown
Collaborator Author

0blu commented Apr 28, 2026

#3386 (comment) @ratkosrb

What does WheatyExceptionReport do?

Very old Windows specific mini-library depending on dbghelp.
Was used to print stacktraces but I believe it never worked on vMangos.

As far as I understand we could do the same with cpptrace by hooking an exception handler at the start of the program.

image

(could also do the same on Linux with signal(SIGSEGV, handler) and signal(SIGABRT, handler))

@0blu
Copy link
Copy Markdown
Collaborator Author

0blu commented Apr 28, 2026

I could also try to reactive it.
It does not print the stacktrace in the console, but rather creates a file in the Crash folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant