Page 1 of 1

Could not load library: bin/core.dll

Posted: Sun Mar 04, 2018 4:56 pm
by Reeley
Hey guys,

i just recently found out about Source.Python and wanted to give it a try. I tried installing but it always gives me this errors:

[Source.Python] Loading...
=========================================================================
[SP-LOADER] Could not load library: bin/core.dll
[SP-LOADER] (Code: 126) The specified module could not be found.
=========================================================================
Failed to load plugin "addons/source-python"


I am on a Windows 10 64-bit machine and all i found on google was that the Microsoft Visual Studio C++ Redistributable is not installed.
I just did a clean installation of windows yesterday so maybe there is something missing, but i have those Redistributables installed:

Microsoft Visual Studio C++ 2010 x64 Redistributable - 10.0.40219
Microsoft Visual Studio C++ 2013 Redistributable (x64) - 12.0.21005
Microsoft Visual Studio C++ 2015 Redistributable (x64) - 14.0.24215

The installation manual links to the Microsoft Visual Studio C++ 2015 Redistributable (x64) - 14.0.23026 is exactly this version needed? o.O or am i missing something else?

Re: Could not load library: bin/core.dll

Posted: Sun Mar 04, 2018 6:01 pm
by Ayuto
Hey,

welcome to the forums! Since the Source.Python plugin is a 32 bit application, you need to install Microsoft Visual Studio C++ 2015 Redistributable (x86). I think we should make that clear in the documentation.

Re: Could not load library: bin/core.dll

Posted: Sun Mar 04, 2018 6:27 pm
by Reeley
Ok so i got the Microsoft Visual Studio C++ 2015 Redistributable (x86) - 14.0.23026 installed now. Unfortunatley i still recieve the same error, even after a restart :/

Re: Could not load library: bin/core.dll

Posted: Sun Mar 04, 2018 7:44 pm
by Ayuto
Sorry, then it's Microsoft Visual Studio C++ 2010 Redistributable (x86).

Re: Could not load library: bin/core.dll

Posted: Sun Mar 04, 2018 7:58 pm
by Reeley
Thanks Ayuto that worked. Should be updated in the docs though :)