SA-MP Forums Archive
Windows 2012 Server Promblem - 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: Windows 2012 Server Promblem (/showthread.php?tid=492840)



Windows 2012 Server Promblem - Cole_William - 05.02.2014

So i recently upgraded our server to Windows 2012 because 2008 R2 wasn't starting up with the same problem.
Here's the error

Код:
[14:48:09] 
[14:48:09] Server Plugins
[14:48:09] --------------
[14:48:09]  Loading plugin: sscanf.dll
[14:48:10]   Failed.
[14:48:10]  Loading plugin: streamer.dll
[14:48:10] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[14:48:10]   Loaded.
[14:48:10]  Loading plugin: audio.dll
[14:48:10]   Failed.
[14:48:10]  Loaded 1 plugins.
[14:48:10] 
[14:48:10] Filterscripts
[14:48:10] ---------------
[14:48:10]   Loading filterscript 'base.amx'...
[14:48:10]   Unable to load filterscript 'base.amx'.
[14:48:10]   Loading filterscript 'gl_actions.amx'...
[14:48:10]   Unable to load filterscript 'gl_actions.amx'.
[14:48:10]   Loading filterscript 'gl_property.amx'...
[14:48:10]   Unable to load filterscript 'gl_property.amx'.
[14:48:10]   Loading filterscript 'gl_realtime.amx'...
[14:48:10]   Unable to load filterscript 'gl_realtime.amx'.
[14:48:10]   Loaded 0 filterscripts.

[14:48:10] Script[gamemodes/ms.amx]: Run time error 19: "File or function is not found"
[14:48:10] Number of vehicle models: 0
I can run it on my own personal computer Windows 8 also without an issue. The compile is perfect no errors.
Here's the config file.
Код:
echo Executing Server Config...
lanmode 0
rcon_password ##HIDDEN##
maxplayers 100
port 7777
hostname ##HIDDEN##
gamemode0 ms 1 (We tried without the 1 also)
filterscripts anims buttons
plugins audio.dll sscanf.dll streamer.dll
announce 1
query 1
weburl ##HIDDEN##
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 70



Re: Windows 2012 Server Promblem - fanta291327 - 05.02.2014

It looks like you put the doohickey in the wrong dingymashu


Re: Windows 2012 Server Promblem - InSidePNN - 05.02.2014

[14:48:10] Failed.
[14:48:10] Loaded 1 plugins.


Re: Windows 2012 Server Promblem - GreenSt4lker - 05.02.2014

Try updating them.


Re: Windows 2012 Server Promblem - Cole_William - 05.02.2014

I ran NativeChecker and got this
Код:
[15:03:18]    Error: Function not registered: 'Streamer_CallbackHook'
[15:03:18]    Error: Function not registered: 'SSCANF_Init'
[15:03:18]    Error: Function not registered: 'SSCANF_Join'
[15:03:18]    Error: Function not registered: 'SSCANF_Leave'
[15:03:18]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[15:03:18]    Error: Function not registered: 'CreateDynamicObject'
[15:03:18]    Error: Function not registered: 'DestroyDynamicObject'
[15:03:18]    Error: Function not registered: 'CreateDynamicPickup'
[15:03:18]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[15:03:18]    Error: Function not registered: 'IsPlayerInDynamicArea'
[15:03:18]    Error: Function not registered: 'MoveDynamicObject'
[15:03:18]    Error: Function not registered: 'DestroyAllDynamicObjects'
[15:03:18]    Error: Function not registered: 'DestroyAllDynamicPickups'
[15:03:18]    Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[15:03:18]    Error: Function not registered: 'DestroyAllDynamicCPs'
[15:03:18]    Error: Function not registered: 'DestroyAllDynamicMapIcons'
[15:03:18]    Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[15:03:18]    Error: Function not registered: 'DestroyAllDynamicAreas'
[15:03:18]    Error: Function not registered: 'Streamer_UpdateEx'
[15:03:18]    Error: Function not registered: 'Streamer_Update'
[15:03:18]    Error: Function not registered: 'IsValidDynamicPickup'
[15:03:18]    Error: Function not registered: 'DestroyDynamicPickup'
[15:03:18]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[15:03:18]    Error: Function not registered: 'sscanf'
[15:03:18]    Error: Function not registered: 'CreateDynamicMapIcon'
[15:03:18]    Error: Function not registered: 'CountDynamic3DTextLabels'
[15:03:18]    Error: Function not registered: 'CountDynamicPickups'
[15:03:18]    Error: Function not registered: 'CountDynamicObjects'
[15:03:18]    Error: Function not registered: 'GetDynamicObjectPos'
[15:03:18]    Error: Function not registered: 'SetDynamicObjectRot'
[15:03:18]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[15:03:18]    Error: Function not registered: 'Streamer_TickRate'
[15:03:18]    Error: Function not registered: 'CountDynamicMapIcons'
[15:03:18]    Error: Function not registered: 'IsValidDynamicObject'
[15:03:18]    Error: Function not registered: 'SetDynamicObjectPos'
[15:03:18]    Error: Function not registered: 'IsValidDynamicMapIcon'
[15:03:18]    Error: Function not registered: 'DestroyDynamicMapIcon'
[15:03:18]    Error: Function not registered: 'CreateDynamicSphere'



Re: Windows 2012 Server Promblem - Cole_William - 05.02.2014

Quote:
Originally Posted by GreenSt4lker
Посмотреть сообщение
Try updating them.
Already did, we are running 0.3x and we made sure the plugins were 0.3x and not 0.3z


Re: Windows 2012 Server Promblem - Cole_William - 05.02.2014

Anyone able to help? We installed the proper NET.Framework and everything.


Re: Windows 2012 Server Promblem - Vince - 05.02.2014

Are you sure? A higher version of the .NET Framework does not incorporate the lower versions.


Re: Windows 2012 Server Promblem - Cole_William - 05.02.2014

We installed 2.0 and 3.5 features.


Re: Windows 2012 Server Promblem - Cole_William - 05.02.2014

We downgraded and attempted to install 3.5, It installed, we restarted and tried it again. nothing worked.