Warning: Nord Sound Manager does not run in 32 bit systems
- Mr_-G-
- Former Team Member
- Posts: 4760
- Joined: 18 Aug 2012, 16:48
- 13
- Your Nord Gear #1: Nord Stage 2
- Has thanked: 1470 times
- Been thanked: 1275 times
- HrSys
- Posts: 32
- Joined: 27 Dec 2013, 23:54
- 12
- Your Nord Gear #1: Nord Stage 2
- Your Nord Gear #2: Other Brand
- Location: Auvergnord
- Has thanked: 11 times
- Been thanked: 5 times

Re: Warning: Nord Sound Manager does not run in 32 bit syste
Where could i have Nord Sound Manager v7.40 please
thanks
Harvey
thanks
Harvey
- Mr_-G-
- Former Team Member
- Posts: 4760
- Joined: 18 Aug 2012, 16:48
- 13
- Your Nord Gear #1: Nord Stage 2
- Has thanked: 1470 times
- Been thanked: 1275 times
Re: Warning: Nord Sound Manager does not run in 32 bit syste
1. Go to the download page at Clavia.
2. Put the mouse over the link of the file you want to download.
3. Copy that link location
4. Paste it in your browser, but before pressing return to go to that link, change the version number to the one you want to download.
- HrSys
- Posts: 32
- Joined: 27 Dec 2013, 23:54
- 12
- Your Nord Gear #1: Nord Stage 2
- Your Nord Gear #2: Other Brand
- Location: Auvergnord
- Has thanked: 11 times
- Been thanked: 5 times

Re: Warning: Nord Sound Manager does not run in 32 bit syste
I did not think about it !Mr_-G- wrote:![]()
1. Go to the download page at Clavia.
2. Put the mouse over the link of the file you want to download.
3. Copy that link location
4. Paste it in your browser, but before pressing return to go to that link, change the version number to the one you want to download.
Thanks for all.
Nord Sound Manager v7.40 no more valid win32 application !
I must wait for a new PC.
(When uninstall NSM v7.40, always not new EP's but on another hand i noticed 265 (!) Hkeys remaining in my registry ! ):-x
Always patiently waiting and customising my old V1.0 EP's
Harvey
-
moralrecordings
- Posts: 1
- Joined: 25 Apr 2020, 14:19
- 6
- Your Nord Gear #1: Nord Electro 5
- Been thanked: 2 times
Re: Warning: Nord Sound Manager does not run in 32 bit syste
Apologies for bringing this thread back from the dead, but I've found a way to run Nord Sound Manager 7.54 in XP and I figured some people would appreciate it. While the program has dependencies on XP-era DLLs, the program was built with an OS target of Windows Vista. But as it doesn't rely on anything Vista specific, you can edit the EXE with a hex editor to mark it as an XP target and it'll run fine.
(For anyone interested, all the below does is change some bytes in the EXE header responsible for MajorOperatingSystemVersion, MinorOperatingSystemVersion, MajorSubsystemVersion and MinorSubsystemVersion. 6.0 is Windows Vista, 5.1 is Windows XP.)
(For anyone interested, all the below does is change some bytes in the EXE header responsible for MajorOperatingSystemVersion, MinorOperatingSystemVersion, MajorSubsystemVersion and MinorSubsystemVersion. 6.0 is Windows Vista, 5.1 is Windows XP.)
- Download Nord Sound Manager 7.54 from the official site and install it on XP.
- Open "C:\Program Files\Clavia\Nord Sound Manager v7.54\Nord Sound Manager v7.54.exe in a hex editor
- Change the byte at offset 0x170 from 0x06 to 0x05
- Change the byte at offset 0x172 from 0x00 to 0x01
- Change the byte at offset 0x178 from 0x06 to 0x05
- Change the byte at offset 0x17a from 0x00 to 0x01
- These users thanked the author moralrecordings for the post (total 2):
- Mr_-G-, Berretje
- Mr_-G-
- Former Team Member
- Posts: 4760
- Joined: 18 Aug 2012, 16:48
- 13
- Your Nord Gear #1: Nord Stage 2
- Has thanked: 1470 times
- Been thanked: 1275 times
- FZiegler
- Donator
- Posts: 2982
- Joined: 15 Dec 2019, 02:41
- 6
- Your Nord Gear #1: Nord Stage 3
- Location: Germany south-west
- Has thanked: 893 times
- Been thanked: 1038 times
- Contact:

Re: Warning: Nord Sound Manager does not run in 32 bit syste
Hey moralrecordings,
if you've successfully hex tweaked that EXE file, do you have a hint which sorts of Win XP might be treated that way? It's not for me, but a forum attracts all sorts of peple searching for help. It won't cure the WinXP MCE problem reported, right?
if you've successfully hex tweaked that EXE file, do you have a hint which sorts of Win XP might be treated that way? It's not for me, but a forum attracts all sorts of peple searching for help. It won't cure the WinXP MCE problem reported, right?
Last edited by FZiegler on 29 Apr 2020, 08:51, edited 2 times in total.
Stage-3-C (Rev.B 2.1) - Kawai VPC1 / Viscount Legend 70s / Yamaha CP33 - Hall of Fame & NeoVent2 - Behringer Flow-8 - K&M stands 18820+18811 / 18953+18952 - Samsung Tab S5e, MobileSheetsPro & AirTurn Duo200 - QSC K8.2s / Fischer InEars
- maxpiano
- Patch Creator
- Posts: 7347
- Joined: 27 Jun 2011, 13:29
- 14
- Your Nord Gear #1: Nord Stage 3
- Location: Italy
- Has thanked: 563 times
- Been thanked: 2580 times

Re: Warning: Nord Sound Manager does not run in 32 bit syste
Nice finding and trickmoralrecordings wrote: I did this and was able to update the patches on my Electro 5 from my XP VM without a problem.