8000 9. Misc · ccseer/Seer Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
corey.mac edited this page Nov 15, 2024 · 11 revisions

Under what circumstances will Seer be connected to the Internet?

  • Implicitly
    • When you preview a markdown file, the program will request the network to pull online images. This applies to all html content.
    • Desktop version only Seer needs the network to check your license key. However, it only happens when you are trying to activate Seer. Once done, there will be no requests for the following verification.
    • Desktop version only When Seer is opened, the program will make a network request to check for updates w 8000 ithin one minute.
      • If the option Automatically check for updates is unchecked, the request will not happen.
  • Explicitly
    • Downloading plugins or everything similar to this action, the connections are made by the 3rd party softwares, such as your default browser.

Limitation of Microsoft Store version

Desktop version is recommended.

  1. Unable to respond in Open/Save dialog due to the MS Sandbox
  2. New version is released 2~7 days later than the Desktop version due to the certification process
  3. Possibly, Seer may not be able to save the INI files (currently, it can be solved by manually moving the these INI files to the Seer folder under the Documents)
  4. Possibly, Seer may exit automatically during the sleep of system

Versions

  • With U: you are running a version from Microsoft Store
  • Without U: it's the Desktop version from the website
  • With +: Seer is running as Administrator
  • Without +: running without privilege

Get logs and crash files

  1. Open File Explorer, press Win E

  2. Copy %TEMP%/Seer and paste, enter

  3. If everything goes right, there will be a Seer.log. If the program has crashed before, there will also be a dmp file

  4. Open the About window, click on the address to send an email. It would be even more grateful if you can provide the detailed steps to reproduce the bug~


Customize the path of INI files

Some cases where Seer may fail to read and write configuration files correctly, resulting in settings not taking effect. In such cases, manually changing the configuration file location can resolve the issue.

Steps to follow:

  1. Exit Seer.
  2. Open the Documents folder.
  3. Paste %USERPROFILE%/Documents into the address bar of the file manager to directly access this folder.
  4. Create a new folder named Seer, then inside this folder, create a new empty text file.
    • For the Desktop version, rename the file to config.ini.
    • For the Store version, rename the file to uwp.ini.
  5. Reopen the program. Seer will now read and write configuration to this file.

Similarly, you can also create a user.ini file in the %USERPROFILE%/Documents/Seer folder to change the path of the custom configuration.

Clone this wiki locally
0