[Bug 28393] WiX Toolset v3.x: light.exe can't find files in deeply-nested directories

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jun 21 10:50:31 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=28393

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Damjan Jovanovic <damjan.jov at gmail.com> ---
Basically if the absolute path length to readme.txt
(Z:\path\to\wineprefix\then\path\to\readme.txt) is 260 (MAX_PATH) characters or
more, dotnet20 fails somewhere and causes this problem.

Exactly the same happens on Windows: a long base path giving an absolute path
length of 256 characters works, but an absolute path length of 267 characters
gives the same error.

'Z:\home\sam\src\wix-test\depth\A\AOL\Aachen\Aaliyah\Aaron\Abbas\Abbasid\Abbott\Abby\Abdul\Abe\Abel\Abelard\Abelson\Aberdeen\Abernathy\Abidjan\Abigail\Abilene\Abner\Abraham\Abram\Abrams\Absalom\Abuja\Abyssinia\readme.txt'
is only 219 characters long, so assuming that was the real path used (and not
something the OP  trimmed it to), maybe there was another path length problem
when this bug was reported, that has been fixed since. If so this should be
RESOLVED FIXED. If not, it should be RESOLVED INVALID.

Given confirmation by 2 other users in 2014 and 2015, I'll assume that paths <
260 characters long (eg. 219 in the OP's case) were a problem back then, and no
longer are. So resolving FIXED. Thank you for your bug report :).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list