[Hugin-devs] [Bug 1404023] Re: Windows installer uses wrong working dir for shortcuts

2014-12-20 Thread Matthew Petroff
I just fixed the install script but have not rebuilt the installers.

** Changed in: hugin
   Status: New = 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/1404023

Title:
  Windows installer uses wrong working dir for shortcuts

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Installed 2014.0.0 64-bit on Windows 7.

  All start menu entries have as 'start in' the directory c:\program 
files\hugin\doc, which should be c:\program files\hugin\bin.
  Hugin starts correctly, batch files give an error about missing files.
  Changing the working directory, everything works as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1404023/+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 1335231] Re: RC4 on Windows won't load

2014-06-28 Thread Matthew Petroff
I apparently left a debug build on for something. Unfortunately, I'm
away from my build machine until mid-August and won't be able to fix it
until then.

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

Title:
  RC4 on Windows won't load

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  On Windows 7 64 bits, I am trying to use RC4. Both 7zip versions (with
  or without Python) and the full installer (with Python) all refuse to
  load. I get a message about a missing MSVCR120D.dll. I did not try the
  non-python installer, I guessed I would get the same results.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1335231/+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 1274187] Re: Too many Warning popups

2014-03-02 Thread Matthew Petroff
Hugin isn't generating the dialog boxes, libtiff is. Most of Hugin's
tools suppress libtiff's warnings so the boxes don't appear, but cpfind
does not. I believe I've fixed the problem but would like to test it
before committing the change. Would you mind uploading one
representative image that is causing the dialog boxes to appear so I can
test the fix?

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

Title:
  Too many Warning popups

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  I get hundreds of Warniing popups, when stitching together TIF files:
  http://i.imgur.com/7z5vSdK.png

  Had to cancel stitching, the popups were just too much.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1274187/+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 1274187] Re: Too many Warning popups

2014-03-02 Thread Matthew Petroff
I wasn't able to suppress the warnings since the images are loaded
through VIGRA, but I recompiled libtiff with TIF_PLATFORM_CONSOLE
defined, so the warnings are directed to the console instead of popups.
The bug is fixed in 2014.0.0-rc1.

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

Title:
  Too many Warning popups

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  I get hundreds of Warniing popups, when stitching together TIF files:
  http://i.imgur.com/7z5vSdK.png

  Had to cancel stitching, the popups were just too much.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1274187/+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 1103771] [NEW] Warning Message Grammar Mistake

2013-01-23 Thread Matthew Petroff
Public bug reported:

Warning message for input images being too small for coarse mask uses
wrong form of too. See attached patch.

** Affects: enblend
 Importance: Low
 Status: New


** Tags: grammar

** Patch added: fix.diff
   https://bugs.launchpad.net/bugs/1103771/+attachment/3497660/+files/fix.diff

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

Title:
  Warning Message Grammar Mistake

Status in Enblend:
  New

Bug description:
  Warning message for input images being too small for coarse mask uses
  wrong form of too. See attached patch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1103771/+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 1076217] Re: batch process window uncontrollable

2012-11-11 Thread Matthew Petroff
I think it has something to do with the antiquated version of libtiff
bundled with wxWidgets. My 32-bit builds use unbundled up-to-date image
libraries, but I haven't gotten around to updating my 64-bit build
system.

I found previous reports of similar errors from 16-bit TIFFs, although since 
the error still exists with 8-bit TIFFs, it's clearly not inherit to 16-bit 
color depth:
https://groups.google.com/d/topic/hugin-ptx/253wXwIQwbg/discussion
https://groups.google.com/d/topic/hugin-ptx/k9pQp8xi4Pk/discussion

I'm a bit busy this week, but I'll try to look into it more next week.

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

Title:
  batch process window uncontrollable

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Operating System: Windows NT 6.1 (build 7601, Service Pack 1)
  Architecture: 64 bit
  Free memory: 6059992 kiB
  Active Codepage: 1252 (Western European Windows)

  Hugin
  Version: 2012.0.0.a6e4184ad538 built by Matthew Petroff
  Path to resources: C:\Program Files\Hugin/share/hugin/xrc/
  Path to data: C:\Program Files\Hugin/share/hugin/data/
  Path to public lensfun database: C:\Program Files\Hugin/share/lensfun
  Path to user lensfun database: C:\Users\cjd\AppData\Local\lensfun

  Libraries
  wxWidgets: 2.8.11.0
  libpano13: 2.9.18 
  Boost: 1.44.0
  Exiv2: 0.20.0

  
  The creation process seems to run properly, the output files are created, but 
the batch window never receives focus.
  I cannot kill it except by using task manager (end process of PTBatcherGUI). 

   I am stitching 16-bit tiffs produced by Canon DPP.
  When I start the batch process, the batch window opens on top of Hugin, then 
the current task  opens a status/progress window on top of that, and the tiff 
library warning box (labelled Hugin warning) appears on top of that again.
  The warning details just say Tiff ReadDirectory many times over.

  If I dismiss the tiff warning then it seems to work as expected.
  If I just watch it, then when the stitch is finished, the status/progress 
window and tiff warning both disappear but the PTBatcherGUI can never regain 
focus.  The tiff warning does not just get hidden under other windows, it 
disappears - as the problem remains if I resize/move them to different parts of 
the screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1076217/+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 1005044] [NEW] Changeset 6758e8ca9244 breaks MSVC Build

2012-05-26 Thread Matthew Petroff
Public bug reported:

Revision 6758e8ca9244 replaces the Mersenne Twister random number
generator with rand_r. Unfortunately, rand_r is POSIX only, so Enblend
no longer compiles using MSVC on Windows.

** Affects: enblend
 Importance: Undecided
 Status: New

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

Title:
  Changeset 6758e8ca9244 breaks MSVC Build

Status in Enblend:
  New

Bug description:
  Revision 6758e8ca9244 replaces the Mersenne Twister random number
  generator with rand_r. Unfortunately, rand_r is POSIX only, so Enblend
  no longer compiles using MSVC on Windows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1005044/+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 905957] Re: Stiching ends with Error 1

2011-12-18 Thread Matthew Petroff
Thanks for pointing that out. I just uploaded new copies with Enblend
and Enfuse.

** Changed in: hugin
   Status: New = 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/905957

Title:
  Stiching ends with Error 1

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Logfile attached. See Error at the very end. 
  .
  .
  C:/Program Files/Hugin/bin/enblend --compression=90 -f1369x577+21+30 -o 
974-1-975-1.jpg -- 974-1-975-1.tif 974-1-975-10001.tif
  Der Befehl C:/Program Files/Hugin/bin/enblend ist entweder falsch 
geschrieben oder
  konnte nicht gefunden werden.
  make: *** [974-1-975-1.jpg] Error 1

  
  Hugin Version: 2011.4.0.cf9be9344356 built by Matthew Petroff
  Pictures from tutorial Stitching two photos together 974-1.jpg and 974-2.jpg
  Installation language: German
  Win7 Ultimate SP1 32 Bit
  3GB Ram

  Attachement: 974-1-975-1.log, 974-1-975-1.pto.mk, 974-1-975-1.pto all
  in a7z-file

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/905957/+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 840653] Re: unable to create image swap file name

2011-09-08 Thread Matthew Petroff
Change the canvas size in the stitcher tab to something smaller, say
5000 x 2500, and see if you still receive the error.

-- 
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/840653

Title:
  unable to create image swap file name

Status in Hugin - Panorama Tools GUI:
  Incomplete

Bug description:
  I don´t know why it becomes an error.

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/840653/+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 840653] Re: unable to create image swap file name

2011-09-06 Thread Matthew Petroff
You are trying to stitch a very large (300+ megapixel) image. Try
stitching a lower resolution output and see if you still have the error.
It may be related to temporary files using up all of your free disk
space. It could also be related to this bug:
https://bugs.launchpad.net/hugin/+bug/679512

** Visibility changed to: Public

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

** Changed in: hugin
   Status: New = Incomplete

-- 
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/840653

Title:
  unable to create image swap file name

Status in Hugin - Panorama Tools GUI:
  Incomplete

Bug description:
  I don´t know why it becomes an error.

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/840653/+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 838840] Re: Fast-preview freezes on Windows 64bit

2011-09-06 Thread Matthew Petroff
*** This bug is a duplicate of bug 792896 ***
https://bugs.launchpad.net/bugs/792896

** 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/838840

Title:
  Fast-preview freezes on Windows 64bit

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Using Hugin 2011.2.0.752ea80728d6 built by Matthew Petroff

  No problems with installation or first use, created several panos 
successfully.
  After restarting the pc and starting Hugin again, I encounter the following 
problem:
  Step 1 - opening images works 
  Step 2- Stitching process starts, downsizing.. photometric optimation ok.. 
the fast-preview windows starts to open, but then freezes without showing any 
controls  (see screenshot).

  This happens regularly, did not find a way to avoid it yet...

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/838840/+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 798952] Re: vigra_impex bug creates 'arithmetic coded' JPEG output

2011-09-02 Thread Matthew Petroff
This issue is still in the trunk. I ran into it producing test builds
with the new graph-cut seam generator. I had to change
src/vigra_impex/jpeg.cxx line 421 from info.arith_code = TRUE; to
info.arith_code = FALSE; to get the JPEGs produced to open in most
software.

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

Title:
  vigra_impex bug creates 'arithmetic coded' JPEG output

Status in Enblend:
  Confirmed

Bug description:
  vigra_impex has a bug which effectively means all JPEG output is
  'arithmetic coded' (rather than huffman coded) if the version of
  libjpeg supports it.

  This is a problem as arithmetic coding isn't very portable, e.g. the
  enblend 4.0 in fedora f15 is creating these JPEGs whenever JPEG is
  selected for output.

  The upstream vigra fix is these two changesets:
  http://www.informatik.uni-hamburg.de/~meine/hg/vigra/rev/e54137017af7
  http://www.informatik.uni-hamburg.de/~meine/hg/vigra/rev/f5e29e0bdfe0

  It probably isn't worth backporting all this to enblend, a simple fix
  is to just comment out src/vigra_impex/jpeg.cxx line 421.

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/798952/+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 785165] Re: hugin_hdrmerge on 64bit windows produces empty image

2011-09-02 Thread Matthew Petroff
It's entirely possible that there's something wrong with my 64-bit
OpenEXR library. I currently don't have access to a 64-bit Windows
machine, so the 64-bit builds are hard for me to test. Once I have
access again, I'll try to fix it.

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

Title:
  hugin_hdrmerge on 64bit windows produces empty image

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  The hdrmerge step in hugin workflow: 
  hugin_hdrmerge.exe -m avg -c produces empty/blackimage (both tiff or exr) 
with size around 40-90k. There is no error reported in the console

  Tested for fo 2010.4.0final and
  HuginSetup_2011.0.0-rc1_64bit_Windows.exe when open the same project
  using 32 bit version, the result is OK.

  
  As using 32bit version is slower, I tested following workaround: Copy 32 bit 
version of hugin_hdrmerge.exe to 64 bit installation. Did not help..

  Jan

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/785165/+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 817104] Re: Hugin 2011.2.0 RC2 WIN 32 crashes

2011-08-31 Thread Matthew Petroff
The about screen number is based on the source code revision. Since both
builds are of rc4, the number remains the same. I deleted the original
rc4 and renamed the new version per your suggestion to reduce potential
confusion.

** Changed in: hugin
   Status: Confirmed = 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/817104

Title:
  Hugin 2011.2.0 RC2 WIN 32 crashes

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Hugin 2011.2.0 RC2 crashes during stitching. Get an error message with an 
enblend error. Build Matthew Petroff.
  The beta 1 version of doesn't have this problem. It is consistent, so version 
RC2 doesn't stitch.
  System single core Athlon 3000, 32 bits windows XP sp3.
  Error log included.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/817104/+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 786575] Re: Enblend bundled with 2011.0.0 Windows binary lacks support for LZW compression.

2011-08-31 Thread Matthew Petroff
** Tags added: windows

** Changed in: hugin
   Status: Confirmed = 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/786575

Title:
  Enblend bundled with 2011.0.0 Windows binary lacks support for LZW
  compression.

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  I'm using precompiled version of 2011.0.0.8f1447ab8649 built by Matthew 
Petroff
  Win7 x6464bit version
  an error 1 occured

  and the last few lines in LOG:
  
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0052.tif 1/1
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0053.tif 1/1
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0054.tif 1/1
  enblend: info: writing final output
  enblend: error: LZW compression is not available to due to Unisys patent 
enforcement
  C:/Program Files/Hugin/bin/exiftool -overwrite_original_in_place 
-TagsFromFile C:/Users/Ewing/Desktop/PANO2/6/IMG_8211.JPG -ImageDescription 
-Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal 
-CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber 
IMG_8211-IMG_8520-2_exposure_0003.tif
  1 image files updated
  C:/Program Files/Hugin/bin/enblend --compression=LZW -w -f27398x13699 -o 
IMG_8211-IMG_8520-2_exposure_0004.tif 
IMG_8211-IMG_8520-2_exposure_layers_0008.tif 
IMG_8211-IMG_8520-2_exposure_layers_0018.tif 
IMG_8211-IMG_8520-2_exposure_layers_0035.tif 
IMG_8211-IMG_8520-2_exposure_layers_0036.tif 
IMG_8211-IMG_8520-2_exposure_layers_0048.tif
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0008.tif 1/1
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0018.tif 1/1
  enblend: images do not overlap - they will be combined without blending
  enblend: use the -l flag to force blending with a certain number of levels
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0035.tif 1/1
  enblend: images do not overlap - they will be combined without blending
  enblend: use the -l flag to force blending with a certain number of levels
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0036.tif 1/1
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0048.tif 1/1
  enblend: info: writing final output
  enblend: error: LZW compression is not available to due to Unisys patent 
enforcement
  C:/Program Files/Hugin/bin/exiftool -overwrite_original_in_place 
-TagsFromFile C:/Users/Ewing/Desktop/PANO2/6/IMG_8211.JPG -ImageDescription 
-Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal 
-CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber 
IMG_8211-IMG_8520-2_exposure_0004.tif
  1 image files updated
  C:/Program Files/Hugin/bin/enblend --compression=LZW -w -f27398x13699 -o 
IMG_8211-IMG_8520-2_exposure_0005.tif 
IMG_8211-IMG_8520-2_exposure_layers_0017.tif 
IMG_8211-IMG_8520-2_exposure_layers_0030.tif
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0017.tif 1/1
  enblend: info: loading next image: 
IMG_8211-IMG_8520-2_exposure_layers_0030.tif 1/1

  enblend: excessive overlap detected; remove one of the images
  enblend: info: remove invalid output image 
IMG_8211-IMG_8520-2_exposure_0005.tif
  make: *** [IMG_8211-IMG_8520-2_exposure_0005.tif] Error 1
  '
  the complete log can be found at http://myweb.ncku.edu.tw/~f44996043/LOG.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/786575/+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 817104] Re: Hugin 2011.2.0 RC2 WIN 32 crashes

2011-08-28 Thread Matthew Petroff
Could you please test the new Hugin 2011.2.0-rc4 build to see if the
issue has been resolved?

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

Title:
  Hugin 2011.2.0 RC2 WIN 32 crashes

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  Hugin 2011.2.0 RC2 crashes during stitching. Get an error message with an 
enblend error. Build Matthew Petroff.
  The beta 1 version of doesn't have this problem. It is consistent, so version 
RC2 doesn't stitch.
  System single core Athlon 3000, 32 bits windows XP sp3.
  Error log included.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/817104/+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 678808] Re: could not decode image when path contains non-latin chars

2011-06-04 Thread Matthew Petroff
** Tags added: windows

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

Title:
  could not decode image when path contains non-latin chars

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  Hugin fails to add files to project if there non-latin characters
  (i.e. cyrillic) in path, gives failed to decode image message.

  Also, when cyrillic letters are used in project file name, they are
  converted into ISO latin codepage when the file is created. I can
  supply the screenshots to make the point clear.

  Both tested on build 2925 on WinXP

___
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 788990] Re: Feature request.Smartblend wrapper.

2011-06-03 Thread Matthew Petroff
** Tags added: windows

** Changed in: hugin
   Importance: Undecided = Low

** Changed in: hugin
   Status: New = 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/788990

Title:
  Feature request.Smartblend wrapper.

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  In the installer or zipfile for Windows the smartblend wrapper and the 
instrutions for it are missing. Now you have to download it separately.
  Can it be packed with the installer and zipfile. Only the wrapper and 
instructions for it and NOT smartblend, view  possible patent issues.

___
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 761231] Re: Image cache memory can't be set above 2047MB

2011-05-10 Thread Matthew Petroff
After tweaking the code a bit to get around compiler issues when reading
the stored value, it seems to work. I also updated the code where the
setting is actually used, so it actually does something.

** 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/761231

Title:
  Image cache memory can't be set above 2047MB

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  
  When setting the image cache memory (file/preferences/general) to any value 
