-
-
Notifications
You must be signed in to change notification settings - Fork 319
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 app fails to get documents path at startup #1572
Comments
@dmnsea
|
"OneDrive Backup" is disabled, documents folder returned back to System language in windows is russian, so instead of |
This is a tough one because I think it is bound up with how Electron, the library we use to build executables, works. The exact call that is failing here is App.getPath('documents'). The docs say that this can error but doesn't say possible reasons why, so it's hard to say what is going wrong. It does seem significant that it seems to think that your home path is Tagging this as help-wanted because I have a feeling this is related to a nuance of Windows I'm not aware of. |
Yes, that's the homedir of my user profile |
Hmm. My one guess was that it was looking in th wrong place, but that’s incorrect. |
Describe the bug.
I've tried all installation methods: for current user only, for all users, with both default and custom locations.
Each try finishes with:
Steps to reproduce:
Expected behavior:
Launched Twine window
Additional context on this problem.
I've launched in CLI mode as suggested at Twine troubleshooting / Won't start #Windows, and there's what i've got:
I've looked what's stored there at all and here's only "Local State" file:
P.S.: I've picked web build for temporarily usage unless desktop issue won't be solved
Twine version number
2.10.0
Does this problem occur with the web version of Twine or the desktop app?
Desktop app
What operating system does this problem occur on?
Windows
If this problem is occurring with the web version of Twine, what browser does it occur on?
None
Presubmission checklist
user.css
file from my Twine folder. (You would've added this file yourself. If you don't understand this question, you can safely check this box.)The text was updated successfully, but these errors were encountered: