Jump to content

dconnet

Ex Employees
  • Posts

    655
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by dconnet

  1. Can you detail how you got into that loop? I just tried (with the current beta 6.17.1) and the message is displayed once. I can then edit the title. It works this way both when the new note is created in a window and when it isn't.
  2. For UWP (Windows Store) apps only. We're an old-style Win32 app (even the WinStore version of EN is still considered Win32).
  3. It's probably the only 32bit OS we support anymore - So even if we had a 64bit version, we'd still have to have a 32bit one...
  4. Sorry, we don't support changing application accelerators. The only things that can be changed are the global hotkeys (those that are listed in the Options dialog).
  5. If it was one of the EvernoteSubprocess processes, then it's Chromium.
  6. No Windows devs have been laid off since I started here over 5 years ago... Some have moved on to other things of course... (and all code has to be reviewed before it can be checked in) I'd guess it might be busy indexing the database...
  7. As far as I know, Snippet has never wrapped. Specifically because it has far less space than the Card.
  8. You need to upgrade: > 10:01:37 [INFO ] [8516] [15532] Evernote for Windows 6.7.5.5825 (305825) Public Due to a security issue, that version is now blacklisted.
  9. According to the log: "Can't send HTTP request, error: INTERNET_CANNOT_CONNECT" Can you login to evernote on the web using Internet Explorer? If not, that's the problem. We connect to the internet using IE's transport layer.
  10. I didn't realize we had this until this thread... Looks like underscore is "match any one char" and percent is "match zero or more chars". (I haven't looked at the code, just observing pattern matches) Sorting should be using the OS sort - in other words, like Explorer sorts.
  11. The EvernoteSetup.log and EvernoteSetupMSI.log files in %TEMP% should give more information. (These may contain personal information - so I would be careful about attaching them here) "Fatal error during installation" is the error code we get back from the MSI install. @Austin G can help you get those files to us to understand what the problem is.
  12. It's defined by the service. So it might be 5 seconds. It might be 10 minutes. On the client side, we have no control - the service tells us - and we obey what it said! (Looks like we log the values - look for "Sync rate configuration changed:". Mine is currently saying 30sec.)
  13. That appears either your registry hive was deleted, or you've never installed and/or run Evernote.exe. (Or it was uninstalled - can't remember how much of the registry is deleted on uninstall.)
  14. FYI: CEF3 is the browser framework in which the editor runs (and any other embedded web page we show). It's not the editor itself. (I don't know what the editor is based on - I write C++ not javascript!)
  15. Actually, it doesn't. Once the installer is done, it automatically launches the program (which want to register). Just quit. You're done.
  16. Simpler - Change the setting in Options, completely close EN, delete the database (assuming no local notebooks), restart. No need to uninstall/install.
  17. Sorry - regedit was opening to the last path... Evernote6 is where it goes for our internal builds (to keep it separate from production). `HKEY_CURRENT_USER\Software\Evernote\Evernote\EvernotePath` is the correct path
  18. Resetting the first account is easy - you can do it in the Options dialog. When you do this with the 2nd instance, it will have an issue because the database is already there - for that, you'll need to directly edit the registry and change the HKEY_CURRENT_USER\Software\Evernote\Evernote6\EvernotePath setting (before running EN).
  19. That sounds like a bug we fixed a while ago - the app was remembering its last state - minimized - and restarting that way. Try what @CalS suggested - that ensures the data is properly flushed to the registry.
  20. "Launch Evernote at Windows login" in the Options, General page,
  21. Can you access Evernote (web app) using Internet Explorer? That's what we use as the connection layer. (I have to connect to VPN at work and have no issues with syncing)
  22. Yes. We upgraded from CEFv1 to CEFv3. It was painful - the programming model is completely different. (it's also why you see more Evernote processes in task manager)
×
×
  • Create New...