http://bugs.winehq.org/show_bug.cgi?id=31689
Bug #: 31689 Summary: Recent devel versions of WINE report "Not enough memory" on open or save document attempts in MS Office 2003 Product: Wine Version: 1.5.12 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: olelukoie@mail.ru Classification: Unclassified
When using recent versions of wine (beginning from version 1.5.10 at least) with MS Office 2003 on Linux I encounter the problem with opening and saving documents.
The problem is that on any attempt to open or save any document in Word 2003 or Excel 2003 I see an error message stating "Not enough memory" and suggesting to save document. (I've tested only Word and Excel but the same problem could appear in othe Office 2003 apps).
I've made git bisec and it gave me the following:
4d7f510bef0891004bf5f1570148eeaf9ef73ee0 is the first bad commit commit 4d7f510bef0891004bf5f1570148eeaf9ef73ee0 Author: Alexandre Goujon ale.goujon@gmail.com Date: Sat Jul 28 16:14:15 2012 +0200
kernel32: Reimplement GetLogicalDrives using Nt{Open, Query}DirectoryObject.
:040000 040000 9beeb146ebfe6c1ed40103803560b9c06c706f46 e2eebf8851f2cc03521d45a030e8104ada32adc7 M dlls
I've tried to revert this commit and it fixed the problem.
I use Mageia 2 x86_64 Linux.