veeenu / hudhook

A videogame overlay framework written in Rust, supporting DirectX and OpenGL
MIT License
209 stars 30 forks source link

Make UnregisterClassW not panic #135

Closed veeenu closed 1 year ago

veeenu commented 1 year ago

Closes #132

@vars1ty could you please give this branch a spin before I merge it in? If you could please also pipe the logs somewhere and post them that'd be awesome. I couldn't run the program just yet because I'm setting up a VM. I'd prefer not to run foreign software on my host machine. I can

vars1ty commented 1 year ago

Can confirm that this solves it, no more crashes. Logs are just standard debug ones, messy as it's wine with broken colors so I'll exclude them unless they're really needed.

veeenu commented 1 year ago

Messy logs are fine actually! I can clean them up easily but I want to see what error is reported. I'll merge the PR as soon as I manage to carve some time, it's been a hectic week.