[Hugin-devs] [Bug 814280] Re: OSX 10.7 Hugin 2010.4 gnumake Abort trap: 6 on execution of enblend.

2011-08-06 Thread Yuv
** Summary changed:

- OSX 10.7 Hugin 2010.4 gnumake Abort trap: 6 on the third execution of enblend.
+ OSX 10.7 Hugin 2010.4 gnumake Abort trap: 6 on execution of enblend.

** Summary changed:

- OSX 10.7 Hugin 2010.4 gnumake Abort trap: 6 on execution of enblend.
+ OSX 10.7 Hugin 2010.2 and later. gnumake Abort trap: 6 on execution of 
enblend.

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

Title:
  OSX 10.7 Hugin 2010.2 and later. gnumake Abort trap: 6 on execution of
  enblend.

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  In Mac OS 10.7 Lion, the stitching process runs smoothly for a while,
  and then it stops abruptly with an error.

  The error occurs regardless of the number of images in the project.

  Error log attached.

  Hugin Version: 2011.0.1 (Error also occurs in version 2010.2.0)

  Hardware Info:

    General:

    Model Name: iMac
    Model Identifier:   iMac5,1
    Processor Name: Intel Core 2 Duo
    Processor Speed:2 GHz
    Number of Processors:   1
    Total Number of Cores:  2
    L2 Cache:   4 MB
    Memory: 3 GB
    Bus Speed:  667 MHz
    Boot ROM Version:   IM51.0090.B09
    SMC Version (system):   1.8f2

    Graphics:

    Chipset Model:  ATY,RadeonX1600
    Type:   GPU
    Bus:PCIe
    PCIe Lane Width:x16
    VRAM (Total):   128 MB
    Vendor: ATI (0x1002)
    Device ID:  0x71c5
    Revision ID:0x
    ROM Revision:   113-xx-139
    EFI Driver Version: 01.00.139

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/814280/+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 792896] Re: Fast Preview Hangs or Crashes since 2011.0

2011-08-06 Thread Yuv
** Description changed:

+ EDIT (August 6, 2011): summarized known information
+ 
+ *WORKAROUND FOR USERS*: disable the Overview
+ 
+ 1- start Hugin
+ 2- load a project
+ 3- go to the Fast Preview Window.  don't touch anything else but described 
below as this could trigger the bug
+ 4- hit the button Show/Hide to hide the Overview
+ 5- quit Hugin
+ Now Hugin should perform well.
+ 
+ 
+ *AFFECTED SYSTEMS*
+ 
+ - CPU: all systems with more than one thread, that is multi-core CPUs as well 
as single-core CPUs with hyperthreading.
+ - Operating Systems: due to the different implementations of threading and 
OpenGL on different platform, some systems are more prone to error than others. 
 Mac OS X seems to be the least affected.  Windows seems to be the most 
affected.
+ 
+ 
+ *AFFECTED VERSIONS*
+ 
+ - All versions of Hugin since the introduction of the Overview in the Fast 
Preview are affected.  That is, all versions after revision 4808:8c577b320714 
2011-01-09 12:21:18
+ - This includes the final releases of 2011.0.0 as well as all beta/candidate 
releases of 2011.2.0
+ 
+ 
+ *SUMMARY FOR DEVELOPERS / BUG HUNTERS*
+ 
+ This is most likely a threading issue. Lukáš' hypothesis: a race
+ condition in OpenGL calls, when OGL is called by separate threads from
+ both overview and fast preview. The reason is that OpenGL is not thread-
+ safe and it can cause various problems when used within multi-threaded
+ application.
+ 
+ Run 'valgrind --tool=helgrind hugin' and try to reproduce the error to
+ produce a useful backtrace like
+ https://bugs.launchpad.net/hugin/+bug/792896/+attachment/2253077/+files
+ /valgrind-out.txt
+ 
+ 
+ *ORIGINAL BUG REPORT BELOW FOR COMPLETION:*
+ 
  Upgraded from 2010.4 to 2011.0.0 and it has hung 3 times in about 15
  sessions.  All three hangs happened while doing the same thing. new
  session, load images, load a lens profile, set the canvas size
  (Calculate optimal size), save-as and save profile then click on GL
  (fast preview) button.  Fast preview window comes up, shows anchor image
  and then hangs.
  
  Is not reproducible.  Running 2011.0.0.0fd3e119979c built by Matthew
  Petroff on 64-bit Win7.

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

