http://bugs.winehq.org/show_bug.cgi?id=19317
--- Comment #11 from Sagawa sagawa.aki+winebugs@gmail.com 2013-03-24 03:37:29 CDT --- Created attachment 43999 --> http://bugs.winehq.org/attachment.cgi?id=43999 proposed patch
Could you try this patch?
ENations.exe sets the file offset before calling the second mmioOpen. But our previous implementation resets the file offset in mmioOpen. So mmioDescend was failed.