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
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.txtNegative values likely creates window somewhere far away, where you cannot reach it at all.
As solution, simply update values in file, something like this: