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

Window version not working #69

Closed
kamleshs1 opened this issue Apr 11, 2018 · 7 comments · Fixed by #75
Closed

Window version not working #69

kamleshs1 opened this issue Apr 11, 2018 · 7 comments · Fixed by #75

Comments

@kamleshs1
Copy link

kamleshs1 commented Apr 11, 2018

To my delight, today I found that we have now option to install on Windows. Thanks you @eveningkid .

I am facing issue where I am not able to do anything like creating new files. Only black screen coming. I am providing the screenshot how it is looking after installation.

Thanks again for making this and then for window setup. I know it will be resolved soon.
capture

@eveningkid
Copy link
Owner

Thank you for your kind words. You should also thank @Pegase745, @plxel, and @albemala who mostly contributed to making Reacto available on all platforms. :)

I sadly have no way to test it on Windows. Two leads to work on this:

  • open the development tools console (View, Toggle Developer Tools) and share a screenshot of what you see
  • inside the developer tools, open the Application tab and let me know if the service worker is listed or not (please find a screenshot below):

screenshot at apr 11 22-15-40

Hope we can fix this for you!

cc @plxel, have you experienced the same issue? It looks really odd, what do you think? 😕

@kamleshs1
Copy link
Author

Hi @eveningkid , as per your suggestion, I looked into Application tab. There is difference from what you provided. Hope @plxel can give more insight on it.
Please see attached image.
capture1

@Pegase745
Copy link
Contributor

@indiakamlesh works for me on Windows 10

@plxel
Copy link
Contributor

plxel commented Apr 13, 2018

image
looks fine..

will try more on weekends

@plxel
Copy link
Contributor

plxel commented Apr 14, 2018

so..
I got this behavior if I run yarn start, and without waiting for dev server start run yarn run electron
Reacto is started, but nothing is working

@eveningkid
Copy link
Owner

@plxel if you don't yarn start it won't show anything as yarn run electron will contain the server created by yarn start. So this is an expected behavior indeed!

I think the issue so far is that it seems that the service worked wasn't started correctly so reacto keeps waiting for the creation of that worker that never comes. @indiakamlesh, have you tried reopening reacto a few times and check the application tab to see if the worker still wasn't started?

Have you also tried to force the software to reload after you started it? You can do see by clicking on View > Force Reload from the application menu. Please keep us updated @indiakamlesh.

Thank you all for your time!

@eveningkid
Copy link
Owner

eveningkid commented Apr 16, 2018

I'll generate new releases with the updated version.

@indiakamlesh, please uninstall Reacto and download the latest release (it should be available from one hour after I post this message).

Feel free to reopen the issue if that patch doesn't fix your problem!

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

Successfully merging a pull request may close this issue.

4 participants