above 2047MB it resets to 1MB.

  If I then click cancel, it does not stay at 2047, but goes ahead and
  sets the cache to 1MB.

  Windows 7 64 bit, AMD Phenom II 6 core  1100T, 8GB RAM
  Hugin 2011.0.0.8f1447ab8649

___
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 761231] Re: Image cache memory can't be set above 2047MB

2011-05-09 Thread Matthew Petroff
Are you using a 32-bit or 64-bit build?

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

Title:
  Image cache memory can't be set above 2047MB

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  
  When setting the image cache memory (file/preferences/general) to any value 
above 2047MB it resets to 1MB.

  If I then click cancel, it does not stay at 2047, but goes ahead and
  sets the cache to 1MB.

  Windows 7 64 bit, AMD Phenom II 6 core  1100T, 8GB RAM
  Hugin 2011.0.0.8f1447ab8649

___
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 761231] Re: Image cache memory can't be set above 2047MB

2011-05-09 Thread Matthew Petroff
wxWidgets stores long integers in the Windows Registry as DWORD keys
that are 32-bit unsigned integers. Hugin was reading these as signed
integers, so anything above 2047 was read as negative and displayed as
1; values above 2047 were properly saved, just displayed incorrectly. I
committed a fix for this.

However, there is a new limit at 4095 MB due to an incompatibility
between how Hugin saves this setting and the Windows registry. While
Windows 2000 and later supports QWORD keys that are 64-bit integers,
wxWidgets does not support these, leaving only 32-bit DWORD keys. Hugin
shifts the setting's value left 20 bits before saving it, causing a
DWORD, or a 32-bit unsigned integer, to rollover back to 0 for any
values above 4095, preventing the use of more the 4GB of memory for
image cache. This could be resolved by shifting the value when it is
read instead of when it is saved, but this would break all existing
settings.

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

Title:
  Image cache memory can't be set above 2047MB

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  
  When setting the image cache memory (file/preferences/general) to any value 
above 2047MB it resets to 1MB.

  If I then click cancel, it does not stay at 2047, but goes ahead and
  sets the cache to 1MB.

  Windows 7 64 bit, AMD Phenom II 6 core  1100T, 8GB RAM
  Hugin 2011.0.0.8f1447ab8649

___
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 741279] Re: Downloaded Beta 2011...don't know how to install on Windows XP

2011-04-02 Thread Matthew Petroff
*** This bug is a duplicate of bug 679581 ***
https://bugs.launchpad.net/bugs/679581

** This bug is no longer a duplicate of bug 699839
   windows build installs but doesn't run in XP
** This bug has been marked a duplicate of bug 679581
   Installer should install VC++ runtime to make enblend work
 * You can subscribe to bug 679581 by following this link: 
https://bugs.launchpad.net/hugin/+bug/679581/+subscribe

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

Title:
  Downloaded Beta 2011...don't know how to install on Windows XP

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  when I click on the icon to run the program, this comes up:
   C:\Program Files\Hugin\bin\hugin.exe
  This application has failed to start because the application configuration is 
incorrect. 
  Reinstalling the application may fix this problem. 

  I reinstalled it a couple of times and still the program won't work. What I 
am doing or not doing right?
  Thanks,
  George Pearl
  Atlanta, GA

___
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 741279] Re: Downloaded Beta 2011...don't know how to install on Windows XP

2011-03-27 Thread Matthew Petroff
*** This bug is a duplicate of bug 699839 ***
https://bugs.launchpad.net/bugs/699839

** This bug has been marked a duplicate of bug 699839
   windows build installs but doesn't run in XP
 * You can subscribe to bug 699839 by following this link: 
https://bugs.launchpad.net/hugin/+bug/699839/+subscribe

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

Title:
  Downloaded Beta 2011...don't know how to install on Windows XP

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  when I click on the icon to run the program, this comes up:
   C:\Program Files\Hugin\bin\hugin.exe
  This application has failed to start because the application configuration is 
incorrect. 
  Reinstalling the application may fix this problem. 

  I reinstalled it a couple of times and still the program won't work. What I 
am doing or not doing right?
  Thanks,
  George Pearl
  Atlanta, GA

___
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 741279] Re: Downloaded Beta 2011...don't know how to install on Windows XP

2011-03-26 Thread Matthew Petroff
I'll assume you downloaded the Hugin 2011.0.0 beta 3 installer from SourceForge.
Try installing the Microsoft Visual C++ redistributable:
http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2displaylang=en

** Tags added: windows

** Changed in: hugin
   Status: New = Triaged

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

Title:
  Downloaded Beta 2011...don't know how to install on Windows XP

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  when I click on the icon to run the program, this comes up:
   C:\Program Files\Hugin\bin\hugin.exe
  This application has failed to start because the application configuration is 
incorrect. 
  Reinstalling the application may fix this problem. 

  I reinstalled it a couple of times and still the program won't work. What I 
am doing or not doing right?
  Thanks,
  George Pearl
  Atlanta, GA

___
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 723661] Re: Hugin 2010.4.0 deinstallation also deletes files it didn't install

2011-02-28 Thread Matthew Petroff
** Changed in: hugin
   Status: Incomplete = Confirmed

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

Title:
  Hugin 2010.4.0 deinstallation also deletes files it didn't install

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  Affects 2010.4.0 released December 2010 Windows distribution

  I have added old binaries in %ProgramFiles%\Hugin\bin070\ and
  autopano-sift-c.exe in %ProgramFiles%\Hugin\bin\.

  After deinstallation the additional directories are gone - together
  with %ProgramFiles%\Hugin\ itself.

  Don't know if this is bug or feature. I, however, would appreciate it
  if Hugin wouldn't silently delete files it didn't copy during
  installation time but rather show a notice that not all files were
  deleted.

  On a sidenote: Updating Hugin 0.7.0 with 2010.4.0 results in two
  deinstallation entries in Start/Settings/Add or Remove Software but
  overwritten binaries in %ProgramFiles%\Hugin\.

___
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 696831] Re: Nona Window getting focus, hindering other work

2011-02-28 Thread Matthew Petroff
I can confirm that there is no issue with glut, only freeglut. The
2011.0.0-beta1 builds I uploaded are built against glut.

** Changed in: hugin
   Status: Triaged = 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/696831

Title:
  Nona Window getting focus, hindering other work

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  I'm stitching a large panorama at work. Using the latest version (all
  details at the end) of hugin with GPU remapping the nona window pops
  up multiple times and steals the focus of the current window. This
  hinders working with other programs while letting hugin finish the
  stitch.

  This little screencast shows the problem: I'm doing some work-stuff
  (shoot me an email if you'd like to know what :) while waiting for a
  stitch to finish. The nona-window always steals the focus from my
  other window: http://habi.gna.ch/u/6m (just at the beginning and at
  approx. 35 seconds).

  The problem only exists with GPU remapping enabled, disabling it
  leaves the stitching process without focus (but takes much longer...)

  - Windows 7 Professional 64 bit
  - Intel XEON X5550 @ 2.67 GHz
  - 24 GB RAM
  - Graphics Card: NVIDIA Corporation Quadro FX 580/PCI/SSE2
  - hugin 2010.4.0.854952d82c8f built by Matthew Petroff

___
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 723661] Re: Hugin 2010.4.0 deinstallation also deletes files it didn't install

2011-02-28 Thread Matthew Petroff
After looking at the uninstaller script, I can confirm that the
uninstaller simply deletes the folder that Hugin was installed into, a
behavior that should not be the case. I will look into fixing the issue
when I have time.

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

Title:
  Hugin 2010.4.0 deinstallation also deletes files it didn't install

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  Affects 2010.4.0 released December 2010 Windows distribution

  I have added old binaries in %ProgramFiles%\Hugin\bin070\ and
  autopano-sift-c.exe in %ProgramFiles%\Hugin\bin\.

  After deinstallation the additional directories are gone - together
  with %ProgramFiles%\Hugin\ itself.

  Don't know if this is bug or feature. I, however, would appreciate it
  if Hugin wouldn't silently delete files it didn't copy during
  installation time but rather show a notice that not all files were
  deleted.

  On a sidenote: Updating Hugin 0.7.0 with 2010.4.0 results in two
  deinstallation entries in Start/Settings/Add or Remove Software but
  overwritten binaries in %ProgramFiles%\Hugin\.

___
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 692957] Re: Windows: can't find chcp command

2010-12-31 Thread Matthew Petroff
c:\windows\system32\nv\ isn't in your PATH so I am at a loss why Hugin
is looking there. Either there's something very peculiar about your
Windows install, or there's a bug upstream in wxWidgets.

** Attachment removed: hugin.7z
   
