[Bug 20591] FIFA 08: crashes when starting a match

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 6 19:27:44 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20591





--- Comment #5 from Bartosz Brachaczek <b.brachaczek at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list