Problem with installing Maschine 2 Factory Library or Expansions

Discussion in 'Maschine' started by CHRIS10SOHN, Jan 21, 2020.

  1. CHRIS10SOHN

    CHRIS10SOHN Newbie

    Joined:
    Jan 21, 2020
    Messages:
    2
    Likes Received:
    0
    Hello there,

    I installed Maschine 2 on macOS 10.15. from sister site and got it working after rewriting permissions with
    sudo codesign --force --deep --sign - /Applications/Native\ Instruments/Maschine\ 2/Maschine\ 2.app

    But now that I want to install factory library or expansions I always get installation failed error. Files are being written on user/shared but the sounds will not be displayed in Maschine software. Any ideas how to get this working?
     
  2.  
  3. bobdule

    bobdule Rock Star

    Joined:
    Dec 28, 2014
    Messages:
    603
    Likes Received:
    412
    try to add the content directory in terminal.
    Code:
    PRODUCT=("Maschine 2 Factory Library" "Maschine 2 Factory Selection" "Expansions Selection" "Aquarius Earth" "Arcane Attic" "Astral Flutter" "Basement Era" "Black Arc" "Byte Riot" "Carbon Decay" "Caribbean Current" "Cavern Floor" "Chromatic Fire" "Circuit Halo" "Conant Gardens" "Crystal Daggers" "Dark Pressure" "Decoded Forms" "Deep Matter" "District Xeo" "Drop Squad" "Elastic Thump" "Electric vice" "Global Shake" "Golden Kingdom" "Grey Forge" "Halcyon Sky" "Headland Flow" "Helios Ray" "Hexagon Highway" "Indigo Dust" "Infamous Flow" "Lazer Dice" "Lilac Glare" "Lockdown Grind" "London Grit" "Lone Forest" "Lucid Mission" "Magnate Hustle" "Marble Rims" "Magnetic Coast" "Meteoric Rise" "Midnight Sunset" "Molten Veil" "Motor Impact" "Neon Drive" "Opaline Drift" "Paradise Rinse" "Platinum Bounce" "Polar Flare" "Prismatic Bliss" "Prospect Haze" "Pulswerk" "Pure Drip" "Queensbridge Story" "Radiant Horizon" "Raw Voltage" "Resonant Blaze" "Rising Crescent" "Sierra Grove" "Solar Breeze" "Static Friction" "Street Swarm" "The Stereotypes" "Timeless Glow" "Transistor Punch" "True School" "Vintage Heat" "Velvet Lounge" "Warped Symmetry") 
    for product in "${PRODUCT[@]}" 
    do 
    sudo defaults write /Library/Preferences/com.native-instruments."$product".plist Name "$product" 
    sudo defaults write /Library/Preferences/com.native-instruments."$product".plist ContentDir Users/Shared 
    done
    
    and download or relocate the content in native access.
     
    Last edited: Jan 22, 2020
    • Like Like x 2
    • Disagree Disagree x 1
    • Winner Winner x 1
    • List
  4. CHRIS10SOHN

    CHRIS10SOHN Newbie

    Joined:
    Jan 21, 2020
    Messages:
    2
    Likes Received:
    0
    thx man works like a charm
     
  5. bobdule

    bobdule Rock Star

    Joined:
    Dec 28, 2014
    Messages:
    603
    Likes Received:
    412
    i added one in the code.

    Magnetic Coast just out

    to add only this one.
    Code:
    PRODUCT=("Magnetic Coast")
    for product in "${PRODUCT[@]}"
    do
    sudo defaults write /Library/Preferences/com.native-instruments."$product".plist Name "$product"
    sudo defaults write /Library/Preferences/com.native-instruments."$product".plist ContentDir Users/Shared
    done


    for windows via regedit
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Native Instruments\Magnetic Coast]
    "ContentDir"=""
     
    Last edited: Jan 22, 2020
  6. imyourpassengerr

    imyourpassengerr Newbie

    Joined:
    May 2, 2020
    Messages:
    1
    Likes Received:
    0
    Hi guys, sorry if i ask here, but i have the same problem in OS Catalina 10.15. At the end of the installation it fails, but it is also installing nothing. No files. So i cannot relocate. Is there another way to install the expansion packs on catalina?
     
  7. jadacrook

    jadacrook Newbie

    Joined:
    Mar 10, 2020
    Messages:
    55
    Likes Received:
    2
    Hi can anyone help i was getting installation failed on newly downloaded expansions on os 10.15.4 so i tried the command above and now most of the expansion are no longer showing in Maschine 2. please can anyone help
     
  8. 5teezo

    5teezo Audiosexual

    Joined:
    Feb 2, 2012
    Messages:
    2,063
    Likes Received:
    1,173

    Interesting. Does this permanently redirect the installation path? Then I wouldn't have to specify the install location all the time. Because I install all my expansions on a different hdd.
     
  9. Oroku Saki

    Oroku Saki Newbie

    Joined:
    Nov 9, 2020
    Messages:
    2
    Likes Received:
    0
    I'm on pc. What exctly do I need to do to get these expansions working? I'm on Maschine Unlocked version 2.3.1
     
  10. kontaktuser

    kontaktuser Newbie

    Joined:
    Aug 21, 2020
    Messages:
    7
    Likes Received:
    2
    Aquarius Earth is the one i really want and have to same issues. It fails to install, i've unzipped it all so have the expansion structure on a drive but can't load kits as all he sample paths are wrong. Any ideas how to edit things so it loads?
     
  11. Serjio

    Serjio Noisemaker

    Joined:
    Sep 2, 2018
    Messages:
    39
    Likes Received:
    4
    de
     
    Last edited: Mar 15, 2021
  12. Ted

    Ted Ultrasonic

    Joined:
    Jan 1, 2017
    Messages:
    146
    Likes Received:
    22
    Capture d’écran 2021-03-26 à 15.00.34.png View attachment 24649
    Hey Bobdule ! Your script work perfectly but when I launch Native Access and try to relocate the library placed in User/Shared

    I get "The library path is invalid", Any idea how to reconnect Maschine to the libraries files without having to reinstall everything using installers ? thanks
     
    Last edited: Mar 26, 2021
  13. epsilonbg

    epsilonbg Newbie

    Joined:
    Sep 3, 2021
    Messages:
    3
    Likes Received:
    0
    @bobdule Thanks a lot for your script, I did replace the
    ContentDir with my own and worked like a charm on Big Sur
    btw Any idea how to fix the Artwork in Maschine browser?
    [​IMG]
     
  14. epsilonbg

    epsilonbg Newbie

    Joined:
    Sep 3, 2021
    Messages:
    3
    Likes Received:
    0
    Uhh nevermind, found them in /Users/Shared/NI Resources/image/XXXXXX
    however when installer failed, it did not copy for me Midnight Sunset & Aquarius Earth
    Any idea how can extract them from pkg files or grab them somewhere on the web?
     
  15. epsilonbg

    epsilonbg Newbie

    Joined:
    Sep 3, 2021
    Messages:
    3
    Likes Received:
    0
    Hahaha nevermind, found it again
    1)extract with "pkgutil --expand filename.pkf dest_folder
    2)un-tar payload with
    tar -xvf Payload
    or
    xar -xvf Payload
    3)locate images
     
  16. bobdule

    bobdule Rock Star

    Joined:
    Dec 28, 2014
    Messages:
    603
    Likes Received:
    412
    the true is NI dev like the way: lucky/unlucky
     
  17. Unmonitored Inbox

    Unmonitored Inbox Newbie

    Joined:
    Apr 9, 2022
    Messages:
    1
    Likes Received:
    0
    It looks like the formatting changed? E.g. on the latest Maschine 2 the <string></string> seems to use ':' symbols in the path for ContentDir <key>?.. e.g. instead of
    Code:
    <key>ContentDir</key>
    <string>Users/Shared</string>
    it's now expecting
    Code:
    <key>UserDir</key>
    <string>$hdd_name:Users:Shared:$product:</string>
    Is it only me or not?.. The trick doesn't work anymore for me.
     
  18. Mr Ceez

    Mr Ceez Newbie

    Joined:
    Dec 15, 2022
    Messages:
    11
    Likes Received:
    1
    Any answer pls for format change in 2023?
     
Loading...
Similar Threads - Problem installing Maschine Forum Date
Problems Installing Maschine Maschine Oct 4, 2019
Problem installing Nembrini Audio Plugins: SOLVED! Linux Apr 29, 2023
Kontakt problem when installing Bogren Digital Krimh Drums Kontakt Feb 3, 2023
Problem with installing Sonible Smart EQ3 Software Feb 2, 2023
Problem with installing expansion for EZDrummer 3 Software Jan 14, 2023
Loading...