Software 42294 Published by

Wine Staging 1.9.7 has been released



Today we released Wine Staging 1.9.7. This version contains improvements for shell32, Video For Windows and several smaller fixes.

When you are using a software which displays a file list, for example a file manager or CD burning software, then chances are high that this program makes use of shell32. This component is mainly used by the Explorer on Windows and provides functions to iterate through the file system, to display the typical right click menu (copy, cut, paste, ...) as well as the property dialogs for folders and files. The implementation in Wine is still work in progress and lacks some fundamental features. In this release we fixed a bug that files couldn't be copied and added support for pasting files/folders into a selected folder (using the right click menu on a folder). We also improved support for moving files (cut, paste), so far the original file was not deleted after the copy progress finished.

This release also contains various multimedia related improvements. Several bugs have been fixed in Video For Windows (VFW), the predecessor of Direct Show. This API is mostly used by older games to display intro videos or cut sequences. We also fixed a bug in the Media Foundation API (the successor of Direct Show) which caused Origin to crash after the installation of a game has finished.

As usual there were also many other small fixes which are included in the list below.

Enable the correct dialog owner in DIALOG_DoDialogBox (mIRC, Wine Bug #40282)
Implement support for converting 16 bit depth to 24 bit in msvidc32 (Lifeforce demo, Wine Bug #14695)
Allow 320x240 as supported resolution in desktop mode (Wine Bug #32979)
Fix implementation of ICGetDisplayFormat (Zak McKracken - Between Time and Space, Wine Bug #23175)
Handle stack guard pages on x86_64 (MSYS)
Improve compatibility of IMILBitmapSource interface (.NET 3.5, Wine Bug #34764)
Fix IStream::Read() return value for partial reads
Implement image hash verification in WinVerifyTrust
Implement oleaut32.OleLoadPictureFile (GoodSync)
Fix return value of RegNotifyChangeKeyValue for pending events (.NET 2, Wine Bug #39863)
Add support for paste in item context menu (Total Commander, Wine Bug #34319)
Fix implementation of cut file operation (Total Commander, Wine Bug #34322)
Recognize cut/copy/paste verb strings in context menus (Total Commander, Wine Bug #34321)
Add 'New' context menu handler registry entry for directories (CDBurnerXP, Wine Bug #29523)
Add implementation for fsutil.exe hardlink command (FINDDUPE, Wine Bug #22749)
Add stub for ntoskrnl.IoGetDeviceAttachmentBaseRef
Return stub interface from mf.MFCreateMediaSession (Origin, Wine Bug #39367)
  Wine Staging 1.9.7 released