StabilityMatrix icon indicating copy to clipboard operation
StabilityMatrix copied to clipboard

The UI did appears

Open bishwajitcadhikary opened this issue 10 months ago • 4 comments

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

Image

Steps to reproduce

  1. Open Stability Matrix
  2. No window shows
  3. I've reinstall the app
  4. Restart the computer many times

Relevant logs


Version

2.13.3

What Operating System are you using?

macOS

bishwajitcadhikary avatar Feb 03 '25 18:02 bishwajitcadhikary

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

mohnjiles avatar Feb 04 '25 07:02 mohnjiles

Same Error occurred to me.

bisho91 avatar Feb 04 '25 07:02 bisho91

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.

pwrp12 avatar Feb 08 '25 03:02 pwrp12

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: @.***>

bisho91 avatar Feb 12 '25 09:02 bisho91