Post by list » 20 Jan 2018, 03:44
kunkel321 wrote:Hey does anyone know for sure if Lintalist works with Win 10?
If I make a new snippet, it doesn't get saved: ... Error
I can confirm it works on Windows 10. Every once in a blue moon I get that "Can't save" error too, I've tried to debug it but alas, I can not consistently replicate it, and I haven't solved it yet - it happens once and if I reload Lintalist the same snippet is added just fine.
In your case I see that you're saving it to "Google Drive"* - I'm not familiar with that but perhaps that folder has some settings that prevent Apps from writing to it directly? Running as Admin might indeed help. You can also try to move Lintalist to another folder where you know you have write access, that way you can see if it works. Just close Lintalist, copy the Lintalist folder to say your regular "My Documents" folder or perhaps a USB flash/thumb drive and start it again.
If you still can't add snippets & bundles I would be surprised.
* a small test script, just save it as test.ahk and start it (I assume you have AutoHotkey installed)
It tries to create/append to a text file on your Google Drive folder, if it can't it will show you a Message, if that is the case the Folder can't be accessed directly. By default (from what I've just read) you can't search that folder in Windows either so I'm assuming there is something special to it.
See also
https://support.google.com/a/answer/6105699?hl=en "Allow third-party apps for files in Drive: As an administrator,
you control whether users can open Drive files with
third-party apps ..."
[quote="kunkel321"]Hey does anyone know for sure if Lintalist works with Win 10?
If I make a new snippet, it doesn't get saved: ... Error[/quote]
I can confirm it works on Windows 10. Every once in a blue moon I get that "Can't save" error too, I've tried to debug it but alas, I can not consistently replicate it, and I haven't solved it yet - it happens once and if I reload Lintalist the same snippet is added just fine.
In your case I see that you're saving it to "Google Drive"* - I'm not familiar with that but perhaps that folder has some settings that prevent Apps from writing to it directly? Running as Admin might indeed help. You can also try to move Lintalist to another folder where you know you have write access, that way you can see if it works. Just close Lintalist, copy the Lintalist folder to say your regular "My Documents" folder or perhaps a USB flash/thumb drive and start it again.
If you still can't add snippets & bundles I would be surprised.
* a small test script, just save it as test.ahk and start it (I assume you have AutoHotkey installed) [code]FileAppend, test`ntest,C:\Users\swkunkel\Google Drive\AHK 2018\testtestahk.txt
If ErrorLevel
MsgBox ERROR[/code]
It tries to create/append to a text file on your Google Drive folder, if it can't it will show you a Message, if that is the case the Folder can't be accessed directly. By default (from what I've just read) you can't search that folder in Windows either so I'm assuming there is something special to it.
See also https://support.google.com/a/answer/6105699?hl=en "Allow third-party apps for files in Drive: As an administrator, [b]you control[/b] whether users can open Drive files with [b]third-party apps[/b] ..."