http://bugs.winehq.org/show_bug.cgi?id=15454
Summary: Wine cannot handle directories that contain a trailing period Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nodisgod@yahoo.com
With current Git (wine-1.1.5-207-gc425c8a), if I try to run any executable for which one of the directory components of the executable path contains a trailing period, Wine cannot find the executable and fails:
andrew@andrew-desktop:~/.wine/drive_c/test./test$ wine test.exe Warning: could not find DOS drive for current working directory '/home/andrew/.wine/drive_c/test./test', starting in the Windows directory. wine: could not load L"C:\windows\system32\test.exe": Module not found
http://bugs.winehq.org/show_bug.cgi?id=15454
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |1.1.5
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-28 22:38:49 --- The use of CVs/GIT is deprecated, specify a real Wine version instead. If not sure run 'wine --version'.
http://bugs.winehq.org/show_bug.cgi?id=15454
Andrey Turkin andrey.turkin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.turkin@gmail.com
--- Comment #2 from Andrey Turkin andrey.turkin@gmail.com 2008-09-29 14:23:12 --- Well, such names sort of illegal in windows (try creating directory or file named test. in Windows - you will fail because Windows strip trailing blanks and dots from filenames), and Wine follows Windows behavior so it cannot use such names too.
http://bugs.winehq.org/show_bug.cgi?id=15454
--- Comment #3 from Austin English austinenglish@gmail.com 2008-09-29 15:05:17 --- (In reply to comment #2)
Well, such names sort of illegal in windows (try creating directory or file named test. in Windows - you will fail because Windows strip trailing blanks and dots from filenames), and Wine follows Windows behavior so it cannot use such names too.
Though we might be able to workaround it somehow. Alexandre would know better...
http://bugs.winehq.org/show_bug.cgi?id=15454
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2008-09-30 09:01:18 --- Closing won't fix. As indicated this name is illegal in windows.
http://bugs.winehq.org/show_bug.cgi?id=15454
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from James Hawkins truiken@gmail.com 2008-09-30 10:45:56 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=15454
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |t.artem@mailcity.com
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2013-09-16 16:20:17 CDT --- *** Bug 34535 has been marked as a duplicate of this bug. ***