ZSPD.
New Member
- May 4, 2026
- 5
- 0
Game Version
2026.5.3.4264Operating System
Windows 11 PCWhat Happened
After clicking "Calculate" in the Transfer Planning window (Earth → Luna transfer), and moving the mouse over the UI splitter bar (the divider between the orbit preview panel and the settings panel), a red Dear ImGui debug popup appears, showing:"Programmer error: 3 visible items with conflicting ID!
Code should use PushID()/PopID() in loops, or append "##xx" to same-label identifiers!
Empty label e.g. Button("") == same ID as parent widget/node. Use Button("##xx") instead!
Set io.ConfigDebugHighlightIdConflicts=false to disable this warning in non-programmers builds."
The conflict affects the checkboxes in the Transfer Planning panel (Select Best Dv, Preview Selected Transfer, etc.).
What Was Expected
The UI should respond normally to mouse movement, without triggering an ImGui debug warning.Reproduction Steps
- Open the Transfer Planning window.
- Set up a transfer target (e.g., Luna) and click "Calculate" to run the transfer computation.
- Wait for the calculation to finish.
- Move the mouse cursor over the vertical splitter bar (the UI divider separating the orbit preview and settings panels).
- The ImGui warning popup appears immediately.
Reproduction Rate
AlwaysAdditional Info
- Screenshots: See attachment
Attachments
Upvote
0