SA-MP Forums Archive
Problem on Windows VPS - 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: Problem on Windows VPS (/showthread.php?tid=600015)



Problem on Windows VPS - JasonMorelli - 02.02.2016

Hello guys , i just buy a new vps windows 7 x64 , the gamemode work perfectly on my laptop but when I copied the gamemode on vps it doesn't work , the 2 plugins Sscanf and streamer didn't load , Firstly it was One problem the MSVCP120.dl and MSVCR100.dll are missing and i fix them , Some help


P.S : I have Net Framework 4.5 , and sorry for my english i'm french


Re: Problem on Windows VPS - Spydro - 02.02.2016

You could try reinstalling the following files:

MSVCP120.dl and MSVCR100.dll


Re: Problem on Windows VPS - JamalMaddox - 02.02.2016

Just download and add them to your server folder


Re: Problem on Windows VPS - Vince - 02.02.2016

Quote:
Originally Posted by JasonMorelli
Посмотреть сообщение
vps windows 7 x64
A VPS with Windows 7 ... Seriously, what the fuck? Who dares to sell these? Seems extremely dodgy.

The .NET Framework is only required to run the compiler. You need the Microsoft Visual C++ Redistributable packages. https://support.microsoft.com/en-us/kb/2977003


Re: Problem on Windows VPS - JasonMorelli - 02.02.2016

actually after i did download the package that you told and also the files that you told me to put in the folder of my gamemode even tough i still have the same problem.


Re: Problem on Windows VPS - [UE]Milan - 03.02.2016

Add .dll in the end of the plugins in server.cfg

Or

Try MySQL_static


Re: Problem on Windows VPS - Sew_Sumi - 03.02.2016

Quote:
Originally Posted by [UE]Milan
Посмотреть сообщение
Try MySQL_static
Doesn't fix the runtimes being missing. This is simply a workaround. If you delete the server folder, you'll end up not being able to run the base server package, again.

Quote:
Originally Posted by JasonMorelli
Посмотреть сообщение
actually after i did download the package that you told and also the files that you told me to put in the folder of my gamemode even tough i still have the same problem.
You've installed the runtimes, then put the "copied" "workaround" "fix" in the startup folder.



Remove the "fix" files (the dlls you put in the samp server folder), as they are redundant because you got the package.


People need to stop suggesting to simply put the files in, and actually point out the runtimes, that are needed.

Vince did so. +rep that dude.


Now what's the server.log showing now.




Sidenote, that mysql plugin is REAL old by the looks.


Re: Problem on Windows VPS - JasonMorelli - 04.02.2016

After installed the package , this is the log
Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[12:53:50] weburl = "www.sa-mp.com" (string)
[12:53:50]
[12:53:50] Server Plugins
[12:53:50] --------------
[12:53:50] Loading plugin: streamer
[12:53:50] Failed.
[12:53:50] Loading plugin: mysql
[12:53:50]

> MySQL plugin R6-2 successfully loaded.

[12:53:50] Loaded.
[12:53:50] Loading plugin: sscanf
[12:53:50] Failed.
[12:53:50] Loaded 1 plugins.

[12:53:50]
[12:53:50] Ban list
[12:53:50] --------
[12:53:50] Loaded: samp.ban
[12:53:50]
[12:53:50]
[12:53:50] Filterscripts
[12:53:50] ---------------
[12:53:50] Loading filterscript 'npc_record.amx'...
[12:53:50] Unable to load filterscript 'npc_record.amx'.
[12:53:50] Loading filterscript 'tag.amx'...
[12:53:50] Unable to load filterscript 'tag.amx'.
[12:53:50] Loading filterscript 'intls.amx'...
[12:53:50] Loading filterscript 'mappingls.amx'...
[12:53:50] Loaded 2 filterscripts.

[12:53:50] Script[gamemodes/sfrp.amx]: Run time error 19: "File or function is not found"
[12:53:50] Number of vehicle models: 0

And this is all the programs on vps



Re: Problem on Windows VPS - Sew_Sumi - 04.02.2016

Reupload the sscanf plugin. Also reupload tag.amx and npc_record.



Is the gamemode old?

Maybe try start over with the whole server folder to be sure of clean settings, and be sure to adjust your server.cfg appropriately and upload the correct plugins, gamemode and filterscripts.