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

Cannot create BrowserWindow before app is ready (on macOS Monterey Beta) #519

Closed
jandubois opened this issue Aug 19, 2021 · 1 comment · Fixed by #564
Closed

Cannot create BrowserWindow before app is ready (on macOS Monterey Beta) #519

jandubois opened this issue Aug 19, 2021 · 1 comment · Fixed by #564
Assignees
Labels
kind/bug Something isn't working platform/macos
Milestone

Comments

@jandubois
Copy link
Member

Running RD on macOS Monterey Public Beta (after fixing qemu issues: #518 (comment)) throws this error on startup:

A JavaScript error occurred in the main process
Uncaught Exception: Error: Cannot create BrowserWindow before app is ready
at L.nodeintegration (/Applications/Rancher Desktop.app/Contents/ Resources/app.asar/dist/app/ background.js:2:113101)
at L (/Applications/Rancher Desktop.app/ Contents/Resources/app.asar/dist/app/ background.js:2:113366)
at App. (/Applications/ Rancher Desktop.app/Contents/ Resources/app.asar/dist/app/ background.js:2:135146)
at App.emit (events.js:315:20)

The error can be ignored by clicking "Ok" and seems to have no other side effect, but re-appears on each startup.

I could not find this error in any of the log files; shouldn't it be logged as well?

Screen Shot 2021-08-18 at 10 45 47 PM

@jandubois
Copy link
Member Author

I've now observed this dialog also on a macOS Big Sur 11.5.2 VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working platform/macos
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants