View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003216 | Avdump2 / autocreq | Bug Report | public | 2018-07-08 08:50 | 2018-07-08 08:50 |
Reporter | bond4 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Chrome | OS | Windows | OS Version | 7 and 10 |
Summary | 0003216: Avdump2gui gets stuck because of long file name | ||||
Description | Opened 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 Information | Long 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. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-07-08 08:50 | bond4 | New Issue |