Title:
  Fast Preview Hangs or Crashes since 2011.0

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  EDIT (August 6, 2011): summarized known information

  *WORKAROUND FOR USERS*: disable the Overview

  1- start Hugin
  2- load a project
  3- go to the Fast Preview Window.  don't touch anything else but described 
below as this could trigger the bug
  4- hit the button Show/Hide to hide the Overview
  5- quit Hugin
  Now Hugin should perform well.

  
  *AFFECTED SYSTEMS*

  - CPU: all systems with more than one thread, that is multi-core CPUs as well 
as single-core CPUs with hyperthreading.
  - Operating Systems: due to the different implementations of threading and 
OpenGL on different platform, some systems are more prone to error than others. 
 Mac OS X seems to be the least affected.  Windows seems to be the most 
affected.

  
  *AFFECTED VERSIONS*

  - All versions of Hugin since the introduction of the Overview in the Fast 
Preview are affected.  That is, all versions after revision 4808:8c577b320714 
2011-01-09 12:21:18
  - This includes the final releases of 2011.0.0 as well as all beta/candidate 
releases of 2011.2.0

  
  *SUMMARY FOR DEVELOPERS / BUG HUNTERS*

  This is most likely a threading issue. Lukáš' hypothesis: a race
  condition in OpenGL calls, when OGL is called by separate threads from
  both overview and fast preview. The reason is that OpenGL is not
  thread-safe and it can cause various problems when used within multi-
  threaded application.

  Run 'valgrind --tool=helgrind hugin' and try to reproduce the error to
  produce a useful backtrace like
  https://bugs.launchpad.net/hugin/+bug/792896/+attachment/2253077/+files
  /valgrind-out.txt

  
  *ORIGINAL BUG REPORT BELOW FOR COMPLETION:*

  Upgraded from 2010.4 to 2011.0.0 and it has hung 3 times in about 15
  sessions.  All three hangs happened while doing the same thing.
  new session, load images, load a lens profile, set the canvas size
  (Calculate optimal size), save-as and save profile then click on GL
  (fast preview) button.  Fast preview window comes up, shows anchor
  image and then hangs.

  Is not reproducible.  Running 2011.0.0.0fd3e119979c built by Matthew
  Petroff on 64-bit Win7.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/792896/+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 820556] Re: Danish translation

2011-08-06 Thread Yuv
Thanks a lot!

Granted you Mercurial write access.  I assume you know how to deal with
Mercurial.  Feel free to add your translation to the default branch and
add yourself to the authors.txt file for credits.

Happy translating!
Yuv

** Changed in: hugin
   Status: New = In Progress

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

Title:
  Danish translation

Status in Hugin - Panorama Tools GUI:
  In Progress

Bug description:
  Here is the beginning of a Danish translation of Hugin. The file has
  around 19% strings translated, but I'd like to contribute more, until
  I have translated (nearly) all strings. I hope I have filled in
  especially the leading comment lines correctly. If not, please feel
  free to correct them.

  I read, though, that you prefer translations be contributed through
  the version controlling system, so I'd like to be able to contribute
  the rest that way. My SourceForge username is lauritsen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/820556/+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 792896] Re: Fast Preview Hangs or Crashes since 2011.0

2011-08-06 Thread Yuv
I updated the bug description [0] with a:
* Workaround
* Affected Systems
* Affected Version
* Summary for Developers/Bug Hunters

to those experiencing the bug: can you please try the workaround and
report back attempts to trigger the bug?

thanks

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

Title:
  Fast Preview Hangs or Crashes since 2011.0

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  EDIT (August 6, 2011): summarized known information

  *WORKAROUND FOR USERS*: disable the Overview

  1- start Hugin
  2- load a project
  3- go to the Fast Preview Window.  don't touch anything else but described 
below as this could trigger the bug
  4- hit the button Show/Hide to hide the Overview
  5- quit Hugin
  Now Hugin should perform well.

  
  *AFFECTED SYSTEMS*

  - CPU: all systems with more than one thread, that is multi-core CPUs as well 
as single-core CPUs with hyperthreading.
  - Operating Systems: due to the different implementations of threading and 
OpenGL on different platform, some systems are more prone to error than others. 
 Mac OS X seems to be the least affected.  Windows seems to be the most 
affected.

  
  *AFFECTED VERSIONS*

  - All versions of Hugin since the introduction of the Overview in the Fast 
Preview are affected.  That is, all versions after revision 4808:8c577b320714 
2011-01-09 12:21:18
  - This includes the final releases of 2011.0.0 as well as all beta/candidate 
releases of 2011.2.0

  
  *SUMMARY FOR DEVELOPERS / BUG HUNTERS*

  This is most likely a threading issue. Lukáš' hypothesis: a race
  condition in OpenGL calls, when OGL is called by separate threads from
  both overview and fast preview. The reason is that OpenGL is not
  thread-safe and it can cause various problems when used within multi-
  threaded application.

  Run 'valgrind --tool=helgrind hugin' and try to reproduce the error to
  produce a useful backtrace like
  https://bugs.launchpad.net/hugin/+bug/792896/+attachment/2253077/+files
  /valgrind-out.txt

  
  *ORIGINAL BUG REPORT BELOW FOR COMPLETION:*

  Upgraded from 2010.4 to 2011.0.0 and it has hung 3 times in about 15
  sessions.  All three hangs happened while doing the same thing.
  new session, load images, load a lens profile, set the canvas size
  (Calculate optimal size), save-as and save profile then click on GL
  (fast preview) button.  Fast preview window comes up, shows anchor
  image and then hangs.

  Is not reproducible.  Running 2011.0.0.0fd3e119979c built by Matthew
  Petroff on 64-bit Win7.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/792896/+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 820556] Re: Danish translation

2011-08-06 Thread Yuv
Thanks for committing.  I fixed a small formality in the PO file.  How
keen are you to complete/publish this work?

I ask because I am going to release the next release candidate (2011.2.0
RC3) in the next days.  It is possible that this release candidate will
be declared final and the question is whether a Danish translation
should ship or not.

I am not inclined to ship a 19%-complete initial translation because it
raises expectations that are subsequently frustrated.  A 50%-complete
would make the decision more difficult and at 80%-complete I would vote
to ship.

If you tell me that it is a matter of days, I will wait for you to
complete work on the Danish translation before releasing RC3.  If it is
a matter of weeks, it may go to RC4 if there will be a fourth release
candidate to this cycle; or it will wait for the next release cycle to
be branched out from default.

No intention to put pressure on you, just to coordinate my actions with
yours.

Thoughts?

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

Title:
  Danish translation

Status in Hugin - Panorama Tools GUI:
  In Progress

Bug description:
  Here is the beginning of a Danish translation of Hugin. The file has
  around 19% strings translated, but I'd like to contribute more, until
  I have translated (nearly) all strings. I hope I have filled in
  especially the leading comment lines correctly. If not, please feel
  free to correct them.

  I read, though, that you prefer translations be contributed through
  the version controlling system, so I'd like to be able to contribute
  the rest that way. My SourceForge username is lauritsen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/820556/+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 821150] Re: errore durante l'assemblaggio

