| Rev | Author | Branch | Log Message | Date | SHA |
|---|---|---|---|---|---|
| r25973 | 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 | ||
| master | Update client en_US pot [ci skip] |
3 December, 2025 | |||
| 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 | |||
| master | Crash handler: Always log registers (creating a full .dmp can fail) |
3 December, 2025 |