http://bugs.winehq.org/show_bug.cgi?id=28246
--- Comment #9 from Piotr Caban piotr.caban@gmail.com 2011-09-06 07:36:43 CDT --- Probably you were using different version of game (are you sure it was not updated?) or you were running it with native msvcr80/msvcp80 dlls.
Mentioned msvcp80 function was never implemented in wine (and it's not easy to implement it).
If you have done everything correctly while bisecting you should be able to test yesterdays fix in the following way: git reset --hard 62a55402596bc40119920935f434f38202f55bbc^ make start the game - it should work
git reset --hard 62a55402596bc40119920935f434f38202f55bbc make start the game - it should crash
git show b7ea63118ae1036b2a28ccbfafb43295362dd92e >fix.patch patch -p1 <fix.patch (I don't know if it will apply cleanly) make start the game - if the fix is correct the game will start
All git/patch/make commands should be executed in wine source top level directory.