bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
404 stars 57 forks source link

Unable to open any file #447

Open mnosov622 opened 2 years ago

mnosov622 commented 2 years ago

Priority: Critical

Environment: Windows 10 Build 19043.1348 Version 1904, LazPaint 7.1.6 (64-bit)

Description: Image files are not displayed when clicking "Open..."

Steps to reproduce:

  1. Open LazPaint
  2. Click File -> Open
  3. Specify the path to choose the file from

Actual Result: No files are displayed Expected Result: All supported filetypes should be displayed

https://user-images.githubusercontent.com/73063742/146003317-f52b815e-c51d-4312-bffd-59dfdefaa524.mp4

fredvs commented 2 years ago

Hello.

Very strange, here on Windows 10 64 bit I cannot reproduce it. Did you use the binary from release: https://github.com/bgrabitmap/lazpaint/releases/tag/v7.1.6 or did you compile it by yourself ?

If you used binary from release, what asset ? ( I used lazpaint7.1.6_win64_no_install.zip ).

Did that problem appear after a update of Windows 10 or directly after first installation of LazPaint ?

mnosov622 commented 2 years ago

Hello!

I used the Setup file(32 and 64 bit) from this link https://lazpaint.github.io/

The problem appeared right after installation. However, it opens files from some locations, but not all.

circular17 commented 2 years ago

This could be related to the charset. Do you have examples of paths that are supported and that are not supported? Maybe we can spot the difference.