Skip to content

Script Editor Output Bleeding into Log Viewer Output Box #3

Description

@Genpretz

Problem

  • If you have both the Script Editor and Log Viewer open at the same time, the output from one will often appear in the other's output box.
  • This isn't confirmed but it's likely the same issue can also occur with the Console's output box.

Cause

  • Most if not all of KenshiLua's in-game GUI's output boxes are built from the same MyGUI ResourceLayout, Kenshi_ScriptEditor_EditBox and they also use similar if not the same exact functions for amending text to their respective output boxes. The problem is most likely within the code that appends the the output text to the contents of the EditBox, somewhere in GuiManager.cpp, KenshiLua_ScriptEditor.cpp, or KenshiLua_LogViewer.cpp

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions