Skip to content
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

None of the extensions work. #63

Open
stoph88 opened this issue Feb 18, 2024 · 6 comments
Open

None of the extensions work. #63

stoph88 opened this issue Feb 18, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@stoph88
Copy link

stoph88 commented Feb 18, 2024

None of the extensions work.

@omeryanar
Copy link
Owner

This problem has occurred once before. I think there is a problem with automatic updates. Somehow extension DLLs cannot be overwritten. Can you check the latest version (v3.1)? If the problem persists, can you post the log file (Log.txt), maybe it will be a clue as to what went wrong?

@schlumpf90
Copy link

Hi Omeryanar!
I have the same problem.
Starting the "FileExplorer.exe" from the directory "C:\FileExplorer"
Sending you my logfile.

Greetings and thx !!
Log.txt

@omeryanar omeryanar added the bug Something isn't working label Mar 5, 2024
@omeryanar
Copy link
Owner

Hi Omeryanar! I have the same problem. Starting the "FileExplorer.exe" from the directory "C:\FileExplorer" Sending you my logfile.

Greetings and thx !! Log.txt

Thanks for the log file, I think I've identified the problem. Can you look at the properties of one of the extensions DLL file? For example: "C:\FileExplorer\PreviewExtensions\ImagePreview\FileExplorer.Extension.ImagePreview.dll"

In the General tab of file properties, if there is a warning that says "This file came from another computer..." in the bottom and if there is a Unblock checkbox, then it means Windows is blocking the extension to be loaded.

https://analyticalgraphics.my.salesforce-sites.com/faqs/articles/Knowledge/How-to-unblock-dll-files-downloaded-from-the-internet?retURL=%2Ffaqs%2Fapex%2Ffaq%3FTopics%3DEducation&popup=true

There are two solutions:

  1. You can unblock the DLL, but this problem will probably occur again when the application is updated.
  2. Add following line to the runtime section of FileExplorer.exe.config file:

The config will look like this:

<configuration> ... ... <runtime> <loadFromRemoteSources enabled="true"/> .... ....

Please let me know if the second solution works for you so I can update the app with this setting and hope this issue never occurs again.

@schlumpf90
Copy link

Hi !
Thx for answering!
I unblocked the DLLs and then I can activate the extensions.
But in case of preview of a file e.g. jpg-file I get an error message.
2024-03-14_103621
2024-03-14_103548

If I add the 2nd solution to config file then I can't activate the extensions. Maybe my config is wrong, so could you post the whole config file here?

@omeryanar
Copy link
Owner

If I add the 2nd solution to config file then I can't activate the extensions. Maybe my config is wrong, so could you post the whole config file here?

Sure, here is the full config file:
FileExplorer.exe.config.zip
(I had to zip it because the github doesn't allow uploading .config file)

@schlumpf90
Copy link

Hi!
Thx for the config file. With your config I have the following problems:

2024-03-18_072506
2024-03-18_072456
2024-03-18_072437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants