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

Errors when opening app and modifying preferences #14

Open
toothdog opened this issue Nov 29, 2024 · 2 comments
Open

Errors when opening app and modifying preferences #14

toothdog opened this issue Nov 29, 2024 · 2 comments

Comments

@toothdog
Copy link

(I'm running 0.9.9 on a x86 macbook) When I first open the app, and occasionally while modifying certain preferences (e.g. frame color in custom theme settings) I will get an error or a series of errors of the following type:
Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:114:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)

Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:117:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)

Unhandled Error
TypeError: mainWindow.setTitleBarOverlay is not a function
at IpcMainImpl. (/Applications/ampcast.app/Contents/Resources/app.asar/src/main.js:122:20)
at IpcMainImpl.emit (node:events:519:28)
at WebContents. (node:electron/js2c/browser_init:2:84396)
at WebContents.emit (node:events:519:28)

Nothing else appears to be broken due to this, but it does make for an annoyance during navigation.

@rekkyrosso
Copy link
Owner

I'll fix this in the next release. At least you won't get an error.

@rekkyrosso
Copy link
Owner

I just created a new release (version 0.9.10). Does the problem still exist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants