-
Notifications
You must be signed in to change notification settings - Fork 2
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
Stuck on splash screen #3
Comments
Hi, There are two common issues with startup:
Tell me how it goes) ...I'm currently working on parts of the "external UX" so things may/will misbehave and there are several drastic changes coming in the following weeks :) |
My bad, I misread your original message, sorry.... You are slightly on the wrong track here, the magic words are not:
They are:
...this is still a bug on my part, I should make And as I said before, the initial build/run are a bit more complicated than they could be at this point, and I'm literally working on it =) P.S. you are still likely to run into some issues, you'll need |
Thanks for such a fast response. Error log`~/code/ImageGrid/ui (gen4)$ electron-rebuild An unhandled error occurred inside electron-rebuild Failed with exit code: 1 Error: gyp info it worked if it ends with ok Failed with exit code: 1
|
Hi, This is not an answer yet, just an update.... Took me some time but I think I'm able to reproduce the error. Can you give me the electron versions you are using: and just n case also: UPDATE: as a temporary (older version of electron) fix this should help:
...tell me if it does =) |
Hi, Now most of the issues with the setup/build should be fixed, tell me how it goes, if all is well this issue should be resolved =) P.S. we're still not compatible with electron v10 but |
Since I can no longer reproduce this issue I'm counting it as closed. If there is a confirmed fail case I'll re-open it. |
Just reworked this some days ago -- now ...if a clean Tell me if it runs now? |
If`s finally works! update: |
Drag&drop is not a very good idea in the app, at this point -- If I remember correctly, ig will not pickup the image path this way (d&d was implemented for the browser quite a long time ago).... To open a directory: Use the hamburger menu is top-left -> To access the opened path history type P.S. note the keyboard shortcut hints in the menu and for a more extensive keyboard shortcut list type |
...just checked, yep, the app does not pickup the base path of dropped set of images, need to think about this... |
Hello Alexander.
The ImageGrid stuck on splash screen after
npm install
inside ui (gen 4) andnpm start
The issue apeear on linux and windows 10.
Any suggestions?
The text was updated successfully, but these errors were encountered: