Native Instruments App - Error installing products

Questions about Wine on Linux
Locked
Livergee
Newbie
Newbie
Posts: 1
Joined: Fri Jun 12, 2020 3:08 pm

Native Instruments App - Error installing products

Post by Livergee »

Hi wine forum,

When trying to download/install products on the Nativeaccess.exe application via Wine, the program reports "not responding" and closes. Files appear on my downloads folder but they are not installed on the application.

The program error details are as followed (summarised):

Unhandled exception: page fault on read access to 0x00000010 in 64-bit code (0x00000001401dd22b).
System information:
Wine build: wine-5.0.1
Platform: x86_64
Version: Windows 7
Host system: Linux
Host version: 5.3.0-53-generic

I am running Ubuntu 18.04.

Please kindly help,

Livia
User avatar
ChrisSassy
Newbie
Newbie
Posts: 3
Joined: Thu Dec 16, 2021 2:32 pm

Re: Native Instruments App - Error installing products

Post by ChrisSassy »

Hi Livia,

I had the same issue. Even when I mounted the .ISOs manually, the setup wizard would later state "please insert xyz disk".
But I found a thread in the NI forums, that solved it for me: https://www.native-instruments.com/foru ... ms.373433/

Here is the TL; DR:
First, I mounted the .ISO in my "Downloads" folder. Just copy this below and amend the name of the ISO:

Code: Select all

sudo mount -t udf ~/.wine/drive_c/users/$USER/Downloads/cuba.iso -o unhide /run/media/
Then navigate to /run/media and execute the *.exe installer. Either via file manager or via wine and the terminal. That's basically it. That worked for me.

Hope this helps
Locked