czkawka icon indicating copy to clipboard operation
czkawka copied to clipboard

Crashes when Pasting

Open neoOpus opened this issue 1 year ago • 4 comments

On every field when I try to paste a value then it crashes, in Windows 11

After a relaunch, I can do that, but it usually does happen.

neoOpus avatar Aug 18 '23 14:08 neoOpus

Honestly, I'm slowly getting fed up with GTK.

On Linux everything works fine with me, on Windows for the most part too, but when Windows users report bugs, I can very rarely reproduce them at home on pure Windows, so I have no way to fix the reported problems.

qarmin avatar Oct 07 '23 17:10 qarmin

I second this, using Manual Add and pasting directory crashes every time.

PatrickL546 avatar Oct 08 '23 14:10 PatrickL546

Honestly, I'm slowly getting fed up with GTK.

On Linux everything works fine with me, on Windows for the most part too, but when Windows users report bugs, I can very rarely reproduce them at home on pure Windows, so I have no way to fix the reported problems.

Perhaps considering a switch to Qt, Imgui?

neoOpus avatar Oct 08 '23 20:10 neoOpus

Both are written in C++ which significantly complicates cross-compilation(GTK is written in C so they have very similar problems).

Also bindings are quite big problem and GTK had the advantage that combining C <-> Rust is not as complicated as C++ <-> Rust.

Looks that only for now the only viable solution is to use slint - https://github.com/qarmin/czkawka/issues/1077 - https://github.com/slint-ui/slint/

qarmin avatar Oct 08 '23 20:10 qarmin