| Rev | Author | Branch | Log Message | Date | SHA |
|---|---|---|---|---|---|
| r24086 | 1.7 | Force rebuild |
8 May, 2026 | ||
| 1.7 | Filter WER crash dialogs to fail-fast exceptions only CheckForWerCrash picks up any .dmp file in the private dumps folder and shows a "Security Exception" crash dialog on the next launch. The problem is it doesn't check what kind of exception the dump actually contains - so a C++ exception (like a CEGUI texture load failure, 0xE06D7363) that got dumped by WER would show up as a delayed crash dialog on the next MTA launch, even though the game kept running fine as it wasn't a fatal exception at the time it happened. Now it checks the exception code in the dump and skips anything that isn't a real fail-fast (0xC0000409 / 0xC0000374). This stops irrelevant crash dialogs from appearing on the next launch when no actual crash happened. |
8 May, 2026 | |||
| 1.7 | Crash handler polish (#4867) #### Summary Architectural cleanup and hardening of the Crash Handler. ... |
30 April, 2026 | |||
| 1.7 | Crash handler fixes (#4866) #### Summary • Skip `OutputDebugStringA` when no debugger is attached. ... |
30 April, 2026 | |||
| r24082 | 1.7 | Force rebuild |
8 May, 2026 | ||
| r24081 | 1.7 | Force rebuild |
7 May, 2026 | ||
| r24080 | 1.7 | Update README.md Force rebuild |
5 May, 2026 | ||
| r24079 | 1.7 | Fix dxDrawModel3D bug (it can fail sometimes) introduced by 0c9bfa9 in February |
5 May, 2026 | ||
| 1.7 | Fix hugely popular crash in RpAnimBlendAllocateData (SA 0x000D5F6F) |
5 May, 2026 | |||
| r24077 | 1.7 | Force rebuild Testing the update pipeline after U01 fixes. Build with 2ab6fe0, f345670, 35bdc25, 0f626fe should remain able to extract build with 'force rebuild' without errors. |
3 May, 2026 | ||
| r24076 | 1.7 | Addendum #2 to 2ab6fe0 (Sync up to code review fixes from master) |
3 May, 2026 | ||
| 1.7 | Addendum to 2ab6fe0: Fix file lock issue during updater extract process |
3 May, 2026 | |||
| 1.7 | Force rebuild |
3 May, 2026 | |||
| r24073 | 1.7 | Further improve U01 command-line handoff and temp update path matching |
3 May, 2026 | ||
| r24072 | 1.7 | Further Error U01 fixes after 59428cf & 575040e. This is first and foremost important for 1.6 as we need a reliable aotu-updater when the time to release comes; the class of U01 root causes being addressed here happens right after update from upcache. |
3 May, 2026 | ||
| r24071 | 1.7 | Addendum to 93e6ae8 (Fix build error, only happens on build server due to net include) |
2 May, 2026 |