2011-08-06 Thread Yuv
*** This bug is a duplicate of bug 814280 ***
https://bugs.launchpad.net/bugs/814280

grazie per il rapporto.  il file che hai attaccato non e' una patch /
soluzione del problema.  ne cambio lo stato.

l'errore che riporti e' gia' conosciuto. marco qundi questo rapporto
duplicato del bug 814280

Mac OS X 10.7 e' recente ed e' possibile / probabile che ci siano
incompatibilita' nella versione attuale di Hugin/Enblend.  Purtroppo non
e' possibile predire quando questi problemi sarano analizzati / risolti
perche' cio' dipende dalla disponibilita' di risorse umane e materiali.

Per finire, non e' necessario marcare questo bug privato - l'ho
rimarcato publico, ed ho editato il titolo per essere piu' specifico.
aiutera', forse, altri utenti italiani.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  Mac OS X 10.7 errore durante l'assemblaggio

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  possiedo un iMAC aggiornato con OS 10.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/821150/+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 821150] Re: errore durante l'assemblaggio

2011-08-06 Thread Yuv
*** This bug is a duplicate of bug 814280 ***
https://bugs.launchpad.net/bugs/814280

P.S.: non serve a niente marcare il bug come una security
vulnerability.

** This bug has been marked a duplicate of bug 814280
   OSX 10.7 Hugin 2010.2 and later. gnumake Abort trap: 6 on execution of 
enblend.

** Summary changed:

- errore durante l'assemblaggio
+ Mac OS X 10.7 errore durante l'assemblaggio

** Tags added: lion osx

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

Title:
  Mac OS X 10.7 errore durante l'assemblaggio

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  possiedo un iMAC aggiornato con OS 10.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/821150/+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 813423] Re: Clean control points cause hugin not responding

2011-08-06 Thread Yuv
What version of Hugin are you using?  If it is a 2011 version, can you
please hide the Overview in the Fast Preview, close Hugin, restart again
and try to reproduce the error?  This is to exclude a race condition due
to bug 792896.  Please set the ticket status to New (hit the yellow
round button next to the current status) after reporting back.  Thank
you.

** Changed in: hugin
   Status: New = Incomplete

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

Title:
  Clean control points cause hugin not responding

Status in Hugin - Panorama Tools GUI:
  Incomplete

Bug description:
  After the first success alignment, I'm trying to use Clean control points in 
the image tab. but it always stuck and cause hugin to crash after one second. 
And the windows told me the software is not responding. I didn't experience 
that before. The CPU usage always stuck at 25%.
  Also, after all these, I'm trying to re-align my saved file. but it fail, 
too. The Running assistance windows works slower and slower and eventually 
stop (at least for 20 hours) at the same commend line. Also the Windows task 
manage told me the autooptimiser.exe stuck at 25%. I hit cancel, a window 
show up telling me the assistant did not run completely. and automatically 
open the FPW and it crashs. If I manually force the hugin close, that 
autooptimizer.exe will still stuck there until I kill it via task manager.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/813423/+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 679512] Re: Enblend fails from Hugin, works from cmd line

2011-08-06 Thread Yuv
I have no access to Windows and can not help much, but I think this
report deserves at least to be re-opened and investigated after it has
been recently confirmed by two users, one of whom even provides a
workaround.

What interest me is: what triggers this bug?  if it was a generalized
bug, we would see many more reports.  I would call Hugin for Windows
broken if it consistently failed all stitching attempt at the blending
stage.  So what is it that makes your case different from the general
public?

Do you have a Temporary dir set in the Hugin's preferences, or is it
empty (system default)?  Try going to the Preferences menu, General tab,
and hit the Load Defaults button.  See if a simple stitch (two images
only) works.

If it is not in Hugin's preferences, maybe it is a system environment
variable that points to a non-default temp location?

If you can find what is it that trigger the condition, we can have a
look if it can be improved in the code.  Since it does not seem to
affect the vast majority of Windows users, I am not inclined to fiddle
with not adding the quotes as suggested in comment #6.  Maybe the
solution will be not adding the quotes *if*   That condition that
makes your system different from the default system, needs to be
identified, and side-effects on the default settings must be considered
before making the change.


** Changed in: hugin
   Status: Fix Released = Confirmed

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

Title:
  Enblend fails from Hugin, works from cmd line

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  This bug has actually been reported a number of times, but closed out
  because people assumed it was simply a problem of not enough disk
  space. I have a case that proves this is not the case... and have
  added some information that will hopefully help diagnose the real
  problem.

  My bottom line: Enblend works from command prompt, not from Hugin, and
  I suspect the issue is that Hugin may not be properly setting
  environment variables before launching Enblend.

  ERROR SEEN (during stitching, when directly run by Hugin):
  enblend: info: loading next image: pLTRR.tif 1/1
  enblend: info: loading next image: pLTRR0001.tif 1/1

  enblend: an exception occured
  enblend: enblend: unable to create image swap file name.

  enblend: info: remove invalid output image pLTRR.tif
  make: *** [pLTRR.tif] Error 1

  HOWEVER: there is no error if the exact command listed in the Hugin
  window is run from command line!

  i.e., I copy the command, open a command prompt, go to the project folder
   f:
   cd \photos\pLTRR

  ...and paste in the enblend command:
  C:/apps/photo/Hugin/bin/enblend --compression LZW -w -f12764x5389 -o 
pLTRR.tif pLTRR.tif pLTRR0001.tif pLTRR0002.tif pLTRR0003.tif 
pLTRR0004.tif pLTRR0005.tif pLTRR0006.tif pLTRR0007.tif pLTRR0008.tif 
pLTRR0009.tif pLTRR0010.tif pLTRR0011.tif pLTRR0012.tif pLTRR0013.tif 
pLTRR0014.tif pLTRR0015.tif pLTRR0016.tif pLTRR0017.tif pLTRR0018.tif 
pLTRR0019.tif pLTRR0020.tif pLTRR0021.tif pLTRR0022.tif pLTRR0023.tif 
pLTRR0024.tif pLTRR0025.tif pLTRR0026.tif pLTRR0027.tif pLTRR0028.tif 
pLTRR0029.tif pLTRR0030.tif pLTRR0031.tif pLTRR0032.tif pLTRR0033.tif 
pLTRR0034.tif pLTRR0035.tif pLTRR0036.tif pLTRR0037.tif pLTRR0038.tif 
pLTRR0039.tif pLTRR0040.tif pLTRR0041.tif pLTRR0042.tif 

  ENVIRONMENT
  WinXP SP3, Hugin 2010.1.0.5161 built by Zoran
  C: drive does NOT have enough space
  F: drive has plenty of space (30+GB free)
  Project is on F:; 
  TMP and TEMP vars point to f:\temp\WinTmp
  Hugin temp setting points to f:\temp\HuginTmp

  SI FILEMON MONITOR LOG shows...
  From the command prompt, Enblend uses F:\temp\WinTmp as it should.
  From within Hugin, Enblend dies without attempting to create a temp file at 
all!

  THE BIG QUESTION
  What is different between calling Enblend from the command prompt vs from 
Hugin?

  My strong suspicion: Hugin improperly sets environment variables
  before launching Enblend

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679512/+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 789902] Re: Allow user to flip X coordinate for panosphere view

2011-08-06 Thread Yuv
quick fixed in
http://hugin.hg.sourceforge.net/hgweb/hugin/hugin/rev/acafcb92e599

** Changed in: hugin
   Status: Confirmed = Fix Committed

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

