http://bugs.winehq.org/show_bug.cgi?id=9548
--- Comment #2 from Austin English austinenglish@gmail.com 2007-09-02 12:55:03 --- Apparently pvtoice is appending an asterisk (*) onto the end of the filename when attempting to save the file:
trace:file:RtlDosPathNameToNtPathName_U (L"c:\windows\profiles\austin\My Documents\test.ptvoice*",0x34d788,(nil),(nil)) trace:file:RtlGetFullPathName_U (L"c:\windows\profiles\austin\My Documents\test.ptvoice*" 520 0x34d4fc (nil))
But if the filename is manually typed in, the filename saves properly: trace:file:RtlDosPathNameToNtPathName_U (L"c:\windows\profiles\austin\My Documents\voice2.ptvoice",0x34d788,(nil),(nil)) trace:file:RtlGetFullPathName_U (L"c:\windows\profiles\austin\My Documents\voice2.ptvoice" 520 0x34d4fc (nil))
Somehow, wine needs to account for the * when attempting to save.