Deji69 / Croupier

Live roulette spin generator for Hitman 3
GNU General Public License v3.0
3 stars 1 forks source link

[Mod] Crashes on steam/linux (?) due to mission planning Winhttp hook #10

Open Deji69 opened 9 months ago

Deji69 commented 9 months ago

https://github.com/Deji69/Croupier/blob/3e729228a9941257e53385152539044b8364b372/mod/src/Croupier.cpp#L2426-L2437

This code will cause access violations on certain installs, presumably due to a different memory layout on Steam or Linux (through Proton).

Deji69 commented 8 months ago

https://github.com/Deji69/Croupier/blob/e340634a0df49e855edd66ff6a8d1985161a92d0/mod/src/Croupier.cpp#L1071-L1094

Code improved to be much less hacky, though this does not resolve the issue.