I've been looking at forums here and trying to get this software to work in my Manjaro linux on x86_64.
Mainly I have gotten wine and winetricks installed and got the software going with this iniitially:
# set up wine base
$ WINEARCH=win32 winetricks vb6run vcrun2015 dotnet461 pdh_nt4 corefonts
$ unzip VARA HF v4.7.2 setup.zip
$ wine ./VARA setup (Run as Administrator).exe
$ cd ~/.wine/drive_c && mkdir varac && cd varac
$ unzip VarAC_V6_4.15.zip
$ wine ./VaraC.exe
At this point the program will for a bit and after a few minutes will crash out with something like:
01f4:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
01f4:fixme:advapi:ReportEventW (CAFE4242,0x0001,0x0000,0x00000402,00000000,0x0001,0x00000000,0F55D6AC,00000000): stub
01f4:err:eventlog:ReportEventW L"Application: VarAC.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.InvalidOperationException\n at System.ThrowHelper.ThrowInvalidOperationException(System.ExceptionResource)\n at System.Collections.Gene"...
01f4:fixme:advapi:DeregisterEventSource (CAFE4242) stub
Any one can shed some light on whats needed here? Thanks!
73 N9SEO / Kayne
Did you enabled "linux compatabiity mode" at VarAC settings ?
Can you include the entire dump data. it seems to be trimmed in your post.