how to click on drives

Discussion in 'Lounge' started by funkman, Jun 7, 2025 at 12:42 AM.

  1. funkman

    funkman Ultrasonic

    Joined:
    Feb 10, 2019
    Messages:
    595
    Likes Received:
    29
    hi,in RMV my folders have changed location,i want to point rmv the location.
    when i click on add it opens the browse for folder window,but it dosent show any drives,just desktop,and my name.
    i need to click on f drive to point to the folder.
    the same procedure faced me for some other vst which i cant remember now what it was
    anyone know how i can point to drive letters?
    thanks
     
  2.  
  3. PulseWave

    PulseWave Platinum Record

    Joined:
    May 4, 2025
    Messages:
    467
    Likes Received:
    205
    Hi! It sounds like you're encountering a common issue with older VST plugins like Linplug RMV when browsing for folders: the "Browse for Folder" window doesn't directly show drive letters (like C:\ or F:), making it harder to locate where your content has moved.

    Here's how to manually point to a drive letter (like F:) in RMV or similar VSTs:
    Method 1: Manually enter the path
    1. When the "Browse for Folder" dialog opens (even if you only see Desktop or your user folder),

    2. Click in the address bar at the top (or press Ctrl+L or Alt+D, depending on your system),

    3. Type in the full path manually, like:

      makefile
      F:\

    4. Hit Enter.

    5. From there, you should be able to navigate into subfolders on that drive.
    Note: If the folder dialog doesn’t have an address bar, this may be a limitation of how the plugin was coded. Try Method 2 in that case.

    Method 2: Add a shortcut to the drive from within your user folder
    You can "trick" the dialog into showing your F: drive by doing this:

    1. Open Windows File Explorer.

    2. Navigate to your user folder (e.g., C:\Users\YourName).

    3. Right-click in the window, select New > Shortcut.

    4. When prompted for the location, enter:

      makefile
      F:\

    5. Give it a name like "F Drive" and finish the shortcut setup.

    6. Now go back to RMV’s browser — when you're in the "Browse for Folder" dialog and see your user folder, the shortcut to F:\ will be visible there.
    Method 3: Use symbolic links (advanced)
    If you want RMV to always see the content in a fixed location, you can use a symbolic link to make a folder in your default path point to another drive. This is a more permanent fix and useful if plugins can't remember new locations.

    Example:

    bash
    mklink /D "C:\OldSamplePath\RMVSamples" "F:\NewLocation\RMVSamples"

    ✅ Tips:
    • This issue also shows up in some older plugins using outdated file dialogs (like Kontakt, older IK plugins, etc.).

    • If this is a recurring problem with other VSTs, consider always organizing your sample libraries into a base folder (e.g., D:\VST_Libraries) and map it clearly so plugins can access it consistently.
    Let me know if you'd like step-by-step help with symbolic links or if RMV still doesn't see the drive!
     
  4. funkman

    funkman Ultrasonic

    Joined:
    Feb 10, 2019
    Messages:
    595
    Likes Received:
    29
    thanks for your help,i will look into that over the weekend,i was just going to reinstall RMV,hoping that would work.
     
  5. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    8,596
    Likes Received:
    3,744
    skip to the end and make a symbolic link aka symlink. it's one of most useful things you can figure out. it's just a redirection from where it wants to look, to where you tell it to look. You can almost always use them to redirect to samples and other content you stick on external drives.
     
  6. funkman

    funkman Ultrasonic

    Joined:
    Feb 10, 2019
    Messages:
    595
    Likes Received:
    29
    Thanks for advice all,i uninstalled and reinstalled thinking that would solve issue
    but RMV still thinks my library is in a drive that no longer exists.
    why is this?
     
  7. PulseWave

    PulseWave Platinum Record

    Joined:
    May 4, 2025
    Messages:
    467
    Likes Received:
    205
    Orphaned settings or cache: Sometimes programs store paths in their settings or cache files that aren't automatically updated after a reinstallation. Use CCleaner! Restart your PC before installation! Please always completely clean up any old file remnants.

    Possible registry paths for LinPlug RMV (Windows)

    For 64-bit Windows: User-specific (current user only):HKEY_CURRENT_USER\Software\LinPlug\RMV\
    System-wide (for all users):HKEY_LOCAL_MACHINE\SOFTWARE\LinPlug\RMV\
    If it is a 32-bit plugin on a 64-bit Windows system, look here: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LinPlug\RMV\
     
    Last edited: Jun 7, 2025 at 2:20 PM
  8. funkman

    funkman Ultrasonic

    Joined:
    Feb 10, 2019
    Messages:
    595
    Likes Received:
    29
    hi so uninstalled again using the uninstaller that resides in vst plugin folder for rmv.
    ran ccleaner
    looked in reg,there was no entries there.
    reinstalled and same scenario
    the libray is listed in drive that no longer exists
     
  9. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    8,596
    Likes Received:
    3,744
    did you try to hit alt+up arrow? keyboard shortcut to go up a directory? That is an old plugin and it sounds like it is acting how it would in a VM or Crossover.

    A symlink could help you, and you should learn how to do them anyway. But the answer is probably a very silly one that you are overlooking.
     
  10. PulseWave

    PulseWave Platinum Record

    Joined:
    May 4, 2025
    Messages:
    467
    Likes Received:
    205
    It sounds like the plugin is still trying to reference a library location that’s no longer valid, even after reinstalling and cleaning the registry. This can sometimes happen if the uninstaller didn’t fully clear all paths or if there's a lingering configuration somewhere.

    Here’s what you could try to resolve it:

    1. Check VST Plugin Settings: Sometimes the plugin has its own settings or config files that could be storing the old path. Check the plugin’s settings or preferences folder (could be in Documents, AppData, or the VST plugin folder) for any residual paths and manually update or delete them.

    2. Scan All Drives for Residual Files: Use a program like Everything (free search tool) to search for any files or folders related to the plugin and library. Look for the old path or anything related to the missing drive. This could help you locate a config file or folder where it’s still referencing the old location.

    3. Manually Clear the Registry Again:
      • You can try using RegEdit and manually search for any entries that might still point to the old location. Even though you’ve already checked, try searching specifically for the plugin’s name or the drive letter of the missing location.

      • Go to HKEY_CURRENT_USER\Software and HKEY_LOCAL_MACHINE\Software (or HKEY_LOCAL_MACHINE\Software\WOW6432Node for 32-bit plugins) to look for any entries that might still exist.
    4. Delete Preferences Folder: If the plugin has a preferences folder (likely in your User folder, under AppData, or within the plugin’s installation directory), try deleting it and reinstalling the plugin. This should reset the paths and settings to their defaults.

    5. Use a Fresh User Profile (Optional): If you can’t get it fixed with the above steps, try creating a new user profile on your system, install the plugin there, and see if it resolves the issue. This could help bypass any residual configuration files that might be locked to your old profile.
    Let me know if any of these work or if you’re seeing something specific!
     
  11. PulseWave

    PulseWave Platinum Record

    Joined:
    May 4, 2025
    Messages:
    467
    Likes Received:
    205
    What version, please provide the full name, did you want to install?

    THIS?
    LinPlug RMV v5.1.5 Incl.Patch and Serial WiN/MAC-R2R
    LinPlug RMV LiBRARY

    What operating system are you using? What drive letters do you have?
    Can you copy everything you want to install to the desktop in C:\ and install it from there?
     
  12. funkman

    funkman Ultrasonic

    Joined:
    Feb 10, 2019
    Messages:
    595
    Likes Received:
    29
    yes its the version u state.
    im not reinstalling library,its currently residing in E drive was in G drive before i replaced G drive. but im sure i used it no problem since that.
    this problem has arisen since i instaled latest cubase 14 pro update
    windows 10 i have drive letters C E F
    I have the installer on desktop but the libray on G I guess i could move it to C
     
  13. funkman

    funkman Ultrasonic

    Joined:
    Feb 10, 2019
    Messages:
    595
    Likes Received:
    29
    i done some amount of searching for installers for this. i always keep installers.
    couldnt find rmv though,so redownloaded it yesterday.
    couldnt find the library saved anywhere on external drive.
    just the library folders in drive e
    i have another external drive which i purchased recently but have not much software on it,mostly music.
    would u believe i found installers for library for rmv
    unbelieveable
    deleted the folders from e, installed library from installers,it suggested insatlling to c( who am i to argue)
    so all sorted now
    thank goodness.
    theres always something to halt us from continuing to make no music! hehe
    only problem is im getting a splash screen(which i been getting past 2 days) REX shared library could not be loaded for unknown reason REX support will be disabled

    whats that all about?
    thanks for all advice folks im off to bed,just wanted to update u all
     
Loading...
Similar Threads - click drives Forum Date
Clicks on export but not on playback Mixing and Mastering Apr 20, 2025
Addictive Drums 2 pops and clicks Samplers, Synthesizers Apr 10, 2025
can someone help me with this clicking synth sound? how to make "that" sound Mar 30, 2025
How to Delete Adobe Audition Effect Presets with 1 Click! DAW Jan 21, 2025
I make Serum Presets for Krushclub, DNB, etc. Click here for more info Our Music Jun 8, 2024
Loading...