It seems there are different ways to handle HiDPI screens on Linux.
Some ways work fine, other exhibit the described behavior. I needed some time
to found the corresponding setting.
Now I could test it for myself and fix it. It should now work fine with Hugin
from default branch.
--
You receiv
Sorry for the late reply.
We released 2019.2 RC1 with this patch last weekend. I was hoping it find its
ways into the repository.
The maintainer of our own ppa disappear recently and nobody else volunteered to
maintain it now. So I can't give you a link to a ppa.
The building instructions can b
Trying to fix in changeset 940fc9d31c27.
But I have no access to a hidpi display with Ubuntu. So I can't test the patch
for myself.
Feedback would be appreciated.
** Changed in: hugin (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of
The input field had a maximum value of 3 pixels set. So when trying
to set the correct value of 5x3000 or so about the width was
truncated to 3, but the height remained unchanged. This resulted in
the changed cropped.
We are currently in the release cycle for 2019.0. The fix will be in
Fixed in repository.
** Changed in: hugin (Ubuntu)
Status: Incomplete => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1815854
Title:
Hugin (et al.) vertically squeezes my long
I can't reproduce the issue. I loaded your project and pressed calculate
optimal size. The results was 53352x6474 (with the black border).
Then it tried "Fit" + "Calculate size"+"auto crop" to get rid of the black
border. The results was "53199x2785". This is in the range, you expected, isn't
i
Can you provide the pto file which shows the described behaviour?
** Changed in: hugin (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1815854
Title:
Hugin (
Closing here because the initial bug is related to a bug in the graphic
driver - not in Hugin.
** Changed in: hugin
Status: Incomplete => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs
The cause is probably that then blender program is not correctly
specified in the preferences. (But I can't reproduce it.) To fix this go
to Files>Preferences, on tab Programs select "Reset to default" and
close dialog with "Ok". Now it should work again. (I will add an
additional check for this ca
Could you also attach your preferences file (it should be ~/.hugin)? So I can
check some more settings by myself.
(But the backtrace is still needed.)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/174
Can you provide the backtrace from the assert dialog?
Also check the preferences, tab filename: what is set for the "Default project
filename:" and "Default output prefix:"
** Changed in: hugin (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a me
*** This bug is a duplicate of bug 1628548 ***
https://bugs.launchpad.net/bugs/1628548
** This bug has been marked a duplicate of bug 1628548
hugin wont open
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpa
*** This bug is a duplicate of bug 1628548 ***
https://bugs.launchpad.net/bugs/1628548
** This bug has been marked a duplicate of bug 1628548
hugin wont open
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpa
I can't reproduce the crash with the pto file. The assistant ends without
problems and the crop is correctly calculated.
As long as I can't reproduce the crash we can't do anything for this.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
> intel_do_flush_locked failed: Input/output error
> 2.) Hugin started with disabled fast preview.
Both together indicate there is something with your graphic system
(probably driver). Try updating your graphic driver.
> Now assistant crash when "searching for best crop rectangle".
Without more
>From your output it is impossible to track down the bug.
1.) First check that your driver supports correctly OpenGL: see
http://wiki.panotools.org/Hugin_FAQ#Hugin_Quits_.28Seg_Faults.29_at_Launch_.28Linux.29
2.) If glxgears runs, try starting hugin with pressed ctrl key and disable fast
preview
*** This bug is a duplicate of bug 1209447 ***
https://bugs.launchpad.net/bugs/1209447
** This bug has been marked a duplicate of bug 1209447
Hugin 2013rc1 crashes on libtiff assertion trying to load .CR2 files
--
You received this bug notification because you are a member of Ubuntu
Bugs,
The report refers to an old version. Does this still happens with current
version?
If so report back and set status to new again. TIA
** Changed in: hugin
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
** Changed in: hugin (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1211523
Title:
Ubuntu Hugin crashes with LDR photometric optimization
To manage notifi
*** This bug is a duplicate of bug 1227813 ***
https://bugs.launchpad.net/bugs/1227813
Move the images to an other path than /tmp or update to newer version.
See https://bugs.launchpad.net/hugin/+bug/1227813
** This bug has been marked a duplicate of bug 1227813
Fails to stitch in mktemp
** Changed in: panotools
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1057012
Title:
cpfind always fail on photos with long path
To manage notification
** Changed in: hugin
Importance: Undecided => Wishlist
** Changed in: hugin
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240721
Title:
calibrate_lens_gui: allow c
> I just recompiled the source with "glBlendEquation(GL_FUNC_ADD);"
This is fixed in 2013.0 version.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/901755
Title:
Hugin crashes on starting
To manage
** Changed in: enblend
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to libkdcraw in Ubuntu.
https://bugs.launchpad.net/bugs/885324
Title:
Completely replace lcms1 by lcms2 in Ubuntu
To manage n
Tried to fix in repository.
We can't increase PANO_PATH_LEN unconditionally, because on Windows the path
length is limited (or you use a different function, which would require some
more changes). So using instead MAX_PATH_LENGTH, which is already used by
libpano13 and is 512 on *nix systems. Th
** Changed in: hugin
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1020755
Title:
pto_gen does not get packaged
To manage notifications about this bug g
Is this fixed now? There were no more reports on the mailing list. If
not set status to new again.
** Changed in: hugin
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug
If the file is not correctly created by the plugin, then this is not a
bug in Hugin.
** Changed in: hugin
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889288
Title:
K
> I test with the current version of the PPA (so version
> 2011.0.0.472072ea810d). I also looked the mercurial
> repo and see the last update (2c1006ce6919)
What should that? The issues were fixed after 472072ea810d but you did
test with the older version. This is not helpful.
The double quote
Hi Thibault,
your patch does not work as intended.
* You changed the comment but did not understand what it states.
* Your patch breaks stitching on Windows, because every (locale) filename
contains a :, which your patch rejects.
* Your patch rejects too much characters which works, e.g. ampersan
30 matches
Mail list logo