Live data from Hacker News

Why Castrol Honda Superbike crashes on (most) modern systems

seri.tools

1–10 of 36 posts

Re: Why Castrol Honda Superbike crashes on (most) modern systems

#2
> Microsoft has only kept the documentation for the DX8 version of EnumDevices left online

This saddens me. Who knows how much valuable info has been lost. I recall back in the days of MSDN, we had docs back to early Windows, and it was a wonderful historical record. Today's Docs site seems to keep info only for a few versions.

Re: Why Castrol Honda Superbike crashes on (most) modern systems

#3

> Microsoft has only kept the documentation for the DX8 version of EnumDevices left online This saddens me. Who knows how much valuable info has been lost. I recall back in the days of MSDN, we had docs back to early Windows, and it was a wonderful historical record. Today's Docs site seems to keep info only for a few versions.

Another good reason to support independent internet archives

Re: Why Castrol Honda Superbike crashes on (most) modern systems

#4

> Microsoft has only kept the documentation for the DX8 version of EnumDevices left online This saddens me. Who knows how much valuable info has been lost. I recall back in the days of MSDN, we had docs back to early Windows, and it was a wonderful historical record. Today's Docs site seems to keep info only for a few versions.

Why share something which you can sell for exorbitant prices? /s

Re: Why Castrol Honda Superbike crashes on (most) modern systems

#6

> Microsoft has only kept the documentation for the DX8 version of EnumDevices left online This saddens me. Who knows how much valuable info has been lost. I recall back in the days of MSDN, we had docs back to early Windows, and it was a wonderful historical record. Today's Docs site seems to keep info only for a few versions.

Anybody who still has MSDN Library CDs from the 90s, archive them at archive.org NOW!

Re: Why Castrol Honda Superbike crashes on (most) modern systems

#7
Its interesting to see how bad assumptions that almost certainly held up at the time really don't any more and that leads to this bug being exposed. Modern machines have a lot more addressable devices and a failure to properly filter and using a vector ultimately leads to a bug that on the surface feels like since it works on Win98 must be caused by Windows but isn't.

Re: Why Castrol Honda Superbike crashes on (most) modern systems

#10

The cool part of this adventure is that the author was able to write this DLL patch purely in rust! Good testament of how far it has come. Can't wait to see more C code ported to either Golang or Rust!

I chuckled at the callout to Rust9x. Neat to see it pop up randomly.
Post reply on HN