Page 1 of 1

Reason 11 updated: broken file associations in windows 10

Posted: 01 Oct 2019
by earwig83
__________________________________________________________________________________

Re: Reason 11 updated: broken file associations in windows 10

Posted: 01 Oct 2019
by earwig83
__________________________________________________________________________________

Re: Reason 11 updated: broken file associations in windows 10

Posted: 01 Oct 2019
by BananaSkins
Can you not do a windows System-Restore?

Re: Reason 11 updated: broken file associations in windows 10

Posted: 01 Oct 2019
by VIVIsect
I'm having the same problem too after updating from 10 to 11. Refills, Combinator and RE patches are missing icons. I tried clearing the thumbnail cache, as suggested elsewhere, but didn't have any luck. Really annoying.

Re: Reason 11 updated: broken file associations in windows 10

Posted: 01 Oct 2019
by earwig83
__________________________________________________________________________________

Re: Reason 11 updated: broken file associations in windows 10

Posted: 01 Oct 2019
by Loque
I noticed the same. Maybe it comes from the uninstall of 10. I try a reinstall... Well, this didn't happened with the last update so i would call it a bug. Anybody already made a bug report?

Re: Reason 11 updated: broken file associations in windows 10

Posted: 02 Oct 2019
by SoundObjects
It has something to do with the installers program registration.

This workaround worked for me:

1. Type "regedit" in the Run line or from an elevated CMD prompt.
2. Navigate to Computer\HKEY_CLASSES_ROOT\Applications and find Reason.
3. Navigate under its name to shell>open>command.
4. Under Default, make sure the application location points to the actual location of Reason 11.
(it showed Reason 10 and I corrected it to Reason 11)

5. Press OK and then try and reassociate (via control panel) the file type as you normally would.

Re: Reason 11 updated: broken file associations in windows 10

Posted: 23 Nov 2019
by djs
Reinstalling Reason 11 fixed the missing icon pictures.

Re: Reason 11 updated: broken file associations in windows 10

Posted: 05 Dec 2019
by -008'
I am having the same or similar problem as OP. Did you sort it out earwig?

I had R10 & R11Suite side by side for a couple weeks. Recently removed R10 ....Haven't seen a .repatch icon ever since. :cry:

Have:
-Installed/Uninstalled/Reinstalled: R7, 8, 9, 10, 11...
-Tried the Reg thing
-Tried using CMD prompt to reset file associations
-used disk cleanup to delete thumbnails

Nothing works for me. The only thing I haven't tried yet is a hammer.
Feel like this must be a R11Suite/Windows bug or something? idk. diving me crazy

Re: Reason 11 updated: broken file associations in windows 10

Posted: 05 Dec 2019
by Koshdukai
Have you guys checked with regedit if there's entries like these on your Registry:

HKEY_CLASSES_ROOT\Reason.repatch\DefaultIcon
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\DefaultIcon

Using the .repatch extension as an example, but all extensions should be close together in the key tree, since all have this "Reason.extension" format.

If you don't have them, that's the issue.
If you do, the content should have something like (depending on your version and install path and in this example, the Icon ID is -253):
C:\Program Files\Propellerhead\Reason Suite 11\Reason Suite.exe,-253

That's for "lost icons".
For lack of associated application, in that same extension registry key, there's a:

HKEY_CLASSES_ROOT\Reason.repatch\shell\open\command
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\shell\open\command

That should have something similar to:
C:\Program Files\Propellerhead\Reason Suite 11\Reason Suite.exe "%1"


Basically, an export on those 2 example keys would look like this:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.repatch]
@="Reason.repatch"

[HKEY_CLASSES_ROOT\Reason.repatch]
@="Rack Extension patch"

[HKEY_CLASSES_ROOT\Reason.repatch\DefaultIcon]
@="C:\\Program Files\\Propellerhead\\Reason Suite 11\\Reason Suite.exe,-253 "

[HKEY_CLASSES_ROOT\Reason.repatch\shell]

[HKEY_CLASSES_ROOT\Reason.repatch\shell\open]

[HKEY_CLASSES_ROOT\Reason.repatch\shell\open\command]
@="\"C:\\Program Files\\Propellerhead\\Reason Suite 11\\Reason Suite.exe\" \"%1\""


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.repatch]
@="Reason.repatch"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch]
@="Rack Extension patch"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\DefaultIcon]
@="C:\\Program Files\\Propellerhead\\Reason Suite 11\\Reason Suite.exe,-253 "

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\shell\open\command]
@="\"C:\\Program Files\\Propellerhead\\Reason Suite 11\\Reason Suite.exe\" \"%1\""
If you're missing those keys, try to put the above piece of text into a "fixRepatch.reg" text file and import through regedit, close it and see if you now can see an icon on the .repatch files and those are being opened by Reason. If yes, well... you know what you have to do for the rest of the extensions ;)

Re: Reason 11 updated: broken file associations in windows 10

Posted: 05 Dec 2019
by -008'
Koshdukai wrote:
05 Dec 2019

If you're missing those keys, try to put the above piece of text into a "fixRepatch.reg" text file and import through regedit, close it and see if you now can see an icon on the .repatch files and those are being opened by Reason. If yes, well... you know what you have to do for the rest of the extensions
Very grateful for this Kosh, thank you! It still hasn't worked for me yet. :x But i feel like you've shown me what will eventually fix it. :lol:

can you tell me what is the data you have for:

Code: Select all

HKEY_CLASSES_ROOT\.repatch
? Also, I remember seeing some "auto-repatch-" thing somewhere in reg too but i now I cant remember if i deleted or changed it to the Reason.repatch (since i saw that everything else that was working had started w/ "Reason.")

Thanks again for chiming in you are a great help! :thumbs_up:

Re: Reason 11 updated: broken file associations in windows 10

Posted: 05 Dec 2019
by Koshdukai
-008' wrote:
05 Dec 2019

can you tell me what is the data you have for:

Code: Select all

HKEY_CLASSES_ROOT\.repatch
? Also, I remember seeing some "auto-repatch-" thing somewhere in reg too but i now I cant remember if i deleted or changed it to the Reason.repatch (since i saw that everything else that was working had started w/ "Reason.")

Thanks again for chiming in you are a great help! :thumbs_up:
Cool! :)

Check the "code" block on my previous post, that's the data I have: "Reason.repatch"

[HKEY_CLASSES_ROOT\.repatch]
@="Reason.repatch"

It's where the ".repatch" extension connects to the "Reason.repatch" registry token that has the relevant settings for the Icon and Open

Re: Reason 11 updated: broken file associations in windows 10

Posted: 20 May 2020
by Neo
-

Re: Reason 11 updated: broken file associations in windows 10

Posted: 20 May 2020
by zero-13
The easy Win 10 fix for me was right click one of the disassociated files, got to "Open With" check the "Always open with" check box, then scroll down to where it lets you look for and point to the Reason .exe, this instantly restored the reason icons on files associated with it.

Re: Reason 11 updated: broken file associations in windows 10

Posted: 20 May 2020
by zero-13
Neo wrote:
20 May 2020
Just ran into this issue after updating from 10 to 11 Suite myself.

<My temporary fix here>
Search your Hard Drive using *.repatch (as an example)
Right Click and select "open with"
Scroll down the menu
Select "Look for another app on this PC"
Point your way to the Reason exe and you should be ok.

Should all the icons be the same? ehhh.. maybe its not a fix after all^
Dude, apologies, started typing out a reply before realizing you had it covered, lol. :redface:

Re: Reason 11 updated: broken file associations in windows 10

Posted: 20 May 2020
by Neo
zero-13 wrote:
20 May 2020
Neo wrote:
20 May 2020
Just ran into this issue after updating from 10 to 11 Suite myself.

<My temporary fix here>
Search your Hard Drive using *.repatch (as an example)
Right Click and select "open with"
Scroll down the menu
Select "Look for another app on this PC"
Point your way to the Reason exe and you should be ok.

Should all the icons be the same? ehhh.. maybe its not a fix after all^
Dude, apologies, started typing out a reply before realizing you had it covered, lol. :redface:
All good man minus now my *.cmb and *.reason icons look the same. Definitely not a fix. I think i jumped the gun posting my 'quick fix'.
I just tried a reinstall and no change.
Can I swear now?..

Re: Reason 11 updated: broken file associations in windows 10

Posted: 20 May 2020
by zero-13
Dang, that's something I did not notice, agreed not a fix.

Windows 10 has done this several times with several apps, always goes like this but not all apps:

1. Install new version of app that installs parallel rather than direct upgrade
2. uninstall old app
3. File icons borked!

4Why?!

Re: Reason 11 updated: broken file associations in windows 10

Posted: 20 May 2020
by Neo
Koshdukai wrote:
05 Dec 2019
Have you guys checked with regedit if there's entries like these on your Registry:

HKEY_CLASSES_ROOT\Reason.repatch\DefaultIcon
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\DefaultIcon

Using the .repatch extension as an example, but all extensions should be close together in the key tree, since all have this "Reason.extension" format.

If you don't have them, that's the issue.
If you do, the content should have something like (depending on your version and install path and in this example, the Icon ID is -253):
C:\Program Files\Propellerhead\Reason Suite 11\Reason Suite.exe,-253

That's for "lost icons".
For lack of associated application, in that same extension registry key, there's a:

HKEY_CLASSES_ROOT\Reason.repatch\shell\open\command
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\shell\open\command

That should have something similar to:
C:\Program Files\Propellerhead\Reason Suite 11\Reason Suite.exe "%1"


Basically, an export on those 2 example keys would look like this:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.repatch]
@="Reason.repatch"

[HKEY_CLASSES_ROOT\Reason.repatch]
@="Rack Extension patch"

[HKEY_CLASSES_ROOT\Reason.repatch\DefaultIcon]
@="C:\\Program Files\\Propellerhead\\Reason Suite 11\\Reason Suite.exe,-253 "

[HKEY_CLASSES_ROOT\Reason.repatch\shell]

[HKEY_CLASSES_ROOT\Reason.repatch\shell\open]

[HKEY_CLASSES_ROOT\Reason.repatch\shell\open\command]
@="\"C:\\Program Files\\Propellerhead\\Reason Suite 11\\Reason Suite.exe\" \"%1\""


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.repatch]
@="Reason.repatch"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch]
@="Rack Extension patch"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\DefaultIcon]
@="C:\\Program Files\\Propellerhead\\Reason Suite 11\\Reason Suite.exe,-253 "

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Reason.repatch\shell\open\command]
@="\"C:\\Program Files\\Propellerhead\\Reason Suite 11\\Reason Suite.exe\" \"%1\""
If you're missing those keys, try to put the above piece of text into a "fixRepatch.reg" text file and import through regedit, close it and see if you now can see an icon on the .repatch files and those are being opened by Reason. If yes, well... you know what you have to do for the rest of the extensions ;)
Thank you for sharing @Koshdukai!
Hint: Dont try this @5am

Re: Reason 11 updated: broken file associations in windows 10

Posted: 22 Jun 2020
by Koshdukai
Neo wrote:
20 May 2020
Thank you for sharing @Koshdukai!
Hint: Dont try this @5am
Wise hint :D