On Mon 20-Apr-2009 at 21:23 +0100, Bruno Postle wrote:
>
> Ok, I can rearrange the order of these commits: svn 3736 is the 
> commit that broke things.

The attached patch for the trunk hacks out the lines that cause the 
crash. 

PTBatcherGUI starts but isn't functional, the stitching queue isn't 
loaded on startup, projects can be added to the queue, but they fail 
when run (possibly a different bug).

-- 
Bruno

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---

Index: src/hugin1/ptbatcher/BatchFrame.cpp
===================================================================
--- src/hugin1/ptbatcher/BatchFrame.cpp (revision 3794)
+++ src/hugin1/ptbatcher/BatchFrame.cpp (working copy)
@@ -192,9 +192,9 @@
                wxFileName aFile(m_batch->GetLastFile());
                if(!aFile.FileExists())
                {
-                       m_batch->ClearBatch();
-                       m_batch->LoadTemp();
-                       loaded = true;
+//FIXME                        m_batch->ClearBatch();
+//FIXME                        m_batch->LoadTemp();
+//FIXME                        loaded = true;
                }
                else
                {

Reply via email to