You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on Windows 11, and my Microsoft Photos app recently got updated to v2024.11090.27004.0. The bug should affect newer versions too
When I search for duplicate/similar images, I can double click and it would open the image
With the Microsoft Photos app update, if the path contains a special/chinese/japanese character, it won't open anymore
For example, I have two similar images
C:\test\1.jpg
C:\test α\2.jpg
When I double click on "1.jpg", it will launch with Microsoft Photos
But when I double click on "2.jpg", nothing happens
Before the Microsoft Photos app update, czkawka_gui was able to open both "1.jpg" and "2.jpg"
I've tried using czkawka_gui 7.0.0 and 8.0.0, and the issue applies to both versions
I also tried downloading the console versions of czkawka_gui_gtk46, but there is no console window when I launch it
Steps to reproduce:
Terminal output (optional):
<!--
Add terminal output only if needed - if there are some errors or warnings or you have performance/freeze issues.
Very helpful in this situation will be logs from czkawka run with RUST_LOG environment variable set e.g.
`RUST_LOG=debug ./czkawka` or `flatpak run --env=RUST_LOG=debug com.github.qarmin.czkawka` if you use flatpak, which will print more detailed info about executed function.
-->
<details>
<summary>Debug log</summary>
# UNCOMMENT DETAILS AND PUT LOGS HERE
</details>
System
Czkawka/Krokiet version: 7.0.0 and 8.0.0
OS version: Windows 11
Installation method:
The text was updated successfully, but these errors were encountered:
For me this looks like bug in open library like - Byron/open-rs#85 or Microsoft Photos app(if I understand correctly this worked before - so in that situation problem should be reported in Microsoft app, not here)
Bug Description
I'm on Windows 11, and my Microsoft Photos app recently got updated to v2024.11090.27004.0. The bug should affect newer versions too
When I search for duplicate/similar images, I can double click and it would open the image
With the Microsoft Photos app update, if the path contains a special/chinese/japanese character, it won't open anymore
For example, I have two similar images
C:\test\1.jpg
C:\test α\2.jpg
When I double click on "1.jpg", it will launch with Microsoft Photos
But when I double click on "2.jpg", nothing happens
Before the Microsoft Photos app update, czkawka_gui was able to open both "1.jpg" and "2.jpg"
I've tried using czkawka_gui 7.0.0 and 8.0.0, and the issue applies to both versions
I also tried downloading the console versions of czkawka_gui_gtk46, but there is no console window when I launch it
Steps to reproduce:
Terminal output (optional):
System
The text was updated successfully, but these errors were encountered: