Page 5 of 5

Re: Warning: Nord Sound Manager does not run in 32 bit syste

Posted: 19 Feb 2019, 22:33
by Mr_-G-
Here is the message in all its glory :(
SoundManager742inXP.jpg
SoundManager742inXP.jpg (17.38 KiB) Viewed 2478 times

Re: Warning: Nord Sound Manager does not run in 32 bit syste

Posted: 22 Feb 2019, 20:01
by HrSys
Where could i have Nord Sound Manager v7.40 please
thanks
Harvey

Re: Warning: Nord Sound Manager does not run in 32 bit syste

Posted: 22 Feb 2019, 20:42
by Mr_-G-
:geek:
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.

Re: Warning: Nord Sound Manager does not run in 32 bit syste

Posted: 22 Feb 2019, 21:19
by HrSys
Mr_-G- wrote::geek:
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.
I did not think about it ! :oops:
Thanks for all.
Nord Sound Manager v7.40 no more valid win32 application ! :twisted:
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 :geek:
Always patiently waiting and customising my old V1.0 EP's
Harvey

Re: Warning: Nord Sound Manager does not run in 32 bit syste

Posted: 25 Apr 2020, 14:53
by moralrecordings
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.)
  1. Download Nord Sound Manager 7.54 from the official site and install it on XP.
  2. Open "C:\Program Files\Clavia\Nord Sound Manager v7.54\Nord Sound Manager v7.54.exe in a hex editor
  3. Change the byte at offset 0x170 from 0x06 to 0x05
  4. Change the byte at offset 0x172 from 0x00 to 0x01
  5. Change the byte at offset 0x178 from 0x06 to 0x05
  6. Change the byte at offset 0x17a from 0x00 to 0x01
nord_diff.png
nord_diff.png (53.75 KiB) Viewed 2161 times
nord_xp.png
nord_xp.png (24.75 KiB) Viewed 2161 times
Disclaimer: do the following at your own risk, XP is old, etc. I did this and was able to update the patches on my Electro 5 from my XP VM without a problem.

Re: Warning: Nord Sound Manager does not run in 32 bit syste

Posted: 25 Apr 2020, 15:13
by Mr_-G-
Great, thanks for reporting this!

Re: Warning: Nord Sound Manager does not run in 32 bit syste

Posted: 29 Apr 2020, 08:35
by FZiegler
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?

Re: Warning: Nord Sound Manager does not run in 32 bit syste

Posted: 29 Apr 2020, 12:46
by maxpiano
moralrecordings wrote: I did this and was able to update the patches on my Electro 5 from my XP VM without a problem.
Nice finding and trick ;-) of course if the VM is Win7(Vista = no way!) 32 bit or later there's no tweaking required, right?