Opening files with apps that have custom file assoc broken
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
Opening files with apps that have custom file assoc broken
This is new as of the latest beta. (AFAIK...)
The problem is a little difficult for me to explain so I will just give examples.
I tested two apps because my notepad registry entries were modified to open notepad++ by default and I wanted to try and make sure that wasn't the cause here.
under customize file associations in XY I have:
png>mspaint
bmp>mspaint
sql>notepad
bas>notepad
.....etcetc
If I try to open a png or bmp it will open as expected with mspaint. If I try to open .sql or .bas it opens with notepad++...
now the problem:
If I try to open a .jpg nothing happens. But, it opens fine if I browse to the file using windows explorer. The file also opens in XY if I change the extension to png or bmp
If I try to open .txt, .log, .ini, etcetcetc nothing happens again. But if I use windows explorer they open and will also open in XY if I change the extension.
Inside of XY I can right-click on any of the above problem files and use 'open with' and select notepad, paint, picture viewer and they open.
As far as I can tell apps that do not have a custom file association don't act this way. They still open fine.
It may not be this simple because I just tried a .lic and it opened in notepad so it isn't all 'text' files.
Has anyone else experienced anything similar?
I don't want to waste your time because it could very well be my registry entries... I will poke around some more.
Thanks,
The problem is a little difficult for me to explain so I will just give examples.
I tested two apps because my notepad registry entries were modified to open notepad++ by default and I wanted to try and make sure that wasn't the cause here.
under customize file associations in XY I have:
png>mspaint
bmp>mspaint
sql>notepad
bas>notepad
.....etcetc
If I try to open a png or bmp it will open as expected with mspaint. If I try to open .sql or .bas it opens with notepad++...
now the problem:
If I try to open a .jpg nothing happens. But, it opens fine if I browse to the file using windows explorer. The file also opens in XY if I change the extension to png or bmp
If I try to open .txt, .log, .ini, etcetcetc nothing happens again. But if I use windows explorer they open and will also open in XY if I change the extension.
Inside of XY I can right-click on any of the above problem files and use 'open with' and select notepad, paint, picture viewer and they open.
As far as I can tell apps that do not have a custom file association don't act this way. They still open fine.
It may not be this simple because I just tried a .lic and it opened in notepad so it isn't all 'text' files.
Has anyone else experienced anything similar?
I don't want to waste your time because it could very well be my registry entries... I will poke around some more.
Thanks,
-
admin
- Site Admin
- Posts: 64836
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Opening files with apps that have custom file assoc broken
This is due to changes in 8.70.0003.
Can you give me the command line(s) you have in your registry for those file types? I mean the value of a key that might look like this:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ACDC_JPEG\shell\Open\Command
TIA
Don
Can you give me the command line(s) you have in your registry for those file types? I mean the value of a key that might look like this:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ACDC_JPEG\shell\Open\Command
TIA
Don
FAQ | XY News RSS | XY X
Re: Opening files with apps that have custom file assoc broken
Notepad++
HKLM\SOFTWARE\Classes\Notepad++_file\shell\open\command\
(default) = "C:\Program Files\Notepad++\notepad++.exe" "%1"
I am having trouble finding the other one... I have not downloaded any image apps on this machine (that I remember) it is still set to the default windows picture and fax viewer. So whatever key that is.? windows xp btw.
HKLM\SOFTWARE\Classes\Notepad++_file\shell\open\command\
(default) = "C:\Program Files\Notepad++\notepad++.exe" "%1"
I am having trouble finding the other one... I have not downloaded any image apps on this machine (that I remember) it is still set to the default windows picture and fax viewer. So whatever key that is.? windows xp btw.
-
admin
- Site Admin
- Posts: 64836
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Opening files with apps that have custom file assoc broken
This looks perfectly harmless. I wonder why it does not work.eurytos wrote:Notepad++
HKLM\SOFTWARE\Classes\Notepad++_file\shell\open\command\
(default) = "C:\Program Files\Notepad++\notepad++.exe" "%1"
Please try this in the Windows Run box:
C:\Program Files\Notepad++\notepad++.exe [name of txt file]
C:\Program Files\Notepad++\notepad++.exe "[name of txt file]"
"C:\Program Files\Notepad++\notepad++.exe" [name of txt file]
"C:\Program Files\Notepad++\notepad++.exe" "[name of txt file]"
Do they all work?
FAQ | XY News RSS | XY X
Re: Opening files with apps that have custom file assoc broken
I'm having the same problem. For INI files, for example, the registry line is this: All 4 of your suggested combination work though.
Code: Select all
%SystemRoot%\system32\NOTEPAD.EXE %1Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
admin
- Site Admin
- Posts: 64836
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Opening files with apps that have custom file assoc broken
Ah yes, ok, this one I could fix.zer0 wrote:I'm having the same problem. For INI files, for example, the registry line is this:All 4 of your suggested combination work though.Code: Select all
%SystemRoot%\system32\NOTEPAD.EXE %1
FAQ | XY News RSS | XY X
Re: Opening files with apps that have custom file assoc broken
Though I must say that I don't have any PFAs set up -- just the normal Windows associations.admin wrote:Ah yes, ok, this one I could fix.
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
admin
- Site Admin
- Posts: 64836
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Opening files with apps that have custom file assoc broken
Yes. I think the title of this thread is misleading, it's actually about Windows associations. PFAs never had any problem AFAIK.zer0 wrote:Though I must say that I don't have any PFAs set up -- just the normal Windows associations.admin wrote:Ah yes, ok, this one I could fix.
FAQ | XY News RSS | XY X
Re: Opening files with apps that have custom file assoc broken
Thank you for fixing this issue. I had to go through context menu in the meantime as a workaround, but no more! 
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
Re: Opening files with apps that have custom file assoc broken
admin wrote:Yes. I think the title of this thread is misleading, it's actually about Windows associations. PFAs never had any problem AFAIK.zer0 wrote:Though I must say that I don't have any PFAs set up -- just the normal Windows associations.admin wrote:Ah yes, ok, this one I could fix.
My problem is fixed now.
Sorry if the title was misleading, on my machine I had the issue with the only two apps that I happen to have PFAs setup so I thought it was related.
Thanks for fixing it so quickly!
Re: Opening files with apps that have custom file assoc broken
Problems with .ini or .txt are now fixed, but I'm still having problems with files which are associated to Windows Picture and Fax Viewer (.jpg, .gif).
-
admin
- Site Admin
- Posts: 64836
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Opening files with apps that have custom file assoc broken
What kind of problems?tomuser wrote:Problems with .ini or .txt are now fixed, but I'm still having problems with files which are associated to Windows Picture and Fax Viewer (.jpg, .gif).
FAQ | XY News RSS | XY X
Re: Opening files with apps that have custom file assoc broken
Doubleclick on these .jpg or .gif files won't do anything (same as .txt or .ini files before) in XYplorer, but works OK with Windows Explorer.
-
admin
- Site Admin
- Posts: 64836
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Opening files with apps that have custom file assoc broken
Are you using the latest beta v8.70.0006?tomuser wrote:Doubleclick on these .jpg or .gif files won't do anything (same as .txt or .ini files before) in XYplorer, but works OK with Windows Explorer.
FAQ | XY News RSS | XY X
Re: Opening files with apps that have custom file assoc broken
+1, using 8.70.0006tomuser wrote:Problems with .ini or .txt are now fixed, but I'm still having problems with files which are associated to Windows Picture and Fax Viewer (.jpg, .gif).
my reg key for jpg files is:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\jpegfile\shell\Open\Command\(Padrão)
and the value:
rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
My shared scripts:
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...
XYplorer Beta Club