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

Blank Window and "Player" Error #18

Open
ghost opened this issue Feb 26, 2019 · 2 comments
Open

Blank Window and "Player" Error #18

ghost opened this issue Feb 26, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 26, 2019

When` I first run it, the little assistant icon shows up, but it is blank. Looking in the developer tools windows doesn't show any errors, only warnings about Electron Security.
Please see the screenshot for how it looks: https://imgur.com/a/KSeA0cK

However, as soon as I click Ctrl+Alt+A, I get an error. The full error is as follows:

Uncaught TypeError: Cannot read property 'player' of undefined
    at EventEmitter.electron__WEBPACK_IMPORTED_MODULE_0__.ipcRenderer.on (renderer.js:48200)
    at EventEmitter.emit (events.js:182)
electron__WEBPACK_IMPORTED_MODULE_0__.ipcRenderer.on @ renderer.js:48200
emit @ events.js:182
@ghost ghost changed the title Blank Window and "Player" Errpr Blank Window and "Player" Error Feb 26, 2019
@DeveloperBlue
Copy link

I am experiencing the same issue on Windows 10.

@ShadowEO
Copy link

ShadowEO commented Aug 13, 2020

Same, weirdly enough, if I build it under WSL and load it via a X Server (X410), it works properly (albeit without transparency since I'm running it on a X server and the Windows UI sits under the root window, but it actually works for text input). But on Windows 10, it seems like it doesn't want to load. Packaging the app goes even further and just gives a white window with the electron development tools open in it and the shortcut does nothing but bring the white window with the development UI to the front.

Running it under npm run start works up until after I give access to my account, and then it gives the same window seen in OP's screenshot, but can't go any further.

EDIT: I should also note that I even attempted to build the Win32 version using WSL, but am receiving the same white window issue when loading up the built win32 version. So it seems to be something wrong with some code that's possibly specific to Win32...

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