mikacousin

Results 12 comments of mikacousin

Thank you for your quick reply ! Disabling USB DMX plugin allows to launch olad. Very good ! At least I can run olad now :-) I tried master and...

> Ah that's good. Were you using that plugin? No, it was enabled by default. Now, I disabled all plugins I don't need :-) > What version of libusb are...

Finally, I was able to install libusb 1.0.24 and no more problem with USB DMX plugin enabled. Segmentation fault only appears with 1.0.25

Adding `--use-async-libusb` to olad command give : olad: unrecognized option '--use-async-libusb' but assuming it's default option Adding `--no-use-async-libusb` to olad command remove Segmentation fault :-) Unfortunately, #1772 doesn't solve the...

> Could you try commenting out the hotplug line https://github.com/OpenLightingProject/ola/blob/b6787ab/libs/usb/HotplugAgent.cpp#L93 instead then @mikacousin ? No segmentation fault when this line is commented out. Click to expand! olad/Olad.cpp:98: OLA Daemon version...

I confirm that version 1.0.26 of libusb solves the problem under archlinux as well.

Finally I package ola 0.10.7 archive in my flatpak so this issue is no longer a blocking issue for me.

Yes, I was surprised when I discovered a `git fsck` error too ... I just found this script : https://github.com/collectd/collectd/issues/2115#issuecomment-301118735 Seems to resolve this error (quickly tested on a local...

Hi, To embed a recent version of ola with olc on flathub (problems with recent versions of python) would it be possible to delete the commit that is causing the...

Thanks for the link. For the time being, I'm using [charset_normalizer](https://github.com/Ousret/charset_normalizer) for this task. But I'm curious to know if another method is possible and more efficient.