|
Re: Running the FRC Driver Station on Linux
I reproduced your failure. While the installer seems to succeed, it is actually failing to install the missing dll's that are listed in your wine output.
I ran the setup and one of the first failures is:
err:module:import_dll Library nipalk.sys (which is needed by L"C:\\windows\\system\\drivers\\nipxirmkl.sys") not found
Which is one of the NI packages I suspect are one of the first to fail to install.
What has to happen is to run wine in debug mode and find the failures one by one.
|