Skip to content

FYI, v1.0 app windows doesn't show up, if display setup changed. #54

@r3538987

Description

@r3538987

If display setup is changed, between app runs, it may lead to situations where process starts and taskbar icon appears, but no window is shown.
After app focus is set, also WIN+RIGHT/LEFT/UP doesn't do anything.

Display setup change affects values in uMod_Settings.txt

Lang:English
x_size:6420
y_size:1460
x_pos:-10368
y_pos:-2
UseHook:0

Negative values likely creates window somewhere far away, where you cannot reach it at all.
As solution, simply update values in file, something like this:

Lang:English
x_size:400
y_size:400
x_pos:1
y_pos:1
UseHook:0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions