I found the file, as well as the string in it that prevent Hise from starting.
file editorData.json into %AppData% Hise folder.
Temporary solution:
You have into position variable, here you have a array
"Position": [
x,
y,
w,
h
]
decriment values for w and h variables and off "isFullScreen" parameter by false value, then Hise will launching again.
Broken strings:
{
"Position": [
0,
0,
2560,
1345
],
"isFullScreen": true,
Other broken settings (Hise has launched)
{
"Position": [
0,
0,
25659,
1344
],
"isFullScreen": false,
Resault screenshot
f639dab5-8a2d-4378-bc54-98d93b1632b0-image.png
Manually repaired strings:
{
"Position": [
0,
0,
2555,
1340
],
"isFullScreen": false,