Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#5408 closed defect (fixed)

Multiple assertation fails in Actor Editor

Reported by: shh Owned by: shh
Priority: Should Have Milestone: Alpha 24
Component: Atlas editor Keywords:
Cc: Patch: Phab:D1784

Description

Open actor editor. Try to open textures, animations or props dialog.

wxwidgets-3.1.2\src\common\sizer.cpp(2085): assert "!(flags & (wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL))" failed in wxBoxSizer::DoInsert(): Horizontal alignment flags are ignored with wxEXPAND

Expand the width of actor editor, so that there is some space left without being part of any column. Double click on that empty space.

..\..\..\source\tools\atlas\AtlasUI\CustomControls\EditableListCtrl\EditableListCtrl.cpp(79): assert ""col >= 0 && col < (int)m_ColumnTypes.size()"" failed in EditableListCtrl::OnMouseEvent().

Change History (4)

comment:1 by shh, 5 years ago

Milestone: BacklogWork In Progress
Patch: Phab:D1784

comment:2 by Vladislav Belov, 5 years ago

Resolution: fixed
Status: assignedclosed

In 23034:

Cleanup Camera related code and uses constant references where possible, fixes #5408.

Patch By: shh
Reviewed By: wraitii
Tested By: Angen
Commented By: Stan, Itms, historic_bruno
Differential Revision: https://code.wildfiregames.com/D1784

in reply to:  2 comment:3 by Vladislav Belov, 5 years ago

Replying to Vladislav Belov:

In 23034: Cleanup Camera related code and uses constant references where possible, fixes #5408.

Wrong commit message, should be "Fixed assert fails in Actor Editor".

comment:4 by elexis, 5 years ago

Keywords: simple removed
Milestone: Work In ProgressAlpha 24
Priority: Nice to HaveShould Have
Note: See TracTickets for help on using tickets.