https://bugs.launchpad.net/hugin/+bug/692957/+attachment/1778650/+files/hugin.7z

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

Title:
  Windows: can't find chcp command

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  I use Windows 7 64bit. After starting the stitching I receive a message, that 
the command chcp couldn't be found. Originally in german:  Der Befehl chcp 
ist entweder falsch geschrieben oder konnte nicht gefunden werden.

I even changed the path variable from %systemroot%\system32 into 
c:\windows\system32, but it didn't help. All other things are working, so It 
looks like a bug for me.

Thanks for any help.



___
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 692957] Re: Windows: can't find chcp command

2010-12-29 Thread Matthew Petroff
I'm not sure what else to try other than recording where Hugin looks for
chcp.

Could you download Process Monitor from:
http://technet.microsoft.com/en-us/sysinternals/bb896645

Then use the following procedure:

1. Save this attachment

2. Open Hugin and have it ready to stitch

3. Open Process Monitor (procmon.exe)

4. In procmon: File -- Import Configuration... then select the
attachment

5. Try to stitch with Hugin.

6. In procmon: File -- Capture Events to stop the event tracer

7. In procmon: File -- Save... the default options are fine

8. Add the resulting log file to this bug report.

The log file will contain all attempts to access chcp and where those
attempts were.

** Attachment added: ProcmonConfiguration-chcp.pmc
   
https://bugs.launchpad.net/hugin/+bug/692957/+attachment/1779259/+files/ProcmonConfiguration-chcp.pmc

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

Title:
  Windows: can't find chcp command

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  I use Windows 7 64bit. After starting the stitching I receive a message, that 
the command chcp couldn't be found. Originally in german:  Der Befehl chcp 
ist entweder falsch geschrieben oder konnte nicht gefunden werden.

I even changed the path variable from %systemroot%\system32 into 
c:\windows\system32, but it didn't help. All other things are working, so It 
looks like a bug for me.

Thanks for any help.



___
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 692957] Re: Windows: can't find chcp command

2010-12-28 Thread Matthew Petroff
Are you running a 32-bit or 64-bit build?

Using the assumption that you are running a 32-bit build:
Is chcp.com located in the c:\windows\syswow64\ folder?
Does chcp work if you run it from the c:\windows\syswow64\cmd.exe 
executable?
What path results from running cd %windir%\system32\catroot\..\ from the 
c:\windows\syswow64\cmd.exe executable?

I unfortunately do not have access to a 64-bit Windows machine and
cannot do any testing.

You should be able to work around the problem by copying chcp.com from
system32 to the Hugin bin folder and renaming it to chcp.exe.

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

Title:
  Windows: can't find chcp command

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  I use Windows 7 64bit. After starting the stitching I receive a message, that 
the command chcp couldn't be found. Originally in german:  Der Befehl chcp 
ist entweder falsch geschrieben oder konnte nicht gefunden werden.

I even changed the path variable from %systemroot%\system32 into 
c:\windows\system32, but it didn't help. All other things are working, so It 
looks like a bug for me.

Thanks for any help.



___
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 685933] Re: Process only selected layer in multi-layer TIFF

2010-12-06 Thread Matthew Petroff
*** This bug is a duplicate of bug 685891 ***
https://bugs.launchpad.net/bugs/685891

** This bug has been marked a duplicate of bug 685891
   16bit Tiff's containing preview imgs stop enfuse/enblend
 * You can subscribe to bug 685891 by following this link: 
https://bugs.launchpad.net/enblend/+bug/685891/+subscribe

** Changed in: enblend
   Status: New = Fix Released

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

Title:
  Process only selected layer in multi-layer TIFF

Status in Enblend:
  Fix Released

Bug description:
  Canon's DPP creates TIFF files with 2 layers.  Layer 1 contains the processed 
image, and layer 2 contains a small thumbnail. Several other RAW converters do 
the same.
When feeding these images to Enfuse, both layers are attempted to be processed, 
causing incorrect results. And as far as I know there is no way to turn this 
feature off in the RAW converters.
The only way to correct the problem now is to open these images in an image 
editor, and re-save them to get rid of the thumbnail.
It would be great if it was possible introduce a syntax in Enfuse to specify 
layer(s) to process.

Something like this: IMAGE.TIFF would process all layers, IMAGE.TIFF[1] would 
only process layer 1, etc...



___
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