I'm trying to run a game application under wine. When I run it, the splash screen comes up fine, but as soon as I hit a key to go past that, I get: Run-time error '372' Failed to load control 'StatusBar' from MSCOMCTL.OCX. Your version of MSCOMCTL.OCX may be outdated. Make sure you are using the version of the control that was provided with your application. I strace'd wine, and verified that wine does appear to be reading the version of Mscomctl.ocx that came with my application. Any suggestions?