Re: [hugin-ptx] "Assertion Failed" on Debian 12 (Hugin 2022)

2024-02-09 Thread 'ChameleonScales' via hugin and other free panoramic software
Thanks. Indeed compiling from source was the answer (as always).

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/6KcplYt2PRI7U-IQrtbwzvrM_5r1Gd0TG5vnLeJNZ9GfkhT8sgtgTU56-Ovqf7Inhr5ixSBDqnpBh8ulMhVRdPqRUoTDFnENULSu4uL5clM%3D%40protonmail.com.


Re: [hugin-ptx] "Assertion Failed" on Debian 12 (Hugin 2022)

2024-02-08 Thread Gnome Nomad
I used to see that in Hugin 2022 on Debian Bookworm whenever I clicked in
an image when manually creating control points. Someone on the list said
that Debian had compiled a lib Hugin used as a debug version.

I haven't encountered it since compiling Hugin 2023.0 RC myself. I don't
know if it was an update to Debian that fixed it, or how I compiled Hugin.

I just followed the instructions on the Hugin page about compiling. I'm no
guru at compiling things so I have no idea what the command line options
listed there do.

Maybe that will help. I'm another person that's allergic to flatpacks.

-- 
David W. Jones
gnomeno...@gmail.com
exploring the landscape of god
http://dancingtreefrog.com

Sent from my Android device.

On Wed, Feb 7, 2024, 23:53 'ChameleonScales' via hugin and other free
panoramic software  wrote:

> ... upon performing the previously mentioned tasks, that is.
> On Thursday, February 8th, 2024 at 10:51 AM, 'ChameleonScales' via hugin
> and other free panoramic software  wrote:
>
> Thanks. This is not really ideal though.
> Isn't there a way to instead add the /media root directory so that I could
> keep my file paths identical to my system ?
> I'm also not fond of using the flatpak because it would mess with all our
> scripts and most likely require to update them all with rather ugly
> commands like:
>
> /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=pto_gen
> --file-forwarding net.sourceforge.Hugin @@ %F @@
>
> instead of:
>
> pto_gen %F
>
> I can't even add functions in bashrc to make the regular names of programs
> work in order to keep my scripts untouched because it doesn't deal with the
> multiline arguments present in my scripts.
>
> Basically flatpak seems like a no-go for us (our small company), or at
> least we much prefer having benine error messages bother us. But it would
> sure be neat to find a somewhat easy way to make them disappear permanently.
>
> Debian being one of the most popular and stable distros, I'm surprised not
> to find more messages about this issue, as I tried Hugin on a fresh Debian
> 12 install and this error appears immediately.
>
> --
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to the Google Groups
> "hugin and other free panoramic software" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/hugin-ptx/tIc4OvkDDrXg2qXmIbDGB3yjk4rdmNwR1RfWEdPFHoEUDew41yN-_tO3GvyPC95xf0bbjQaA0hPPp5evPBffi0YGtZ_vVh4SFMEANRYtjlc%3D%40protonmail.com
> .
>
>
> --
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to the Google Groups
> "hugin and other free panoramic software" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/hugin-ptx/j3b32-3EtgSLlNSAB_Ph9NZDLbgi_bny2fsRGcElieDby16hzF2fUbOChrqwc3kwexvj3nOTL3bOet-MR4pHQeJPIM__AS5asbQQ7lbFj9k%3D%40protonmail.com
> 
> .
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAHuCaadef3FVK%2BYH4GOOpkT4Wk1QRJze%3D5rv0-k77Z%3DcKDzRgQ%40mail.gmail.com.


Re: [hugin-ptx] "Assertion Failed" on Debian 12 (Hugin 2022)

2024-02-08 Thread 'ChameleonScales' via hugin and other free panoramic software
... upon performing the previously mentioned tasks, that is.
On Thursday, February 8th, 2024 at 10:51 AM, 'ChameleonScales' via hugin and 
other free panoramic software  wrote:

> Thanks. This is not really ideal though.
> Isn't there a way to instead add the /media root directory so that I could 
> keep my file paths identical to my system ?
> I'm also not fond of using the flatpak because it would mess with all our 
> scripts and most likely require to update them all with rather ugly commands 
> like:
>
> /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=pto_gen 
> --file-forwarding net.sourceforge.Hugin @@ %F @@
>
> instead of:
>
> pto_gen %F
>
> I can't even add functions in bashrc to make the regular names of programs 
> work in order to keep my scripts untouched because it doesn't deal with the 
> multiline arguments present in my scripts.
>
> Basically flatpak seems like a no-go for us (our small company), or at least 
> we much prefer having benine error messages bother us. But it would sure be 
> neat to find a somewhat easy way to make them disappear permanently.
>
> Debian being one of the most popular and stable distros, I'm surprised not to 
> find more messages about this issue, as I tried Hugin on a fresh Debian 12 
> install and this error appears immediately.
>
> --
> A list of frequently asked questions is available at: 
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to the Google Groups 
> "hugin and other free panoramic software" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/hugin-ptx/tIc4OvkDDrXg2qXmIbDGB3yjk4rdmNwR1RfWEdPFHoEUDew41yN-_tO3GvyPC95xf0bbjQaA0hPPp5evPBffi0YGtZ_vVh4SFMEANRYtjlc%3D%40protonmail.com.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/j3b32-3EtgSLlNSAB_Ph9NZDLbgi_bny2fsRGcElieDby16hzF2fUbOChrqwc3kwexvj3nOTL3bOet-MR4pHQeJPIM__AS5asbQQ7lbFj9k%3D%40protonmail.com.


Re: [hugin-ptx] "Assertion Failed" on Debian 12 (Hugin 2022)

2024-02-08 Thread 'ChameleonScales' via hugin and other free panoramic software
Thanks. This is not really ideal though.
Isn't there a way to instead add the /media root directory so that I could keep 
my file paths identical to my system ?
I'm also not fond of using the flatpak because it would mess with all our 
scripts and most likely require to update them all with rather ugly commands 
like:

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=pto_gen 
--file-forwarding net.sourceforge.Hugin @@ %F @@

instead of:

pto_gen %F

I can't even add functions in bashrc to make the regular names of programs work 
in order to keep my scripts untouched because it doesn't deal with the 
multiline arguments present in my scripts.

Basically flatpak seems like a no-go for us (our small company), or at least we 
much prefer having benine error messages bother us. But it would sure be neat 
to find a somewhat easy way to make them disappear permanently.

Debian being one of the most popular and stable distros, I'm surprised not to 
find more messages about this issue, as I tried Hugin on a fresh Debian 12 
install and this error appears immediately.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/tIc4OvkDDrXg2qXmIbDGB3yjk4rdmNwR1RfWEdPFHoEUDew41yN-_tO3GvyPC95xf0bbjQaA0hPPp5evPBffi0YGtZ_vVh4SFMEANRYtjlc%3D%40protonmail.com.


Re: [hugin-ptx] "Assertion Failed" on Debian 12 (Hugin 2022)

2024-02-07 Thread 'chaosjug' via hugin and other free panoramic software
Hi

> I've tried the Hugin 2023 flatpak and it doesn't have this issue. However, I
> can't use it because it can't navigate to the hard drive containing all my
> projects.
You can use bind mounts to get the hard drive mounted into your home dir. Then
the flatpak should be able to access it.

Regards,
Stephan




-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/5751086.DvuYhMxLoT%40chaos-home.