Newly installed Hugin 2014 fails in wxDateTime in newly installed wxWidgets 
(3.0.2).  Hugin 2013 works but doesn't use wxWidgets.  See attachment for 
error message window. PTBatcherGUI may be at fault.

I'm on a MacPro OS 10.11.1 . Hugin 2014, wxWidgets 3.0.2.  Simple two photo 
pano using Assistant and all default preference settings.

Just a guess that this wxWidgets code, in  datetime.h,  is where the error 
message comes from.


===============================================

inline time_t wxDateTime::GetTicks() const

{

    wxASSERT_MSG( IsValid(), wxT("invalid wxDateTime"));

    if ( !IsInStdRange() )

    {

        return (time_t)-1;

    }


    return (time_t)((m_time / (long)TIME_T_FACTOR).ToLong()) + 
WX_TIME_BASE_OFFSET; 

}

==================================================


Chuck

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/887b883b-5e36-4bbf-9489-a6f4eeb5af07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to