← Back to team overview

hugin-devs team mailing list archive

[Bug 1558250] Re: Error message at launch: an assertion failed!

 

Hi,

I think it is related.
I've built the latest hg version (but this is not this one that creates the problem).

I've :
../src/gtk/dcclient.cpp(1520): assert "IsOk()" failed in Clear(): invalid window dc
ASSERT INFO:
../src/gtk/dcclient.cpp(1520): assert "IsOk()" failed in Clear(): invalid window dc

BACKTRACE:
[1] wxWindowDCImpl::Clear()
[2] ImagesTreeCtrl::SetOptimizerMode()
[3] OptimizePanel::Init(HuginBase::Panorama*)
[4] MainFrame::MainFrame(wxWindow*, HuginBase::Panorama&)
[5] huginApp::OnInit()
[6] wxEntry(int&, wchar_t**)
[7] main
[8] __libc_start_main
[9] _start

If I click [continue], I've the same message again.
It is not "qd infinitum" [tm] but I get it 12 times. At the 13th click, I get the interface.
If I uncheck "show this dialog the next time", it starts and run fine...

Jean-Luc

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

Title:
  Error message at launch: an assertion failed!

Status in Hugin:
  Fix Released

Bug description:
  Hi,

  With latest hg version, when I start Hugin, I get a window with the
  following message:

  ASSERT INFO:
  ../src/common/menucmn.cpp(982): assert "item" failed in Enable(): attempt to enable an item which doesn't exist

  BACKTRACE:
  [1] wxMenuBarBase::Enable(int, bool)
  [2] MainFrame::MainFrame(wxWindow*, HuginBase::Panorama&)
  [3] huginApp::OnInit()
  [4] wxEntry(int&, wchar_t**)
  [5] main
  [6] __libc_start_main
  [7] _start

  If I click [continue], I've the same window once again, with an other backtrace:
  ASSERT INFO:
  ../src/common/menucmn.cpp(982): assert "item" failed in Enable(): attempt to enable an item which doesn't exist

  BACKTRACE:
  [1] wxMenuBarBase::Enable(int, bool)
  [2] MainFrame::panoramaImagesChanged(HuginBase::Panorama&, std::set<unsigned int, std::less<unsigned int>, std::allocator<unsigned int> > const&)
  [3] HuginBase::Panorama::changeFinished(bool)
  [4] PanoCommand::PanoCommand::execute()
  [5] PanoCommand::CommandHistory::addCommand(PanoCommand::PanoCommand*, bool)
  [6] huginApp::OnInit()
  [7] wxEntry(int&, wchar_t**)
  [8] main
  [9] __libc_start_main
  [10] _start

  Then, after clicking [continue] it seems to start normally. But it
  continues to display the same error time to time along the process.

  Regards

  Jean-Luc

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1558250/+subscriptions


References