http://bugs.winehq.org/show_bug.cgi?id=20591
--- Comment #5 from Bartosz Brachaczek b.brachaczek@gmail.com 2009-11-06 19:27:44 --- I think that it might be a bug in Mesa, not in Wine. I thought that this "Params exhasted" message is interesting so I looked at source code of r300VertexProgUpdateParams() function in Mesa DRI r300 driver and found this code:
if (vp->code.constants.Count * 4 > VSF_MAX_FRAGMENT_LENGTH) { /* Should have checked this earlier... */ fprintf(stderr, "%s:Params exhausted\n", __FUNCTION__); _mesa_exit(-1); }
If someone with different GPU is able to run FIFA 08 successfully (I cannot test), then it's definitely a bug in Mesa.