[Bug 1962862] Re: usb creator crashes on startup

2022-03-05 Thread Adolfo Jayme
** Changed in: usb-creator (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962862 Title: usb creator crashes on startup To manage notifications about this

[Bug 1962862] Re: usb creator crashes on startup

2022-03-04 Thread Launchpad Bug Tracker
This bug was fixed in the package usb-creator - 0.3.13 --- usb-creator (0.3.13) jammy; urgency=medium * usbcreator/misc.py: fix compatibility with Python 3.10. (LP: #1962862) * bin/usb-creator-helper: increase block size to 8M to improve performance. (LP: #1949652) -- Marc

[Bug 1962862] Re: usb creator crashes on startup

2022-03-04 Thread Marc Deslauriers
Great, I uploaded a new package to jammy a few minutes ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962862 Title: usb creator crashes on startup To manage notifications about this bug go

[Bug 1962862] Re: usb creator crashes on startup

2022-03-04 Thread Paul White
Thanks for comment #11 Marc. I made that small change and the applications now starts, detects the ISO image in ~/Downloads, finds my USB stick in /dev/sda and successfully writes the image to it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1962862] Re: usb creator crashes on startup

2022-03-04 Thread Marc Deslauriers
usbcreator/misc.py, line 44 probably needs to change from: return isinstance(obj, collections.Callable) to return isinstance(obj, collections.abc.Callable) I'll install jammy and test it when I get a minute. -- You received this bug notification because you are a member of

[Bug 1962862] Re: usb creator crashes on startup

2022-03-04 Thread Paul White
On Ubuntu 22.04 (fully updated) I started the application twice and navigated to where I thought an ISO image was located. As I didn't have one I downloaded a new image, restarted usb-creator and was immediately met with the 'callable' error. Very strange that I had an error on start-up

[Bug 1962862] Re: usb creator crashes on startup

2022-03-04 Thread Rik Mills
On today's Kubuntu and Ubuntu daily ISO, the KDE/GTK versions seem to launch ok. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962862 Title: usb creator crashes on startup To manage notifications

[Bug 1962862] Re: usb creator crashes on startup

2022-03-03 Thread Maik
RikMills said on IRC he would guess that the transition to python 3.10 broke it. That stuff is beyond my knowledge though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962862 Title: usb creator

[Bug 1962862] Re: usb creator crashes on startup

2022-03-03 Thread Paul White
** Description changed: On Kubuntu 22.04 usb-creator-kde and usb-creator-gtk both crash on startup showing the following message: - An unhandled exception occurred: module 'collections' has no attribute 'Callable' - --- + An unhandled exception occurred: module 'collections' has no

[Bug 1962862] Re: usb creator crashes on startup

2022-03-03 Thread Paul White
Maik, now that is interesting... I've just downloaded an ISO to check your findings and at some point after navigating to the location of the ISO I see the error that you reported so I can confirm the bug although I'm not sure of how to amend the bug description so that others can reproduce the

[Bug 1962862] Re: usb creator crashes on startup

2022-03-03 Thread Maik
Paul, I just updated Ubuntu 22.04 on the Pi 4 that i have running and after the reboot i get the same issue with the usb-creator on there too now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1962862] Re: usb creator crashes on startup

2022-03-03 Thread Maik
apport information ** Tags added: apport-collected ** Description changed: On Kubuntu 22.04 usb-creator-kde and usb-creator-gtk both crash on startup showing the following message: - An unhandled exception occurred: module 'collections' has no attribute - 'Callable' + An unhandled

[Bug 1962862] Re: usb creator crashes on startup

2022-03-03 Thread Paul White
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command only once, as it will automatically gather debugging information, in a terminal: apport-collect 1962862 and then change the status of the bug report back to 'New'. When