> Also I needed to add several dlls and replace the update executable with a
dummy one [just `int main(){return 0;}].
>
> Don't forget to copy niini32.dll from the windows directory to remove
several errors while starting.
Copied the entire National Instruments folder and tried to run Multisim as demo
(I leave the licence problems for later). The first log I got suggested
mfc80u.dll was missing, so I copied it to Wine's /system32. Now I get this
error:
Code:
User at linux-e9or:~/Programas/National Instruments/Circuit Design Suite
11.0> WINEPREFIX=~/winetest wine multisim.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most
likely your OpenGL drivers haven't been installed correctly
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.MFCLOC" (8.0.50608.0)
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure
that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of
your distribution.
wine: Call from 0x7b838012 to unimplemented function
msvcp80.dll.??0?$basic_string at DU?$char_traits at D@std@@V?$allocator at
D@2@@std@@QAE at ID@Z, aborting
err:module:attach_process_dlls "EWB_Splash.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\User\\Programas\\National Instruments\\Circuit Design Suite
11.0\\multisim.exe" failed, status 80000100
Also, I don't understand what replacing the update exe with a dummy one
means. I'm not good at programming... And I'm not able to find that
niini32.dll in my Windows installation. Besides of this, what other dlls am I
missing? Maybe also Windows native msvcp80.dll?