Editor is open but not visible

Modified on Tue, 6 Feb at 11:20 AM

When attempting to launch the Newired editor, you encounter an issue where the application's window is not visible or accessible. Although the editor icon appears on the taskbar and in the task view, clicking on it or attempting to switch to it using Alt-Tab does not result in the window appearing as expected.


This situation is often encountered when utilizing dual monitors.



Navigate to c:\Users\<...>\AppData\Roaming\Newired Editor\userSettings.json

and change X and Y to 0 on line 4


"editorWindowBounds": {
        "x": 0,
        "y": 0,
        "width": 1028,
        "height": 779
    },



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article