eveningkid/reacto

Window version not working

Closed this issue · 7 comments

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

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? 😕

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

@indiakamlesh works for me on Windows 10

plxel commented

image
looks fine..

will try more on weekends

plxel commented

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

@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!

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!