Microsoft explains why Pinball vanished from Windows: “We couldn’t afford to spend days studying the code”
AI-summarised brief · reviewed before publication
Microsoft confirmed that the beloved 3D Pinball game vanished from Windows after the Vista release because engineers could not resolve a hidden bug during the 64‑bit port of Windows XP. Raymond Chen, a veteran Windows developer, explained that the game’s code—originally licensed from Cinematronics’s Full Tilt! Pinball and poorly documented—contained a floating‑point rounding error that caused the ball to fall through the plunger in the 64‑bit build. With millions of lines of code still to migrate and a tight shipping deadline, the team chose to drop the game rather than spend days deciphering the obscure collision logic. Legal restrictions also barred Microsoft from redistributing the title independently, sealing its fate in later Windows versions.
💡 Why It Matters
- · The decision highlights how legacy code without proper documentation can force modern platforms to abandon features, even beloved ones, when time‑critical releases demand swift fixes.