AIMP Forum

AIMP for PC => Вопросы / Questions => Topic started by: PatateDouce on April 23, 2021, 18:55:33

Title: Error with File Location
Post by: PatateDouce on April 23, 2021, 18:55:33
Hello,

I have this message when I click on "File Location..." item.

This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel.

I have this message since I've changed by mistake a setting in the Q-Dir explorer. I checked the registry. Everything seems OK.
There is certainly a setting somewhere to restore but I don't know which one.  :)

Thanks for your help. And congrats for AIMP !!!



Title: Re: Error with File Location
Post by: Artem on April 23, 2021, 19:03:29
I have no idea how to restore it too. We uses Windows API to invoke file explorer withit the file directory
Title: Re: Error with File Location
Post by: PatateDouce on April 23, 2021, 19:28:36
Thanks for your reply.
Could you give me the line of code ? Maybe that give me a direction to resolve the problem.
Title: Re: Error with File Location
Post by: Artem on April 23, 2021, 21:18:07
I use the SHOpenFolderAndSelectItems function
Title: Re: Error with File Location
Post by: PatateDouce on April 25, 2021, 23:26:02
Thank you ! I will keep looking.
Title: Re: Error with File Location
Post by: PatateDouce on April 30, 2021, 11:32:29
Hello, I resolved my problem. It was enough to clear the value of HKEY_CLASSES_ROOT > Folder > Shell > (Default). Even if the value is "none", you have to clear it.
Title: Re: Error with File Location
Post by: Artem on April 30, 2021, 12:24:10
Thank you for sharing your solution!