Title:
  Allow user to flip X coordinate for panosphere view

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  While the outside view on the panosphere in GL preview shows the
  left and right sides correctly from mathematical view-point
  (considering that the camera is inside the sphere), the mirror view
  seems rather unnatural to me as a user.

  It would be nice to add an option to flip the x coordinates so that
  the image is not mirrored. (I cannot say without really seeing, but I
  guess that keeping the outside view would be okay.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/789902/+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 792896] Re: Fast Preview Hangs or Crashes since 2011.0

2011-08-06 Thread tduell
Running 2011.3.0.076c3e64f1dc on Fedora 15 x86_64.
I can load a project and open FPW, and the overview is hidden, i.e. I haven't 
had to change the setting, and it is all OK. Then quit hugin and restart, load 
project and open FPW and it is frozen, quit hugin, restart, load project, open 
FPW window and all is OK. 
If the workaround is to prevent the FPW opening with overview shown in the 
expectation that this will prevent the problem, then that isn't my experience.

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

Title:
  Fast Preview Hangs or Crashes since 2011.0

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  EDIT (August 6, 2011): summarized known information

  *WORKAROUND FOR USERS*: disable the Overview

  1- start Hugin
  2- load a project
  3- go to the Fast Preview Window.  don't touch anything else but described 
below as this could trigger the bug
  4- hit the button Show/Hide to hide the Overview
  5- quit Hugin
  Now Hugin should perform well.

  
  *AFFECTED SYSTEMS*

  - CPU: all systems with more than one thread, that is multi-core CPUs as well 
as single-core CPUs with hyperthreading.
  - Operating Systems: due to the different implementations of threading and 
OpenGL on different platform, some systems are more prone to error than others. 
 Mac OS X seems to be the least affected.  Windows seems to be the most 
affected.

  
  *AFFECTED VERSIONS*

  - All versions of Hugin since the introduction of the Overview in the Fast 
Preview are affected.  That is, all versions after revision 4808:8c577b320714 
2011-01-09 12:21:18
  - This includes the final releases of 2011.0.0 as well as all beta/candidate 
releases of 2011.2.0

  
  *SUMMARY FOR DEVELOPERS / BUG HUNTERS*

  This is most likely a threading issue. Lukáš' hypothesis: a race
  condition in OpenGL calls, when OGL is called by separate threads from
  both overview and fast preview. The reason is that OpenGL is not
  thread-safe and it can cause various problems when used within multi-
  threaded application.

  Run 'valgrind --tool=helgrind hugin' and try to reproduce the error to
  produce a useful backtrace like
  https://bugs.launchpad.net/hugin/+bug/792896/+attachment/2253077/+files
  /valgrind-out.txt

  
  *ORIGINAL BUG REPORT BELOW FOR COMPLETION:*

  Upgraded from 2010.4 to 2011.0.0 and it has hung 3 times in about 15
  sessions.  All three hangs happened while doing the same thing.
  new session, load images, load a lens profile, set the canvas size
  (Calculate optimal size), save-as and save profile then click on GL
  (fast preview) button.  Fast preview window comes up, shows anchor
  image and then hangs.

  Is not reproducible.  Running 2011.0.0.0fd3e119979c built by Matthew
  Petroff on 64-bit Win7.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/792896/+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 818856] Re: cant create the full panorama

2011-08-06 Thread Yuv
The error log looks a lot like bug #679512.  There is a workaround
described there in comment #6.  Can you please try it?  if it works for
you, please mark this bug as duplicate of bug 679512.  You can do so by
clicking the Mark as duplicate link on the right hand side of the
window or replying with a one line saying  duplicate 679512 by email
(note the space in front of the command - your email will need to be
signed, details at https://help.launchpad.net/Bugs/EmailInterface

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

Title:
  cant create the full panorama

Status in Hugin - Panorama Tools GUI:
  Incomplete

Bug description:
  I like to create a panorama with more than one row of pictures.
  Everythink works fine until i try to create the final output. They
  tell me there is an error. I tryed different types of projection
  (zylindric and equirectangular) , different versions of hugin (newest
  and 2010 version), always the same. I upload the log and the
  projectfile, maybe somebody can find something in there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/818856/+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 820073] Re: Error during Stitching: image sizes not consistent

