Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: Den on Apr 26, 2015, 09:05 AM

Title: not load
Post by: Den on Apr 26, 2015, 09:05 AM
the problem is the plugins cant be loaded failed: code 126  all except squirrel
 xmlconf04rel32 sqlite04rel32 sockets04rel32 HashLoader32 hashing04rel32
Title: Re: not load
Post by: . on Apr 26, 2015, 09:11 AM

Details people, details!


Could be caused by all kinds of stuff. You have a x64 bit os and x64 bit server and trying to load x32 bit plugins. Who knows :-\ You didn't gave any details for us to say.
Title: Re: not load
Post by: Den on Apr 26, 2015, 09:15 AM
it's windows x32

http://s24.postimg.org/7byfya5qd/2015_04_26_171716.png

http://s1.postimg.org/k4otbqnjj/2015_04_26_171404.png
Title: Re: not load
Post by: . on Apr 26, 2015, 09:20 AM
Seems like a dependency issue. You're probably missing the redistributable (https://support.microsoft.com/en-us/kb/2977003) files. If I remember correctly @stormeus told me that they're using VS 2010 to compile the server/plugins for windows. Which means that you need the 2010 redistributable files (link (https://www.microsoft.com/en-us/download/details.aspx?id=5555), link (https://www.microsoft.com/en-us/download/details.aspx?id=8328)).
Title: Re: not load
Post by: gta5 on Apr 26, 2015, 10:22 PM
Hi,

I'm the hoster of the server. I'm not involved much with the scripting side of things. I just installed the dependencies and that fixed the problem except for 1 plugin which still will not load.

(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fno1host.us%2Fscript2.png&hash=403c8e203b7254fb601ddd376b200195e7d91e00)

Thanks in advanced.
Title: Re: not load
Post by: AdTec_224 on Apr 26, 2015, 10:42 PM
If it is a dependency issue like S.L.C is suggesting then you'll need the Visual Studio 2013 redistributable files (https://www.microsoft.com/en-us/download/details.aspx?id=40784) for HashLoader32.dll to work. It also may not work on Windows XP as i don't remember if i compiled it with the XP toolset.

- AdTec_224
Title: Re: not load
Post by: gta5 on Apr 26, 2015, 10:59 PM
Yep, that fixed it. We're using server 2008 r1 32 bit.

Thanks

-gta5
Title: Re: not load
Post by: cda555 on Apr 27, 2015, 01:28 AM
S.L.C in the next install exe can you please include to automatically give the option in the vcmp installer to include the vcr  redistributable files automatically for 32x 64x and onwards etc? this solved my problem for installing vcmp 0.4 on windows 8.1 by installing the  redistributable you suggested .
Title: Re: not load
Post by: . on Apr 27, 2015, 10:28 AM
@cda555 If I remember correctly @stormeus was planning for something like that. And I'm sure that once they'll distribute the redistributable files with the installer for the server browser, some of these issues won't bother us anymore. Of course, if it's the case for third-party plugins like the one @AdTec_224 provided, you'll still have to download those redistributable files as well. Because he used VS2013 and not VS2010.

Oh, and one more thing. You asked the wrong person. I'm a regular user, not a staff member.