The UI did appears
What happened?
I've recently installed the app, but after a few uses, the main window is not appearing for me.
Device: MacBook Pro M3
Steps to reproduce
- Open Stability Matrix
- No window shows
- I've reinstall the app
- Restart the computer many times
Relevant logs
Version
2.13.3
What Operating System are you using?
macOS
Hi, sorry about that, could you try running this command in Terminal? It should reset the window settings & hopefully fix the issue -
open "/Applications/Stability Matrix.app" --args --reset-window-position
Same Error occurred to me.
I had a similar issue as this first noticed last week, although it had been a few weeks since I'd used the application.
I was able to solve this by editing my settings.json file. In it was the value:
"WindowSettings": {
"Width": 1,
"Height": 0,
"X": 367,
"Y": 544,
"IsMaximized": false
},
Changing this to:
"WindowSettings": {
"Width": 1300,
"Height": 950,
"X": 630,
"Y": 257,
"IsMaximized": false
},
And restarting the app solved this.
Note: I did try the above command with --reset-window-position, but it did not solve the issue.
thanks alot ! it works
2025년 2월 8일 (토) 오후 12:14, pwrp12 @.***>님이 작성:
I had a similar issue as this first noticed last week, although it had been a few weeks since I'd used the application.
I was able to solve this by editing my settings.json file. In it was the value:
"WindowSettings": { "Width": 1, "Height": 0, "X": 367, "Y": 544, "IsMaximized": false },
Changing this to:
"WindowSettings": { "Width": 1300, "Height": 950, "X": 630, "Y": 257, "IsMaximized": false },
And restarting the app solved this.
— Reply to this email directly, view it on GitHub https://github.com/LykosAI/StabilityMatrix/issues/1140#issuecomment-2644461014, or unsubscribe https://github.com/notifications/unsubscribe-auth/BOD63DKW6CFDJUPBM37OHGL2OVZDFAVCNFSM6AAAAABWMWPX6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBUGQ3DCMBRGQ . You are receiving this because you commented.Message ID: @.***>