I was browsing through the NI GRPC code earlier and saw they had to make the same change as us in the run-time engine to load lvrt. But they also have an option to load lvffrt which appears to be related to Vision Builder from what little I can find. (https://github.com/ni/grpc-labview/blob/5ca149808d0c1cc034db0005dc23978307918cca/src/lv_interop.cc#L78)
I also suspect the module name could be different on Linux if run as a headless system (I've seen references to something like lvrtdark)
At least the dark scenario should be tested and confirmed as working or not.
This feels like pretty low priority right now though
I was browsing through the NI GRPC code earlier and saw they had to make the same change as us in the run-time engine to load lvrt. But they also have an option to load lvffrt which appears to be related to Vision Builder from what little I can find. (https://github.com/ni/grpc-labview/blob/5ca149808d0c1cc034db0005dc23978307918cca/src/lv_interop.cc#L78)
I also suspect the module name could be different on Linux if run as a headless system (I've seen references to something like lvrtdark)
At least the dark scenario should be tested and confirmed as working or not.
This feels like pretty low priority right now though