What would be the best way to do that? Since this crash is in static initialization, we don't have the chance to add a check in main(). If we had a wrapper script that runs mixxx we could do it there, but I'm not sure that's the best way?
It looks like since Artful, there is an i386 universe package called "sse2-support" https://packages.ubuntu.com/bionic/sse2-support
that prevents installation if the user's CPU doesn't have SSE2. That seems like a good solution?
What would be the best way to do that? Since this crash is in static initialization, we don't have the chance to add a check in main(). If we had a wrapper script that runs mixxx we could do it there, but I'm not sure that's the best way?
It looks like since Artful, there is an i386 universe package called "sse2-support" /packages. ubuntu. com/bionic/ sse2-support
https:/
that prevents installation if the user's CPU doesn't have SSE2. That seems like a good solution?