Kl4rry / simp

🖼️ Simp is a fast and simple GPU-accelerated image manipulation program.
Apache License 2.0
307 stars 14 forks source link

Dragging file from file picker on windows causes crash #5

Closed Kl4rry closed 10 months ago

Kl4rry commented 2 years ago

If a file is dragged from the file picker dialog into the main window the application crashes. I have no idea why this happens but some weird interaction between rfd and winit causes memory corruption.

Kl4rry commented 2 years ago

Related to PolyMeilex/rfd#71.