#2630·ConEmu

Plugin ConEmu crashes Far manager since build 6632

Author: shmuzCreated Jan 17, 2026Updated Sep 3, 2026

In Far Manager build 6632 struct EditorInfo was extended with new members.

Plugin ConEmu doesn't initialize the StructSize field in EditorInfo and that leads to crash.

There are 4 places where EditorInfo ei; should be replaced with EditorInfo ei = { sizeof(EditorInfo) };