Rev Author Branch Log Message Date SHA
r25973
Avatar Dutchman101
master Fix SA crash at 0x00897C28 (dump name wrongly identifies it as 0x003F0090), likely 'caused' by VS2026 but a latent stack offsets bug since its introduction (736660bf2).
Theory: VS2026 changed changed how inline assembly works. Probably something with different stack alignment, optimization choices, register allocation, calling convention optimizations, or code generation. (This can all be relevant to spot similar bugs manifesting now across hooks).
The broken, now patched, assembly code was reading stack values from wrong offsets, and while the old compiler's code generation might have accidentally put "harmless" values at those wrong locations, the new compiler's different stack layout or register usage puts critical values (like 0xC97C28 - the address of _RwD3DDevice) at those locations.
...
3 December, 2025
Avatar Pot Bot
master Update client en_US pot
[ci skip]
3 December, 2025
Avatar Omar
master Add ability to remove all domains (#4465)
• Add ability to remove all domains
• Fix conflict mistakes & improve button styling to match the others
...
3 December, 2025
Avatar Dutchman101
master Crash handler: Always log registers (creating a full .dmp can fail)
3 December, 2025