SA-MP Forums Archive
Server on Windows 8 fails to load plugins - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server on Windows 8 fails to load plugins (/showthread.php?tid=442525)



Server on Windows 8 fails to load plugins - Pooh7 - 07.06.2013

I recently switched to Windows 8 (x64) and have just tried to start a server. It fails to load almost every plugin. The only plugins it loads are RegEx, Whirlpool and a very old version of Streamer plugin (not sure what version exactly, I found it among some old files).

SA-MP runs just fine, as well as a server with no plugins.

Any ideas on how to fix this?


Re: Server on Windows 8 fails to load plugins - Scenario - 08.06.2013

Install .NET Framework and C++ redistributable.


Re: Server on Windows 8 fails to load plugins - Pooh7 - 08.06.2013

Installed both and still the same.

EDIT: I'm getting the errors saying "The program can't start because MSVCP100.dll is missing from your computer" for every plugin that tries to load. I have the file in C:\Windows\System32 folder, and if I copy it to the server's root folder, it fixes the error, but plugins still fail to load.


Re: Server on Windows 8 fails to load plugins - Scenario - 08.06.2013

EDIT: Nevermind, you answered this already.

I would install some Windows Updates and then reboot the computer.


Re: Server on Windows 8 fails to load plugins - Isolated - 08.06.2013

Clicky


Re: Server on Windows 8 fails to load plugins - Scenario - 08.06.2013

Quote:
Originally Posted by Isolated
View Post
That is supposed to come with the C++ redistributable package if I recall correctly. Either way, it's a really bad idea to download .dll files from the Internet like that anyways...


Re: Server on Windows 8 fails to load plugins - Pooh7 - 08.06.2013

Quote:
Originally Posted by RealCop228
View Post
I would install some Windows Updates and then reboot the computer.
I've installed all the updates just now, but the problem is still here.


Quote:
Originally Posted by RealCop228
View Post
That is supposed to come with the C++ redistributable package if I recall correctly.
That's right, and I already have the file.


Re: Server on Windows 8 fails to load plugins - Scenario - 08.06.2013

Do you have an outdated CPU? I think some plugins require newer ones due to how they operate.


Re: Server on Windows 8 fails to load plugins - Pooh7 - 08.06.2013

Not really, I have an Intel Core i5.


Re: Server on Windows 8 fails to load plugins - Scenario - 08.06.2013

You said you're running on a x64-bit system. Are all of your plugins x64-bit versions...?


Re: Server on Windows 8 fails to load plugins - Pooh7 - 08.06.2013

Neither of the plugins have separate x64 and x86 versions, so I guess they are cross-compatible...

I am downloading Visual Studio right now and will try to compile the plugins by myself. I don't know if it can fix the problem, but I'll give it a try.


Re: Server on Windows 8 fails to load plugins - RayW - 08.06.2013

Quote:
Originally Posted by Pooh7
View Post
Installed both and still the same.

EDIT: I'm getting the errors saying "The program can't start because MSVCP100.dll is missing from your computer" for every plugin that tries to load. I have the file in C:\Windows\System32 folder, and if I copy it to the server's root folder, it fixes the error, but plugins still fail to load.
[EDIT] LOL ignore, failed to read all the way.

Which plugins are you using?


Re: Server on Windows 8 fails to load plugins - Pooh7 - 08.06.2013

Quote:
Originally Posted by RayW
View Post
Which plugins are you using?
BlueG's/Pain123's MySQL, fixes2, crashdetect, streamer, sscanf2, regex, whirlpool.
All of them are the latest versions. Only regex and whirlpool load, the others fail.


EDIT: I've just compiled sscanf on my computer using Visual Studio 2012 and it loads now. I will try with the others as well.