[Hugin-devs] [Bug 2007736] Re: FreeBSD hugin assistant stuck cleaning points

2023-02-18 Thread Merritt Draney
That gives me at least somewhere to poke around at.  I agree it may not
be a Hugin specific problem.  Are there any logs that hugin assistant or
wxWidgets produces that can help?

Thanks!

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/2007736

Title:
  FreeBSD hugin assistant stuck cleaning points

Status in Hugin:
  New

Bug description:
  Hello,

  I can make hugin work, but it takes some doing. If I run the
  assistant, it will find the control points but gets stuck
  statistically cleaning them. If I x out I can go into advanced mode
  and select the images and manually clean the points. It will also only
  find the points using assistant. If I try in advanced mode it starts
  cpfind but immediately locks up. So I find the points with assistant
  and switch over to advanced for the rest and it works.  I was using
  the 2021 version from the pkg and have since upgraded to 2022 with no
  change.  I am runing FreeBSD 13.1. I also tried building from ports to
  no luck. It works on my Debian partition though.

  Running cpfind once the assistant runs fine along with cpclean with a
  previously generated pto file.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/2007736/+subscriptions


___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 2007736] Re: FreeBSD hugin assistant stuck cleaning points

2023-02-18 Thread tmodes
Tested on Windows and Ubuntu. On both system it works without problems
with the provided test images.

Hugin is using wxExecute from wxWidgets to call the command line tools.
So I have no experience what on FreeBSD interferences with these calls.

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/2007736

Title:
  FreeBSD hugin assistant stuck cleaning points

Status in Hugin:
  New

Bug description:
  Hello,

  I can make hugin work, but it takes some doing. If I run the
  assistant, it will find the control points but gets stuck
  statistically cleaning them. If I x out I can go into advanced mode
  and select the images and manually clean the points. It will also only
  find the points using assistant. If I try in advanced mode it starts
  cpfind but immediately locks up. So I find the points with assistant
  and switch over to advanced for the rest and it works.  I was using
  the 2021 version from the pkg and have since upgraded to 2022 with no
  change.  I am runing FreeBSD 13.1. I also tried building from ports to
  no luck. It works on my Debian partition though.

  Running cpfind once the assistant runs fine along with cpclean with a
  previously generated pto file.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/2007736/+subscriptions


___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 2007178] Re: Replace GLEW with epoxy

2023-02-18 Thread tmodes
I tried to test it on Windows.
First I needed several more changes to get it to compile.

But it does not work:
nona --gpu is only printing "Attempting to dlopen() while in the dynamic 
linker." and then crashes.
Opening the fast preview crashes Hugin without feedback/further information.

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/2007178

Title:
  Replace GLEW with epoxy

Status in Hugin:
  New

Bug description:
  GLEW is installed for either GLX or EGL, making it impossible to switch to 
EGL if some applications need GLX.
  epoxy also does not need to be initialised, making startup faster.
  GTK, Firefox and Libreoffice are among those using epoxy.

  Patch (not sure the best way to work with Launchpad and/or Sourceforge...):
  https://sourceforge.net/p/hugin/hugin/merge-requests/2/

  A draft that has only been tested on Linux and at the moment uses
  PKG_SEARCH_MODULE to find epoxy. So, may work on macOS (libepoxy is
  available in Homebrew) but more work for Windows and other supporting
  scripts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/2007178/+subscriptions


___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp