EZDrummer 2.1.4 Update Fail

EZdrummer Help
Viewing 14 replies - 1 through 14 (of 14 total)
  • John
    Moderator

    Hi,

    could you please attach those screen shots you are referring to, so I may forward this topic?

    John Rammelt - Toontrack
    Technical Advisor

    Not sure why they didn’t post the first time, but here are the first two.EZD214installError-digilab14.png

    EZD214installError-digilab15.png

    …and here’s the 3rd one.ToontrackPrefs-digilab15-1.png

    Olof
    Moderator

    Hi,

    Could you run the following Terminal commands and post a screenshot, please?

    defaults read /Users/Shared/Toontrack/Preferences/com.toontrack.superior.auezdrummer SourcePath
    defaults read com.toontrack.superior.auezdrummer SourcePath

    Olof Hermansson - Toontrack
    Coder

    Ran defaults commands on both digilab14 and digilab15 with same results–see attached screenshot.Screen-Shot-2016-09-29-at-1.23.00-PM.png

    Olof
    Moderator

    Okay, the problem is that there’s no SourcePath in /Users/Shared/Toontrack/Preferences/com.toontrack.superior.auezdrummer.plist. To fix it, you can run:

    sudo defaults write /Users/Shared/Toontrack/Preferences/com.toontrack.superior.auezdrummer SourcePath “/Library/Application Support/EZDrummer”
    or
    sudo defaults write /Users/Shared/Toontrack/Preferences/com.toontrack.superior.auezdrummer SourcePath /Volumes/Libraries/EZDrummer

    If you use the latter command you won’t need the symbolic link in /Library/Application Support anymore.

    Olof Hermansson - Toontrack
    Coder

    Olof
    Moderator

    Actually, I recommend you use the second command but keep the symbolic link anyway, since certain older EZX installers (on DVDs) need it.

    Olof Hermansson - Toontrack
    Coder

    OK, this is what finally worked for me:

    1. Terminal command sudo defaults write /Users/Shared/Toontrack/Preferences/com.toontrack.superior.auezdrummer.plist SourcePath /Library/Application Support/EZDrummer
    – Although not required for the defaults read commands, you have to specify “.plist” as part of the path and file. Additionally, the “/Library/Application Support/EZDrummer” path in quotes didn’t work–I had to specify the path without quotes and add the backslash () to account for the space in Application Support

    2. When I applied the Terminal command above, I also noticed that it changed the owner and permissions to root and 600 respectively, so I had to deliberately change the permissions on com.toontrack.superior.auezdrummer.plist to 777.

    Now that I’ve got EZDrummer updates working OK, I’m experiencing problems with the Superior Drummer updates, so I’ll start a new topic on that and refer back to this one. Thanks for the assist to date.

    Olof
    Moderator

    Thanks for the update.

    Yes, sorry about the permissions changing, good you noticed it.

    However, I don’t understand how “.plist” would be required since it works without for me on the same OS version (and the ‘man’ page says it is optional). Also, the path with quotes should be equivalent to what you used, but it is possible that the quotes got converted by the “smart quotes” feature in OS X, maybe if you copy/pasted the command to some text document in-between. Anyway, glad you got it working! Smile

    Olof Hermansson - Toontrack
    Coder

    OK, Olof, I seem to be almost stabilized with the EZD and SD updates on at least 2 computers now. I have one remaining minor issue and an inquiry.

    – If it were up to me, I wouldn’t even ask this question, but I’m asking on behalf of the faculty. I am not able to retrieve the Cocktail kit–see attached screenshot specifying that “The ‘Cocktail’ sound library is not working correctly…”. I’d be happy to “install the latest update” but this kit doesn’t show up in Product Manager. If this kit is now obsolete, please advise on complete removal instructions to make sure it’s not only removed from the Libraries drive but also removed from the EZD and SD drop down lists as an available kit.

    EZD2-NoCocktailKit.png

    – Regarding the inquiry, it appears that some renumbering/renaming was done with the MIDI updates for the Add On Packs and Superior Drummer Packs. After I finished all of the updates, I launched EZD2 to perform an ops check and under “Browser”, I found both of these MIDI lists duplicated. The new Superior Drummer Packs were renamed as “0000*” (including the label being called “Superior Libraries”) whereas the previous Superior Packs began with “9999*” and were called “SDX Libraries”. The Add On Packs were simply renumbered from “20*” to numbers beginning with “000088”, but they were duplicated nonetheless. This required me to go into the EZDrummer/Midi folder for additional file maintenance. All of this to say that it appears Product Manager looks for specific naming and numbering schemes to detect the presence of a given MIDI pack and, if this is so, then it also appears that no number/name customizations can be accomplished anymore unless a user chooses to re-accomplish the customization after a given update. Please provide any insight on this issue when you can.

    Thanks,
    Darryl

    Olof
    Moderator

    @Department of Recording Industry said:
    – If it were up to me, I wouldn’t even ask this question, but I’m asking on behalf of the faculty. I am not able to retrieve the Cocktail kit–see attached screenshot specifying that “The ‘Cocktail’ sound library is not working correctly…”. I’d be happy to “install the latest update” but this kit doesn’t show up in Product Manager. If this kit is now obsolete, please advise on complete removal instructions to make sure it’s not only removed from the Libraries drive but also removed from the EZD and SD drop down lists as an available kit.

    The Cocktail EZX download can be found as an ‘extra’ download for EZdrummer (1) – click “Show Details” for under EZdrummer in Product Manager. You can see if it helps to install that. If not, the problem must be that the EZX_Cocktail folder is missing a Configs file and a GraphicsV2 folder that are installed by the full EZdrummer 2 installer (but you could copy them in manually from Contents/Support/EZX_Cocktail on the installer dmg instead of reinstalling EZD2).

    If you wish to uninstall Cocktail, simply removing the EZX_Cocktail folder is fine and will also remove it as an available kit. Optionally you can delete the MIDI (04@EZX_COCKTAIL) as well.

    @Department of Recording Industry said:
    – Regarding the inquiry, it appears that some renumbering/renaming was done with the MIDI updates for the Add On Packs and Superior Drummer Packs. After I finished all of the updates, I launched EZD2 to perform an ops check and under “Browser”, I found both of these MIDI lists duplicated. The new Superior Drummer Packs were renamed as “0000*” (including the label being called “Superior Libraries”) whereas the previous Superior Packs began with “9999*” and were called “SDX Libraries”. The Add On Packs were simply renumbered from “20*” to numbers beginning with “000088”, but they were duplicated nonetheless. This required me to go into the EZDrummer/Midi folder for additional file maintenance. All of this to say that it appears Product Manager looks for specific naming and numbering schemes to detect the presence of a given MIDI pack and, if this is so, then it also appears that no number/name customizations can be accomplished anymore unless a user chooses to re-accomplish the customization after a given update. Please provide any insight on this issue when you can.

    We have not changed those folder/file names. If you want Product Manager to be able to see that they are installed and updaters to update the correct folders, you must not rename them. Custom reordering is not supported, I’m afraid.

    Olof Hermansson - Toontrack
    Coder

    Olof
    Moderator

    Additionally, the Search MIDI functionality in EZdrummer 2 won’t work with renamed MIDI library folders.

    Olof Hermansson - Toontrack
    Coder

    Thanks again for your reply, Olof. It appears that I’m the victim of listening to “experts” instead of properly reading the manual regarding the renaming/renumbering of the Midi folder contents. The faculty wanted the packs ordered a certain way (primarily with Superior Drummer at the bottom since they routinely use EZ Drummer with their students) and assured me that the customization method was vendor-approved. So my fault for assuming, and sorry for even hassling you with this issue.

    Regarding the Cocktail kit, however, I am unfortunately still dead in the water. I found the Cocktail download easily (thanks!) but I still get the same error after (1) just performing an install and (2) performing an uninstall and install. Please advise when you get a chance.

    Many thanks,
    Darryl

    Olof
    Moderator

    In the installed EZX_Cocktail folder, do you have a “Configs” file and a “GraphicsV2” folder? If not, open the dmg for the full EZdrummer 2 installer (2.0.2) and copy them from Contents/Support/EZX_Cocktail.

    Olof Hermansson - Toontrack
    Coder

Viewing 14 replies - 1 through 14 (of 14 total)

No products in the cart.

×