-
-
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
beta3 .deb Ubuntu install just yields an empty window #58
Comments
same empty screen installing the dev version in archlinux. Looking forward to trying it! |
Hmm sorry about that @ethanwhite and @phcerdan. I don't have a linux machine to hand right now - could you try right-clicking in the middle of the screen to see if it gives you an 'inspect element' option? If so, you should be able to access the browser console and see any errors. If you could copy-paste them that would be super helpful. If the above isn't possible I'll find a linux box later this evening to get it sorted. Many thanks. |
Right-clicking in the middle does not do anything, unfortunately. |
After inspect element in the empty colored screen:
|
Same for me. |
After editing main.webContents.openDevTools() I get the same error message. Right-clicking didn't work for me either. |
Thanks all, the issue is to do with case-sensitivity of require being different between linux/macos. I'm pushing out a fix now. I also discovered why the devtools aren't working - they'll be enabled in the next beta. |
Also, to fix locally you can rename |
Should be fixed in beta4, currently building on the CI servers: https://github.com/codeforscience/sciencefair/releases/tag/v1.0.0-beta4. Once the builds are ready they will automatically be added as downloads to that release :) |
can anyone confirm whether this issue is resolved in beta4? |
Working from current master in Arch. Thanks! |
w00p, thanks @phcerdan |
Very exciting project. I'm really looking forward to using it.
When I install
1.0.0-beta3
on Ubuntu 16.04 using thedeb
the install appears to run fine, but when I launch the application I just get an empty gray window:The text was updated successfully, but these errors were encountered: