Comment 4 for bug 1558250

Revision history for this message
JeanLucCoulon (jean-luc-coulon-f) wrote :

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