[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-10-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1938453 Title: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-08-17 Thread Badshah400
Awesome, thanks a lot for the quick responses, guidance, and fix. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1938453 Title: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-08-12 Thread tmodes
I fixed the issue with searching the X11 header in the repository. I also added a hint in the compiling instruction about the issue. ** Changed in: hugin Status: Invalid => Fix Committed ** Changed in: hugin Milestone: None => 2021.0beta1 -- You received this bug notification

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-08-02 Thread tmodes
Thanks for feedback. The code for getting the monitor profile needs the X11 header and libs. This was added after the egl code but not tested for this code path. I will look into this, but it will take some time. -- You received this bug notification because you are a member of Hugin

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-08-01 Thread Badshah400
Thanks for the suggestions. All implemented, except... > For Nona and align_image_stack you can also trying to switch to egl by adding -DBUILD_WITH_EGL=on to the CMake command line. When I do this, the build fails because the linker no longer links against X11. Seems this in the CMakeLists.txt

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-08-01 Thread tmodes
Tanks for confirmation. Because it was a compile switch for glew and not Hugin itself setting status to invalid. When wxWidgets is built with egl the workaround with -DUSE_GDKBACKEND_X11=on should not be needed anymore and can be removed. PS: When you switch in wxWidgets to egl only the fast

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-07-31 Thread Badshah400
> When wxWidgets is compiled with egl, glew needs also be compiled with egl > support. Is this done? Glew wasn't and doing that fixed the crash. Many thanks for hitting the nail right on the head. We do build hugin with `-DUSE_GDKBACKEND_X11=on`, so yes X11 or Wayland doesn't actually matter.

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-07-31 Thread tmodes
When wxWidgets is compiled with egl, glew needs also be compiled with egl support. Is this done? PS: I assume you have built Hugin with -DUSE_GDKBACKEND_X11=on (otherwise it would crash on Wayland.) So Wayland or X11 should not matter, Hugin is forcing in this case to X11 internally. -- You

[Hugin-devs] [Bug 1938453] Re: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW

2021-07-31 Thread Badshah400
Seen on both Wayland and X11 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1938453 Title: Fast GL Preview crashes when built with wxWidgets 3.1.5: Error initialising GLEW Status in Hugin: