Describe the bug
Trying to drag an image causes an uncaught exception pop-up.
To Reproduce
Steps to reproduce the behavior:
- Add this image to your collection
- Click the image once to select it
- Attempt to drag it
- Enjoy the error pop-up
Expected behavior
I wanted to drag the image into pureref and expected the drag function to work
Allusion version
1.0.0-rc5.4
Desktop OS
Windows 10
Additional context
I've verified the issue on two different machines. I imagine the issue is in the image, it might be corrupted in some way. Also, it's a .webp, a file format that tends to break a lot of software, although this specific image seems to only break allusion.
Error message:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Must specify non-empty 'icon' option
at C:\Program Files\Allusion\resources\app.asar\build\main.bundle.js:2:302527
at IpcMainImpl.<anonymous> (C:\Program Files\Allusion\resources\app.asar\build\main.bundle.js:2:237811)
at IpcMainImpl.emit (events.js:315:20)
at Object.<anonymous> (electron/js2c/browser_init.js:157:8980)
at Object.emit (events.js:315:20)
Describe the bug
Trying to drag an image causes an uncaught exception pop-up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I wanted to drag the image into pureref and expected the drag function to work
Allusion version
1.0.0-rc5.4
Desktop OS
Windows 10
Additional context
I've verified the issue on two different machines. I imagine the issue is in the image, it might be corrupted in some way. Also, it's a .webp, a file format that tends to break a lot of software, although this specific image seems to only break allusion.
Error message: