Mention mounting options for NI .iso files

Some Kontakt and Reaktor installation .iso files contain hidden
directories and won't install unless you unhide these first.
This commit is contained in:
Robbert van der Helm
2021-02-10 19:24:28 +01:00
parent 3fbffa532d
commit 433d35109a
+10 -5
View File
@@ -507,11 +507,16 @@ include:
`gdiplus` through `winetricks`. `gdiplus` through `winetricks`.
- **Native Instruments** plugins work, but Native Access is unable to finish - **Native Instruments** plugins work, but Native Access is unable to finish
installing the plugins. To work around this you can open the .iso file installing the plugins. To work around this you can open the .iso file
downloaded to your downloads directory and run the installer directly. When downloaded to your downloads directory and run the installer directly. You may
activating the plugins you may have to cancel the self-updating in NI Service also have to manually terminate the ISO driver installation process when
Center. You may also have to manually terminate the ISO driver installation installing Native Access for the first time to allow the installation to
process when installing Native Access for the first time to allow the proceed. Some Native Instruments .iso files contain hidden files, and
installation to proceed. installer will fail unless you mount the .iso file with the correct mounting
options. To do this, first run
`udisksctl loop-setup -f ~/Downloads/<filename>.iso` to load the .iso file,
and then use `udisksctl mount -t udf -o unhide -b /dev/loopX` where
`/dev/loopX` corresponds to the loop device printed by the `loop-setup`
command to mount the .iso file to a directory in `/run/media`.
- **MeldaProduction** plugins have minor rendering issues when GPU acceleration - **MeldaProduction** plugins have minor rendering issues when GPU acceleration
is enabled. This can be fixed by disabling GPU acceleration in the plugin is enabled. This can be fixed by disabling GPU acceleration in the plugin
settings. I'm not sure whether this is an issue with Wine or the plugins settings. I'm not sure whether this is an issue with Wine or the plugins