Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Wont show app window on macOS 13 (M1) #129

Open
SamDS2109 opened this issue Mar 8, 2023 · 8 comments
Open

bug: Wont show app window on macOS 13 (M1) #129

SamDS2109 opened this issue Mar 8, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@SamDS2109
Copy link

What happened?

After downloading and running the app, it shows in the dock but it never visibly appears as a window

Happens on the DMG download and the App download

16" Macbook Pro with M1 Pro
macOS 13, Ventura

@SamDS2109 SamDS2109 added the bug Something isn't working label Mar 8, 2023
@char-ptr
Copy link

unable to reproduce on M1, 2020 - 13.3 Beta (22E5230e)

@DrGravlin
Copy link

What happened?

After downloading and running the app, it shows in the dock but it never visibly appears as a window

Happens on the DMG download and the App download

16" Macbook Pro with M1 Pro macOS 13, Ventura

This somewhat happened to me.

@insertish
Copy link
Member

Can't seem to reproduce on M2, macOS 13.2.1.

@DrGravlin
Copy link

Because Apple fixed some of the quirks of M1, which is now called M2.

@GenShibe
Copy link

Can reproduce on M2 Mac Air with macOS 13.2.1, even with the new .dmg file that was added to the download links yesterday

@sinnom
Copy link

sinnom commented Aug 12, 2023

I have found a couple of workarounds, but haven't figured out the core of the issue. I believe its related to initially denying a permission prompt, or a bug causing the prompt to not be delivered in the first place.

I am on MacOS Monterey 12.6.7 on an older Macbook. I have this same issue. Here are the two workarounds I've found:

First workaround

Go to ~/Library/Application Support/Revolt/. Add a config.json file with the following contents:

{
	"firstrun": true
}

Or if the file already exists, set firstrun to true.

Second workaround

Go to System Preferences > Security & Privacy > Privacy. Select Automation from the left sidebar. Enable System Events.app checkbox under Revolt's icon. Open Revolt. You can now disable that same permission and should continue to work fine.

This worked for me on MacOS Monterey 12.6.7, please share if this works or fails on your computer.

@DrGravlin
Copy link

Thanks for the advice.

@insertish
Copy link
Member

Will likely be solved by the switch away from Electron: revoltchat/frontend#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🧑‍💻 Needs Reproduction
Development

No branches or pull requests

6 participants