allusion-app/Allusion

Exception when dragging a .webp (again)

Equbuxu opened this issue · 2 comments

Describe the bug
Very similar to #366. Dragging a .webp image triggers an exception popup

To Reproduce
Steps to reproduce the behavior (copied from #366):

  1. Add this image to your collection
  2. Click the image once to select it
  3. Attempt to drag it
  4. Enjoy the error pop-up

Expected behavior
no crash when dragging please

Allusion version

  • 1.0.0-rc6.1

Desktop OS

  • Windows 11

Additional context

An unexpected error occurred. Please file a bug report if you think this needs fixing!

Error: Failed to load image from path 'assets/8aae36756933389e4779_allusion-logomark-fc-512x512.png'
    at C:\Program Files\Allusion\resources\app.asar\build\main.bundle.js:2:306093
    at IpcMainImpl.<anonymous> (C:\Program Files\Allusion\resources\app.asar\build\main.bundle.js:2:238709)
    at Ip

not sure if the full stack trace is saved anywhere

I just tried to reproduce this in 1.0.0-rc6 (portable) and surprisingly I still got the exception. I remember testing that same version back when it came out and it worked fine. This makes me think the issue might be specific to windows 11 as last time I tested I was on windows 10

Hey, sorry, yeah - my solution from back then apparently caused an issue when we updated a dependency some time later. It's happening on windows 10 for me too. I've already got a fix lined up in #392 which we will release soon!