Crash [6956]

Problems and solutions for installing or running FreeOrion, including discussion of bugs if needed before posting a bug report on GitHub. For problems building from source, post in Compile.

Moderator: Oberlus

Post Reply
Message
Author
AndrewW
Juggernaut
Posts: 791
Joined: Mon Feb 04, 2013 10:15 pm

Crash [6956]

#1 Post by AndrewW »

Crashed while I was merging some captured Griffon's into a fleet.
FreeOrion server waiting for network events
libpng warning: iCCP: known incorrect sRGB profile
freeorion: /home/andrew/freeorion/GG/src/ListBox.cpp:666: virtual void GG::ListBox::StartingChildDragDrop(const GG::Wnd*, const GG::Pt&): Assertion `wnd_sel_it != m_selections.end()' failed.
Aborted
Doesn't seem to repeat.
freeoriond.zip
(85.22 KiB) Downloaded 49 times
freeorion.zip
(52.15 KiB) Downloaded 49 times

User avatar
Geoff the Medio
Programming, Design, Admin
Posts: 13587
Joined: Wed Oct 08, 2003 1:33 am
Location: Munich

Re: Crash [6956]

#2 Post by Geoff the Medio »

One of the many assertions in GiGi that are theoretically useful to find bugs, but in practice just cause FO to crash and no-one knows what to do about...

I'll try replacing the asserts with if-return.

Post Reply