http://bugs.winehq.org/show_bug.cgi?id=14415
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2011-09-05 19:35:30 CDT --- Created an attachment (id=36246) --> (http://bugs.winehq.org/attachment.cgi?id=36246) Crash log
Can't test in 1.3.27. There is a crash during the loading. It's attached.
Backtrace shows: =>0 0x7e96f84d DDSD_to_DDSD2+0x1d(in=(nil), out=0x32fb04) [/home/bjesus/programs/wine-git/dlls/ddraw/utils.c:1182] in ddraw (0x0032fa34)
The function DDSD_to_DDSD2 does not handle a nil parameter. Probably it should never receive null as parameter...