2011-08-06 Thread Yuv
This is not the same as bug 706513 but thank you for trying to avoid
duplicates.

The project file is the .pto, not the .pto.mk (Makefile). Can you please
attach the .pto file to this tracker ticket?

Also, would you mind attaching the two input images?

Please change the status to New to attract attention once you have
provided the requested information.  To do so, hit the little yellow
round button next to the current ticket status and select New.

Thanks

** Changed in: hugin
   Status: New = Incomplete

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

Title:
  Error during Stitching: image sizes not consistent

Status in Hugin - Panorama Tools GUI:
  Incomplete

Bug description:
  This bug looks like 706513. The given solution doesn't work. I tried
  to avoid all illegal characters.

  I use the discription
  http://hugin.sourceforge.net/tutorials/scans/en.shtml to stitch a lot
  of scans because the paper sheets are much longer than the A4 format.

  I know I use an older version in the attached project file. I get the
  same results with the 2011.0.0 release.

  With the 2010.4.0 I did the same panorama stitching work with good
  results. At some point it didn't work anymore.

  Could you give me advice how to do the job with other parameter
  settings?

  Here is the log file
  ===
  ***  Panorama makefile generated by Hugin   ***
  ===
  System information
  ===
  Operating System: Windows Vista (6.0 Service Pack 2)
  Architecture: x86
  Number of logical processors: 2
  Physical memory: 3108840 kiB (65% occupied)
  Free space on disc: 114312 MiB
  Active codepage: 1252 (Western European Windows)
  ===
  Output options
  ===
  Hugin Version: 2010.4.0.854952d82c8f built by Matthew Petroff
  Project file: C:\Users\Hans\AppData\Local\Temp\hug7F11.tmp
  Output prefix: 123voor
  Projection: Rectilinear (0)
  Field of view: 44 x 14
  Canvas dimensions: 8728 x 2653
  Crop area: (1556,381) - (7233,2272)
  Output exposure value: 0.00
  Selected outputs
  Normal panorama
  * Blended panorama
  ===
  Input images
  ===
  Number of images in project file: 2
  Number of active images: 2
  Image 0: F:\HuginUitvoer\123boven.jpg
  Image 0: Size 1890x3446, Exposure: 0.00
  Image 1: F:\HuginUitvoer\123onder.jpg
  Image 1: Size 1890x3446, Exposure: 0.00
  ===
  Testing programs
  ===
  Checking nona...
  nona is ok 
  Checking enblend...
  enblend is ok 
  Checking enfuse...
  enfuse is ok 
  Checking hugin_hdrmerge...
  hugin_hdrmerge is ok 
  Checking exiftool...
  exiftool is ok 
  ===
  Stitching panorama
  ===
  C:/Program Files/Hugin/bin/nona  -z LZW  -r ldr -m TIFF_m -o 123voor -i 0 
C:/Users/Hans/AppData/Local/Temp/hug7F11.tmp
  C:/Program Files/Hugin/bin/nona  -z LZW  -r ldr -m TIFF_m -o 123voor -i 1 
C:/Users/Hans/AppData/Local/Temp/hug7F11.tmp
  ContractViolation: 
  Precondition violation!
  RemappedPanoImageRemapImage,AlphaImage::remapImage(): image sizes not 
consistent

  caught exception: 
  Precondition violation!
  RemappedPanoImageRemapImage,AlphaImage::remapImage(): image sizes not 
consistent

  make: *** [123voor0001.tif] Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/820073/+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 816324] Re: Hugin 2010.4 preview hangs when autocropping w/o active pixels in the crop region

