FS#75406 - [glew] glew needs to be compiled with egl support since wxwidgets is, else hugin crashes
Attached to Project:
Community Packages
Opened by Allan Vázquez (soymos) - Sunday, 24 July 2022, 05:59 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Saturday, 20 August 2022, 20:38 GMT
Opened by Allan Vázquez (soymos) - Sunday, 24 July 2022, 05:59 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Saturday, 20 August 2022, 20:38 GMT
|
Details
Description:
hugin crash was solved compiling glew with egl support to match wxwidgets as explained here: https://bbs.archlinux.org/viewtopic.php?pid=2047430#p2047430 Additional info: * package version(s) hugin 2021.0.0-4 wxwidgets-gtk3 3.2.0-4 glew 2.2.0-3 Steps to reproduce: 1) System up to date (Sat Jul 23 2022). 2) Run Hugin, 3 people myself included reported it crashing at startup with message: Error initialising GLEW: Unknown error. |
This task depends upon
Closed by Bruno Pagani (ArchangeGabriel)
Saturday, 20 August 2022, 20:38 GMT
Reason for closing: Fixed
Additional comments about closing: glew 2.2.0-4.
Saturday, 20 August 2022, 20:38 GMT
Reason for closing: Fixed
Additional comments about closing: glew 2.2.0-4.

I don’t know if they are downsides doing this, but I guess
updating glew to
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=glew-egl-glx
would be nice.

And doing so (i.e. using
[url]https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=glew-egl-glx[/url])
makes Hugin started instantly, no need to use XDG_DATA_HOME=""
either.

please check with glew-2.2.0-4 in testing

Working with glew-2.2.0-4 in testing. Thanks.

Working also for me with glew-2.2.0-4 in testing. Great, thanks!