http://bugs.winehq.org/show_bug.cgi?id=19077
Summary: Cannot open/save files in programs compiled with fpc Product: Wine Version: 1.1.24 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: Mitya57@gmail.com
In Lazarus (http://sourceforge.net/projects/lazarus/) and other applications compiled with Windows version of fpc (http://freepascal.org/), unable to open/save any file. Error: Invalid Filename!
http://bugs.winehq.org/show_bug.cgi?id=19077
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=19077
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download, source |
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-06-25 19:23:45 --- Terminal output? Sample program with source?
http://bugs.winehq.org/show_bug.cgi?id=19077
--- Comment #2 from Dmitry Shachnev Mitya57@gmail.com 2009-06-26 00:29:05 --- No. Graphical apps like Lazarus using TOpen and TSave dialogs.
http://bugs.winehq.org/show_bug.cgi?id=19077
--- Comment #3 from Dmitry Shachnev Mitya57@gmail.com 2009-06-28 07:23:46 --- Note: adresses like G:\ or C:\ work correct, but with adresses Desktop, My Documents or /home/user/Desktop/ there is an error.
http://bugs.winehq.org/show_bug.cgi?id=19077
--- Comment #4 from Austin English austinenglish@gmail.com 2010-06-04 15:36:09 --- Can you upload a small demo application (preferably source and binary)?
http://bugs.winehq.org/show_bug.cgi?id=19077
--- Comment #5 from Dmitry Shachnev Mitya57@gmail.com 2010-06-05 03:37:40 --- Created an attachment (id=28575) --> (http://bugs.winehq.org/attachment.cgi?id=28575) Example application. Source and stripped Win32 binary.
http://bugs.winehq.org/show_bug.cgi?id=19077
--- Comment #6 from Andrew Nguyen arethusa26@gmail.com 2010-06-05 04:48:30 --- Neither my system's 7za nor the 7-Zip GUI running on Wine is able to handle the 7z archive you attached. Could you recompress as a ZIP file or other easily readable format? That said, I tested the sample application on wine-1.2-rc2-111-g9aa9a12 by pressing the "Save file" button, selecting My Documents, then specifying "example.txt" as the filename. This seemed to work for me, along with opening the example file with a similar procedure. Is this problem therefore fixed?
http://bugs.winehq.org/show_bug.cgi?id=19077
Dmitry Shachnev Mitya57@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #7 from Dmitry Shachnev Mitya57@gmail.com 2010-06-05 08:21:19 --- If it works for you, so it's not a Wine bug, but a known FPC problem with encodings. FPC uses UTF8 for filenames, but if folder/file in Windows contains ciryllic symbols, it will really try to open another file/folder (when I reported this bug, I didn't know about it). //I have problems with the Internet now, so I can't upload repacked archive.
http://bugs.winehq.org/show_bug.cgi?id=19077
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-08 01:05:35 --- Closing invalid.