[Bug 9548] pxtone: Can't save new project files (*.ptcop), or *.pttune

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 2 12:55:03 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9548





--- Comment #2 from Austin English <austinenglish at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list