1.88 Typo in Registry Setting

Reported bugs that have been closed and/or resolved

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
jbusnengo
Posts: 4
Joined: Thu May 01, 2025 1:54 pm

1.88 Typo in Registry Setting

Post 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.
User avatar
user0
XnThusiast
Posts: 2409
Joined: Sat May 09, 2015 9:37 am

Re: 1.88 Typo in Registry Setting

Post 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\""
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 1.88 Typo in Registry Setting

Post by xnview »

:bugconfirmed: Thanks to your detailed description I can reproduce the problem.
Pierre.
jbusnengo
Posts: 4
Joined: Thu May 01, 2025 1:54 pm

Re: 1.88 Typo in Registry Setting

Post by jbusnengo »

Thanks!
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 1.88 Typo in Registry Setting

Post by xnview »

This problem is supposed to be fixed in XnView MP 1.9.0. Please check and confirm the bug fix here.
Pierre.
User avatar
user0
XnThusiast
Posts: 2409
Joined: Sat May 09, 2015 9:37 am

Re: 1.88 Typo in Registry Setting

Post by user0 »

fixed in 190
jbusnengo
Posts: 4
Joined: Thu May 01, 2025 1:54 pm

Re: 1.88 Typo in Registry Setting

Post 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!
User avatar
user0
XnThusiast
Posts: 2409
Joined: Sat May 09, 2015 9:37 am

Re: 1.88 Typo in Registry Setting

Post 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
jbusnengo
Posts: 4
Joined: Thu May 01, 2025 1:54 pm

Re: 1.88 Typo in Registry Setting

Post 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.
Post Reply