SnowyMouse/chimera

"chimera_load_ui_map" crashes the game.

Closed this issue · 2 comments

Some recent change has broken this feature.

Curiously, this seems to have been broken ever since the camera shake fix was implemented. Disabling the fix causes it to not crash the game anymore.

Fixed. It seems there was a missing ret instruction, so it just kept going and executing who-knows-what.

For whatever reason, this wasn't a problem until the camera shake fix was implemented, maybe because the function placed in the DLL after it executed and returned without managing to crash the game.

Anyway, fixed in 69938f4