http://bugs.winehq.org/show_bug.cgi?id=13681
--- Comment #3 from Serhiy lisovenko.s@gmail.com 2008-06-09 04:35:03 --- The program is Mocrocal Origin it is commercial and i don't know if shareware version is exists. When I trying to save a file using file menu the program reports it can't save it and assums tat disk is overflow. Version of wine is 1.0.0 - rc3 but this problem was in older versions too.
+++++++++++++++++++++++++++++
When I codded some applications for wine (windows applications but using wine for testing in my PC) and combined standard C library fopen with wine file open dialog (PopFileOpenDlg) had error because the dialog returns string like "c:\dir\file" and fopen colud not understand sutch path. Of cause this error didnt appear when code was compiled run under windows.