View Issue Details

IDProjectCategoryView StatusLast Update
0003216Avdump2 / autocreq Bug Reportpublic2018-07-08 08:50
Reporterbond4 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformChromeOSWindowsOS Version7 and 10
Summary0003216: Avdump2gui gets stuck because of long file name
DescriptionOpened a folder and it loaded list of files. Pressed start and it didn't show any progress.
Error file:

<?xml version="1.0" encoding="utf-8"?>
<System.IO.PathTooLongException>
  <Message>The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.</Message>
  <StackTrace>
    <Frame>at System.IO.Path.SafeSetStackPointerValue(Char* buffer, Int32 index, Char value)</Frame>
    <Frame>at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)</Frame>
    <Frame>at System.IO.Path.GetFullPath(String path)</Frame>
    <Frame>at AVDump2CL.CL.<GetFiles>b__4e(String ldPath)</Frame>
    <Frame>at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()</Frame>
    <Frame>at AVDump2CL.CL.GetFiles(List`1 mediaLst, SearchOption searchOption, HashSet`1 validExtensions, Int64& totalBytes)</Frame>
    <Frame>at AVDump2CL.CL.ProcessMedia(List`1 mediaLst)</Frame>
    <Frame>at AVDump2CL.CL.Main(String[] args)</Frame>
  </StackTrace>
</System.IO.PathTooLongException>
Additional InformationLong file name check can be disabled with "\\?\\" prefix which is probably described somewhere in MSDN.
Or use Pri.Longpath from github instead of System.IO.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-07-08 08:50 bond4 New Issue