http://bugs.winehq.org/show_bug.cgi?id=4235 mjung(a)iss.tu-darmstadt.de changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.5. |0.9.10. ------- Additional Comments From mjung(a)iss.tu-darmstadt.de 2006-19-03 14:44 ------- The problem is in wine's riched20.dll implementation. As a temporary hotfix, you can set riched20 to `native, builtin' in winecfg (Word 97 comes with a native riched20.dll). If you run Word 97 with a +ntdll,+richedit debug trace you'll see the problem: The file dialog sets the text in the file selection edit control to "" then builds the path by calling the shell namespaceĊ½s IShellFolder::GetDisplayNameOf and appending the text from the edit control. However, riched20 returns "\r\n" while it should return "". -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.