You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open or create a map with Game, Tele, Speedup, Switch and Tune layers.
Select a brush in the Game layer.
Switch to the Tele, Speedup, Switch or Tune layer and shift click to paste the brush. This causes the following downcast runtime errors respectively:
src/game/editor/layer_tiles.cpp:1231:52: runtime error: downcast of address 0x616000031e80 which does not point to an object of type 'CLayerTele'
0x616000031e80: note: object is of type 'CLayerTiles'
17 00 00 10 b0 d8 4c 77 1f 56 00 00 00 01 00 00 20 62 00 00 00 69 6e 76 61 6c 69 64 29 00 be be
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'CLayerTiles'
0 0x561f76a3e198 in CLayerTele::FillSelection(bool, CLayer*, CUIRect) src/game/editor/layer_tiles.cpp:1231
1 0x561f7684b6e9 in CEditor::DoMapEditor(CUIRect) src/game/editor/editor.cpp:2641
2 0x561f768d9755 in CEditor::Render() src/game/editor/editor.cpp:5747
3 0x561f76904a56 in CEditor::OnRender() src/game/editor/editor.cpp:6437
4 0x561f75b7002d in CClient::Run() src/engine/client/client.cpp:3374
5 0x561f75bdbf7b in main src/engine/client/client.cpp:4762
src/game/editor/layer_tiles.cpp:1477:58: runtime error: downcast of address 0x616000031e80 which does not point to an object of type 'CLayerSpeedup'
0x616000031e80: note: object is of type 'CLayerTiles'
17 00 00 10 b0 d8 4c 77 1f 56 00 00 00 01 00 00 20 62 00 00 00 69 6e 76 61 6c 69 64 29 00 be be
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'CLayerTiles'
0 0x561f76a57cde in CLayerSpeedup::FillSelection(bool, CLayer*, CUIRect) src/game/editor/layer_tiles.cpp:1477
1 0x561f7684b6e9 in CEditor::DoMapEditor(CUIRect) src/game/editor/editor.cpp:2641
2 0x561f768d9755 in CEditor::Render() src/game/editor/editor.cpp:5747
3 0x561f76904a56 in CEditor::OnRender() src/game/editor/editor.cpp:6437
4 0x561f75b7002d in CClient::Run() src/engine/client/client.cpp:3374
5 0x561f75bdbf7b in main src/engine/client/client.cpp:4762
src/game/editor/layer_tiles.cpp:1765:56: runtime error: downcast of address 0x616000031e80 which does not point to an object of type 'CLayerSwitch'
0x616000031e80: note: object is of type 'CLayerTiles'
17 00 00 10 b0 d8 4c 77 1f 56 00 00 00 01 00 00 20 62 00 00 00 69 6e 76 61 6c 69 64 29 00 be be
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'CLayerTiles'
0 0x561f76a76012 in CLayerSwitch::FillSelection(bool, CLayer*, CUIRect) src/game/editor/layer_tiles.cpp:1765
1 0x561f7684b6e9 in CEditor::DoMapEditor(CUIRect) src/game/editor/editor.cpp:2641
2 0x561f768d9755 in CEditor::Render() src/game/editor/editor.cpp:5747
3 0x561f76904a56 in CEditor::OnRender() src/game/editor/editor.cpp:6437
4 0x561f75b7002d in CClient::Run() src/engine/client/client.cpp:3374
5 0x561f75bdbf7b in main src/engine/client/client.cpp:4762
src/game/editor/layer_tiles.cpp:2002:52: runtime error: downcast of address 0x616000031e80 which does not point to an object of type 'CLayerTune'
0x616000031e80: note: object is of type 'CLayerTiles'
17 00 00 10 b0 d8 4c 77 1f 56 00 00 00 01 00 00 20 62 00 00 00 69 6e 76 61 6c 69 64 29 00 be be
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'CLayerTiles'
0 0x561f76a8c7bd in CLayerTune::FillSelection(bool, CLayer*, CUIRect) src/game/editor/layer_tiles.cpp:2002
1 0x561f7684b6e9 in CEditor::DoMapEditor(CUIRect) src/game/editor/editor.cpp:2641
2 0x561f768d9755 in CEditor::Render() src/game/editor/editor.cpp:5747
3 0x561f76904a56 in CEditor::OnRender() src/game/editor/editor.cpp:6437
4 0x561f75b7002d in CClient::Run() src/engine/client/client.cpp:3374
5 0x561f75bdbf7b in main src/engine/client/client.cpp:4762
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: