Page 1 of 1

1.88 Typo in Registry Setting

Posted: Thu May 01, 2025 2:01 pm
by jbusnengo
Double-clicking on a .sld file does not open XnView. Upon investigation, I discovered that there's a typo in the registry setting that needs to be fixed.
XnView creates the registry entry Computer\HKEY_CLASSES_ROOT\XnViewMP.sld\shell\open\command\(default) with the following string:

Code: Select all

"C:\Program Files\XnViewMP\xnviewmp.exe" "-slide "%1"
Because of a missing quotation mark, this does not work. Correcting the string to this:

Code: Select all

"C:\Program Files\XnViewMP\xnviewmp.exe" "-slide" "%1"
fixes the problem.

Re: 1.88 Typo in Registry Setting

Posted: Tue May 06, 2025 4:48 am
by user0
yep, but it's not a quote mark, it's a space in the wrong place

current 188

Code: Select all

[HKEY_CLASSES_ROOT\XnViewMP.sld\shell\open\command]
@="\"D:\\PROG\\portable\\graphic\\XnViewMP\\xnviewmp.exe\" \"-slide \"\"%1\""
fixed

Code: Select all

[HKEY_CLASSES_ROOT\XnViewMP.sld\shell\open\command]
@="\"D:\\PROG\\portable\\graphic\\XnViewMP\\xnviewmp.exe\" \"-slide\" \"%1\""

Re: 1.88 Typo in Registry Setting

Posted: Tue May 06, 2025 7:29 am
by xnview
:bugconfirmed: Thanks to your detailed description I can reproduce the problem.

Re: 1.88 Typo in Registry Setting

Posted: Tue May 06, 2025 11:55 am
by jbusnengo
Thanks!

Re: 1.88 Typo in Registry Setting

Posted: Mon May 26, 2025 6:30 am
by xnview
This problem is supposed to be fixed in XnView MP 1.9.0. Please check and confirm the bug fix here.

Re: 1.88 Typo in Registry Setting

Posted: Mon May 26, 2025 7:44 am
by user0
fixed in 190

Re: 1.88 Typo in Registry Setting

Posted: Wed Jun 04, 2025 1:28 pm
by jbusnengo
I'm still having the same issue. Each time I update XnView MP, the registry setting gets reset to include the typo. It happened with 1.9.0 and 1.9.1. Do I need to completely remove XnView MP and reinstall fresh rather than updating my existing installation? Thanks!

Re: 1.88 Typo in Registry Setting

Posted: Wed Jun 04, 2025 1:45 pm
by user0
jbusnengo wrote: Wed Jun 04, 2025 1:28 pm Each time I update XnView MP, the registry setting gets reset to include the typo.
yeah, looks like issue is not fixed in installer
jbusnengo wrote: Wed Jun 04, 2025 1:28 pm Do I need to completely remove XnView MP and reinstall fresh rather than updating my existing installation?
press 'Set file associations...' button in Settings > Integration

Re: 1.88 Typo in Registry Setting

Posted: Thu Jun 05, 2025 12:42 am
by jbusnengo
user0 wrote: Wed Jun 04, 2025 1:45 pm
jbusnengo wrote: Wed Jun 04, 2025 1:28 pm Do I need to completely remove XnView MP and reinstall fresh rather than updating my existing installation?
press 'Set file associations...' button in Settings > Integration
Ah. I wasn't aware of that button. That does appear to work.