Skip to content

PictView thumbnails not rendered for long paths (>260 chars) #31

@0xeb

Description

@0xeb

Split from #24. Image thumbnails are not rendered for files with paths >260 chars on UNC/WSL shares.

Root cause: PictView plugin likely uses CreateFileW/GetFileAttributesW without \?\ prefix, same pattern fixed in #24 for the internal viewer.

Deferred until PictView is added to the CMake build. The fix approach is the same: replace raw Win32 calls with SalLPCreateFile/SalLPGetFileAttributes from widepath.h.

Original report: #24

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions