APDE icon indicating copy to clipboard operation
APDE copied to clipboard

Crashes when trying to change sketches icon

Open sudoalx opened this issue 7 years ago • 5 comments
trafficstars

APDE is crashing every time I try to change the sketch icon I've tried changing format file to .ico file and resizing icon files, but it is still not working

sudoalx avatar Sep 10 '18 04:09 sudoalx

Is this happenening for a specific image, or any?

MarquesAnderson avatar Sep 12 '18 17:09 MarquesAnderson

Any image

sudoalx avatar Sep 14 '18 03:09 sudoalx

@nalexcastaneda I see the crash in the Play console. I don't know why this crash is happening, but it looks to be a bug in the aFileChooser dependency that APDE uses for picking files. In the meantime you should be able to get around this by manually writing the path to the image in the textbox, instead of using the file-chooser button. You should be able to copy the path to the image that you want from an external file manager.

I will look into the problem with aFileChooser at a later date. I am also consider replacing it with something else.

Calsign avatar Sep 14 '18 20:09 Calsign

@nalexcastaneda I am able to reproduce this issue now. I don't think it can be resolved easily. In the meantime, you should be able to use a different file manager to select the images. For me it only crashes when using the default file selector, but most third party file managers work fine.

Calsign avatar Dec 17 '18 04:12 Calsign

Okay thank you very much for your help and tips

sudoalx avatar Dec 21 '18 17:12 sudoalx