Problems with MED Plugins (FbxFiles2010.dll, ..)

Posted By: Rondidon

Problems with MED Plugins (FbxFiles2010.dll, ..) - 02/20/20 21:02

Hello,

On a fresh install of the latest version of Gamestudio A8 on a modern Windows 10 64 Bit machine, MED has problems with the FbxFiles2010.dll, the WmpImporter.dll and the cpi01.dll. The dlls exist and are located in the right folders. The med.log looks like this:

Code
load dll: MS\CPI01.DLL
full name: <C:\Program Files (x86)\GStudio8\MS\CPI01.DLL>
.............

load dll: med_plugins\FbxFiles2010.dll
Can't load library <C:\Program Files (x86)\GStudio8\med_plugins\FbxFiles2010.dll>
System message #14001:
Diese Anwendung konnte nicht gestartet werden, da die Side-by-Side-Konfiguration ungültig ist. Weitere Informationen finden Sie im Anwendungsereignisprotokoll. Weitere Details können auch mit dem Befehlszeilentool sxstrace.exe angezeigt werden.
error loading

------------

load dll: med_plugins\WmpImporter.dll
Can't load library <C:\Program Files (x86)\GStudio8\med_plugins\WmpImporter.dll>
System message #126:
Das angegebene Modul wurde nicht gefunden.
error loading


I need those plugins to import some fbx files. Is there any dependency that has to be installed?
Posted By: Quad

Re: Problems with MED Plugins (FbxFiles2010.dll, ..) - 02/20/20 22:24

I vaguely remember it required a version of microsoft visual c++ redistributable package but no sure which one.
Try 2010 installing and 2013
Posted By: Rondidon

Re: Problems with MED Plugins (FbxFiles2010.dll, ..) - 02/20/20 23:29

Hm Visual C++ 2010, 2013 and 2015 (x86 and x64) are installed. Still can`t use the plugins.
Posted By: Quad

Re: Problems with MED Plugins (FbxFiles2010.dll, ..) - 02/21/20 06:23

You can check which dependencies are missing with depends.exe: http://www.dependencywalker.com/

Load fbxfiles2010.dll with the tool, it will show you missing dependencies in your system. (Not all missing dependencies are required for it to work though, i mean you will see tons of stuff missing, you can try to figure out what among them should not be missing)
Posted By: 3run

Re: Problems with MED Plugins (FbxFiles2010.dll, ..) - 02/21/20 06:34

I might sound dumb, but for me, having (f.e.) .fbx files on the desktop doesn't work either. Only placing them directly in C:\ with a folder named with english letters helps. And another thing is, to make sure that loading .fbx files are 2010 not higher.

Best regards.
Posted By: jcl

Re: Problems with MED Plugins (FbxFiles2010.dll, ..) - 02/28/20 11:18

"Can't load library" is a dependency issue. Some DLLs required for that library are missing on your PC for some reason. The tip with dependency walker is a good one.
© 2024 lite-C Forums