http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #8 from Piotr Caban piotr.caban@gmail.com 2012-02-03 06:23:08 CST --- Changes needed to fix this bug are to intrusive for codefreeze, posting a short description of problem: - __pioinfo have different data in msvcrt and msvcr90 - python/blender calls _msize(*__pioinfo) to check whats the size of structure
In order to fix it: - __pioinfo implementation needs to be added to msvcr90, it has big impact on many IO related functions - __pioinfo needs to be changed in a way it allocates it's chunks with malloc