2011-08-06 Thread Yuv
Thank you for the print screen.  I suspect this is a duplicate of bug
792896.  Confirmation will have to wait for 792896 to be fixed:  if you
can't reproduce after 792896 is fixed, then we'll know it.  In the
meantime, I set it as duplicate.  this way it will be easier to track it
once 792896 is fixed.  Setting it to confirmed would just hide it in the
haystack of confirmed bugs; leaving it new just contributes to hide
reports that need attention now; and setting it to incomplete risks
expiring it / making it invisible before it becomes relevant again.

Sorry I have no better answer for you at the moment.

** This bug has been marked a duplicate of bug 792896
   Fast Preview Hangs or Crashes since 2011.0

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

Title:
  Hugin 2010.4 preview hangs when autocropping w/o active pixels in the
  crop region

Status in Hugin - Panorama Tools GUI:
  Incomplete

Bug description:
  This is a minor irritant, easily avoidable and I had forgotten about
  this. Since we are now trying to capture the preview hang issue I
  decided to report this in case this is relevant. Repeatable 100% in
  Ubuntu 10.04 / Hugin 2010.4 and I suspect (i.e have a recollection)
  that this is repeatable in earlier versions.  Repeat as follows

  1. Load Images
  2. Align Images
  3. Go to preview window
  4. Drag the image out of the crop rectangle
  5. Press auto crop
  6. Program reports that auto cropping is in progress but this process never 
completes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/816324/+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 816324] Re: Hugin 2010.4 preview hangs when autocropping w/o active pixels in the crop region

2011-08-06 Thread Yuv
stupid me!  P.S.: can you hide the overview and try to reproduce it?
then we'll know if it is a duplicate or not.  Setting to incomplete and
looking forward for you to either setting to duplicate (on the right
hand side) or to reply that you were able to reproduce with the overview
disabled.

** This bug is no longer a duplicate of bug 792896
   Fast Preview Hangs or Crashes since 2011.0

** Changed in: hugin
   Status: New = Incomplete

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

Title:
  Hugin 2010.4 preview hangs when autocropping w/o active pixels in the
  crop region

Status in Hugin - Panorama Tools GUI:
  Incomplete

Bug description:
  This is a minor irritant, easily avoidable and I had forgotten about
  this. Since we are now trying to capture the preview hang issue I
  decided to report this in case this is relevant. Repeatable 100% in
  Ubuntu 10.04 / Hugin 2010.4 and I suspect (i.e have a recollection)
  that this is repeatable in earlier versions.  Repeat as follows

  1. Load Images
  2. Align Images
  3. Go to preview window
  4. Drag the image out of the crop rectangle
  5. Press auto crop
  6. Program reports that auto cropping is in progress but this process never 
completes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/816324/+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 806153] Re: Autocrop doesn't always work

2011-08-06 Thread Yuv
Just tested with 2011.3.0.acafcb92e599 in Kubuntu and confirm the
described behavior.

On July 29, 2011 04:27:28 pm Henk Tijdink wrote:
 The thread in the hugin ptx was from september last year with hugin
 2010.2 RC1.
 There I asked it if that behavior was normal. And with the definitive
 version it was gone.

Do I understand correctly your above statement form hugin-ptx: the bug
is present in 2010.2 RC1, and is gone in 2010.2.0 final?


** Changed in: hugin
   Status: New = Confirmed

** Changed in: hugin
   Importance: Undecided = High

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

Title:
  Autocrop doesn't always work

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  In Hugin 2011.2.0 beta 1 for windows(2011.2.0.cf0eaefbe0dd built by Matthew 
Petroff) I found after extensive testing the following probably related bugs.
  My system windows XP incl. servicepack 3.

  1) In the fast preview window the autocrop function doesn't work with
  the following projections:

  Fisheye
  Stereo
  Transmercator
  Both Lambert projections
  Albers
  Orthographic
  Equisolid
  Thoby.

  But under the Stitcher Tab the fit crop works for that projections.

  2) Under the Stitcher tab the function calculate optimal size doesn't
  work for projections mentioned under 1).

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/806153/+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