http://bugs.winehq.org/show_bug.cgi?id=27636
--- Comment #12 from Michael Curran curran.michaelp@gmail.com 2012-02-24 21:07:10 CST --- Sadly not that easy, no luck with the native override.
Dumping the x files reveals that the program is aborting in the middle of processing this element, aborting at the * and attempt to start processing a new object.
SkinWeights { "Bip01"; 0; -0.000003,*-2.199685,-0.000000,0.0,-0.000000,0.000000,2.199684,0.0,2.199685,-0.000003,0.000000,0.0,0.109992,-0.000005,-1.964378,1.0;; }
The .x file is a total of 212 kb, but Wine is only allocating it 16890 bytes in memory... so unless the compression is awesome, I think it might be running out of allocated space.