http://bugs.winehq.org/show_bug.cgi?id=5675
------- Additional Comments From ivg2@cornell.edu 2006-14-07 18:28 ------- I'll look at all of those next week - in process of moving to NYC.
However, one thing I should make note of is that this code makes use of a stateblock capture feature. Specifically: - begin stateblock - set states to capture [ often with garbage data, since the data is ignored ] - end stateblock - capture states - apply stateblock
This is exactly what caused the first bug breaking NFS:MW (lights-related), and I fixed that one... maybe there's more, and that causes those new crashes. I submitted a framework for testing stateblock behavior to wine-patches yesterday. If accepted, I can add more test coverage which should help us fix some of those issues.