-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Windows version stalls at initialization #59
Comments
this might be the same issue as #58 with case-sensitive file-paths I'll test on Windows tonight and check |
Possibly fixed in beta4: https://github.com/codeforscience/sciencefair/releases/tag/v1.0.0-beta4 (downloads will appear when they have finished building) |
Still not loading beyond the 'initial' grey screen on Windows 10 |
@gmaciocci, I had similar issue and was able to resolve it by closing the app, removing the |
OK I'll debug on a Windows machine this evening |
@joehand no luck on Windows 10. |
OK I have identified a set of bugs that are Windows-specific:
I need to fix the above before I can see if there are any more issues, as I can't progress to the point of having metadata synced right now. |
@mafintosh preferred that the solution to the append-tree issue should be in hyperdrive, keeping append-tree abstract. So here's the PR for the fix: holepunchto/hyperdrive#159 |
Found another windows quirk - CSS urls for local files don't work as normal, so node's usually cross platform path-joining breaks things. |
v1.0.0-beta5 contains all the above fixes - I suspect there will be more Windows-specific issues but it was becoming impractical to find them without a new release. Anyone with a Windows machine please feel free to try out this release and report issues in this thread. |
beta 5 appears to have broken the Mac release (Sierra 10.12.3):
|
Beta5 for windows now installs, opens, passes the square loading logo and then gets stuck at 0% of 'syncing initial data...'. |
@cboursnell if you nuke the You can find the console in developer tools with: Ctrl Shift I or F12 |
EDIT: sorry, I just realized that this was already reported in the bug referenced above. This is the error that I get on Win7:
|
I think all the issues raised here have been solved by https://github.com/codeforscience/sciencefair/releases/tag/v1.0.0-beta9 As far as I can tell, this issue is now the major/only Windows bug - if anyone can spare some energy to help debug it I would greatly appreciate it. I'm closing this issue as the specific problems listed here has been solved. Thanks all for your help :) |
Windows version (on Windows 10 Creator's Update, x64) stalls at a grey screen with an animated square. Window title is 'initial'.
The text was updated successfully, but these errors were encountered: