Search found 8 matches

by Milode
Sun Aug 29, 2021 6:12 am
Forum: MediaMonkey 5 developer forum
Topic: need help convert script from VBS to JS
Replies: 1
Views: 961

need help convert script from VBS to JS

Dear all, Sorry, unfortunately I have less experience with JS, but want to use at least one script in in MM5 that I wrote in VBS for MM4. For the script I want to determine the currently selected Node-Name in the Media-Tree, in VBS it was easy: VBS: Sub AlbumName_From_PlaylistName Dim NodeName NodeN...
by Milode
Thu Aug 19, 2021 4:08 pm
Forum: Need Help - MMW5
Topic: Application throw an exception ccces violatioa at address 1D5CC23A
Replies: 9
Views: 973

Re: Application throw an exception ccces violatioa at address 1D5CC23A

Hello Ludek,
please find the log-file under Ticket #2447

Thank you and best regards
Michael
by Milode
Mon Aug 16, 2021 12:59 pm
Forum: Need Help - MMW5
Topic: Application throw an exception ccces violatioa at address 1D5CC23A
Replies: 9
Views: 973

Re: Application throw an exception ccces violatioa at address 1D5CC23A

Hi Peke,
thanks for repyl.
Hope the log shows a solution.
best regards
Michael
by Milode
Sat Aug 14, 2021 3:23 pm
Forum: Need Help - MMW5
Topic: Application throw an exception ccces violatioa at address 1D5CC23A
Replies: 9
Views: 973

Re: Application throw an exception ccces violatioa at address 1D5CC23A

Hello Peke, I have had my P52 for over 3 years, at that time Win 10 Pro Workstation was necessary for Xeos (until around 2019). now that has changed, but should I downgrade because of that? I usually have no problem with this version of Windows. Current version of K-Lite is installed. I installed th...
by Milode
Sat Aug 14, 2021 5:48 am
Forum: Need Help - MMW5
Topic: Application throw an exception ccces violatioa at address 1D5CC23A
Replies: 9
Views: 973

Re: Application throw an exception ccces violatioa at address 1D5CC23A

Hallo Peke, thank you for feedback. Intel Xeon E-21xx only works under Windows 10 Pro for Workstation or Windows 10 Enterprise I use a mobile workstation Thinkpad P52 with NVIDIA Quadro P2000. No problems with other SW (Photo Vidoe,..) works fast and stable, also MediaMonky 4 and MusicBee works fine...
by Milode
Fri Aug 13, 2021 5:42 pm
Forum: Need Help - MMW5
Topic: Application throw an exception ccces violatioa at address 1D5CC23A
Replies: 9
Views: 973

Application throw an exception ccces violatioa at address 1D5CC23A

each time I start Mediamonkey 5, I get the following 2 error messages: 1) Debug Error! Program: C:\Program Files (x86)\MediaMonkey 5\MediaMonkeyEngine.exe Invalid allocation size: 4294967293 bytes 2) Application throw an exception Acces violation at address 1D5CC23A in module "f_MP4.dll'. Write...
by Milode
Mon Apr 19, 2021 3:27 pm
Forum: MediaMonkey 5 developer forum
Topic: JS translation vor VBS code NodeName=SDB.MainTree.CurrentNode.Caption
Replies: 3
Views: 2011

Re: JS translation vor VBS code NodeName=SDB.MainTree.CurrentNode.Caption

Hi drakinite,
thank you very much for all the tips.
I will look at the detail and try to implement the tips.
by Milode
Sat Apr 17, 2021 4:57 pm
Forum: MediaMonkey 5 developer forum
Topic: JS translation vor VBS code NodeName=SDB.MainTree.CurrentNode.Caption
Replies: 3
Views: 2011

JS translation vor VBS code NodeName=SDB.MainTree.CurrentNode.Caption

Unfortunately I have little experience in programming, but I really want to translate a VB script for MM5. For the JS I need the implementation for the following VBS section to determine the node name (playlist name) of the selected node in the item tree: Dim SDB Set SDB = CreateObject("SongsDB...