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

Error when trying to run Android Messages Desktop from source #290

Closed
cmpickle opened this issue Feb 9, 2021 · 5 comments
Closed

Error when trying to run Android Messages Desktop from source #290

cmpickle opened this issue Feb 9, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@cmpickle
Copy link

cmpickle commented Feb 9, 2021

Describe the bug
I have forked and cloned the repo then I did a yarn install and yarn start. Once I started it the program started but only displays the dev tools and not the app itself. There is the following error message in the console.
image

Relevant Info
node v15.6.0
yarn v1.22.10
electron v11.2.1
OS: Arch

To Reproduce
Steps to reproduce the behavior:

  1. Clone repo
  2. yarn install
  3. yarn start

Expected behavior
The app starts correctly

Desktop (please complete the following information):

  • OS: Arch
  • Version rolling
@cmpickle cmpickle added the bug Something isn't working label Feb 9, 2021
@OrangeDrangon
Copy link
Owner

Couple of questions:

Does this effect the functionality of the app?
Are you using the latest head as of 27 mins ago?

@cmpickle
Copy link
Author

The app itself didn't display, only the dev tools. I had latest of about 2 hours ago. I'll try the latest again tonight.

@cmpickle
Copy link
Author

With the latest I am still getting the error and I don't see the app itself when I run yarn start just the dev tools. Is there a separate command that needs to be ran for the app to start or should it start along with the dev tools?

@vanowm
Copy link

vanowm commented Feb 10, 2021

The errors in the console are not related to the issue of no window is showing.
It's due to failed patch for issue #229

#268 patch fixes this.

@OrangeDrangon
Copy link
Owner

OrangeDrangon commented Feb 10, 2021

2021-02-09.21-40-45.online-video-cutter.com.mp4

Works from clean for me. Devtools opened on the other monitor as expected.

~ ❯ node --version
v15.5.1
~ ❯ yarn --version
1.22.10
~ ❯ electron --version
v11.2.3

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
None yet
Development

No branches or pull requests

3 participants