Can't Start MMS - Could not locate the bindings file

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Can't Start MMS - Could not locate the bindings file

Re: Can't Start MMS - Could not locate the bindings file

by drakinite » Sat Sep 19, 2020 8:32 pm

I just experienced the same error as you and found the solution. Wrote about it here: https://github.com/mediamonkeyserver/mm ... leshooting

Re: Can't Start MMS - Could not locate the bindings file

by drakinite » Thu Sep 10, 2020 5:15 pm

Super late reply, but yes. You need your own installation of Node.js >8, as well as Node Package Manager, and I believe Python needs to be installed for one or two of the dependencies. Installation instructions are on the github page.

Can't Start MMS - Could not locate the bindings file

by jmac_the_man » Mon Feb 24, 2020 11:21 pm

Trying to start the program on Windows 10 from the command line. Got the below error message.

Do I need to install my own copy of Node, or does this come with it?

Thanks
Using node.js v8.11.3
Caught exception: Error: Could not locate the bindings file. Tried:
C:\snapshot\mms\node_modules\windows-trayicon\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\build\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\build\Debug\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\build\Release\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\out\Debug\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\Debug\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\out\Release\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\Release\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\build\default\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\compiled\8.11.3\win32\x64\nbind.node
C:\snapshot\mms\node_modules\windows-trayicon\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\build\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\build\Debug\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\build\Release\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\out\Debug\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\Debug\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\out\Release\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\Release\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\build\default\nbind.js
C:\snapshot\mms\node_modules\windows-trayicon\compiled\8.11.3\win32\x64\nbind.js

Top