Having problems getting the server to work - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Having problems getting the server to work (
/showthread.php?tid=312303)
Having problems getting the server to work -
Jaber_Brown - 20.01.2012
Well, I Used to make this work but now, i dont know what's happened, when i lunch the server without the streamer i get his
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[22:46:20] filterscripts = "" (string)
[22:46:20] plugins = "" (string)
[22:46:20]
[22:46:20] Server Plugins
[22:46:20] --------------
[22:46:20] Loaded 0 plugins.
[22:46:20]
[22:46:20] Filterscripts
[22:46:20] ---------------
[22:46:20] Loaded 0 filterscripts.
[22:46:20] Script[gamemodes/PR-RP.amx]: Run time error 19: "File or function is not found"
[22:46:20] Number of vehicle models: 0
[22:46:25] --- Server Shutting Down.
When i lunch it with the streamer the server crashs
Here's the code
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[22:49:06] filterscripts = "" (string)
[22:49:06]
[22:49:06] Server Plugins
[22:49:06] --------------
[22:49:06] Loading plugin: streamer
[22:49:06]
*** Streamer Plugin v2.5 by Incognito loaded ***
[22:49:06] Loaded.
[22:49:06] Loaded 1 plugins.
[22:49:06]
[22:49:06] Filterscripts
[22:49:06] ---------------
[22:49:06] Loaded 0 filterscripts.
Код:
SA-MP Server: 0.3d-R2
Exception At Address: 0x0048E22B
Registers:
EAX: 0x0012F8D4 EBX: 0x02462540 ECX: 0x00000000 EDX: 0x004056F0
ESI: 0x00000000 EDI: 0x019BEE98 EBP: 0x0012F8E4 ESP: 0x0012F8BC
EFLAGS: 0x00010286
Stack:
+0000: 0x019BEE98 0x019BEE98 0x02462540 0xFFFFFFFF
+0010: 0x0012F8BC 0x0012F4E0 0x0012FE5C 0x004920A8
+0020: 0x004ACCE0 0xFFFFFFFF 0x02491A6C 0x004056FD
+0030: 0x00000000 0x004010B6 0x019BEE98 0x02E574E8
+0040: 0x025E63B8 0x00402B63 0x019BEE98 0x00000009
+0050: 0x0012F924 0x02E574E8 0x0012FDB8 0x00000000
+0060: 0x00000000 0x019BEE98 0x00000000 0x0087112C
+0070: 0x00871130 0x00871964 0x0086D980 0x0087194C
+0080: 0x0086D980 0x02462540 0x025E63B8 0x00000000
+0090: 0x02460020 0x00183E78 0x004718DE 0x019BEE98
+00A0: 0x0012FDA8 0x000000AF 0x65727453 0x72656D61
+00B0: 0x476E4F5F 0x4D656D61 0x4965646F 0x0074696E
+00C0: 0x019BEE98 0x019BEE98 0x02462540 0x00000000
+00D0: 0x00000000 0x00000000 0x00000000 0x00000000
+00E0: 0x00000000 0x00000000 0x00000000 0x00000000
+00F0: 0x00000000 0x00000000 0x00000000 0x00000000
+0100: 0x00000000 0x00000000 0x00000000 0x0012FCA0
+0110: 0x00000024 0x7C9205D4 0x01000000 0x003A0043
+0120: 0x00000000 0x0063006F 0x006D0075 0x00C70640
+0130: 0x00730074 0x00000000 0x0064006E 0x00530020
I tried using different versions of streamer, bot still facing the problem
Re: Having problems getting the server to work -
Shadow_ - 20.01.2012
Update all your server files. Update the streamer files ( include the .inc ) recompile the script then try again.
Although PR-RP isn't actually publicly released so you shouldn't be using that script anyway. (unless its another script and just coincidently you have the same name as pr-rp.org )
Re : Having problems getting the server to work -
Jaber_Brown - 20.01.2012
I change the streamer , and now it loads it without crashing but ,, it gives this
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[23:00:27] filterscripts = "" (string)
[23:00:27]
[23:00:27] Server Plugins
[23:00:27] --------------
[23:00:27] Loading plugin: streamer
[23:00:27]
*** Streamer Plugin v1.1 by Incognito loaded ***
[23:00:27] Loaded.
[23:00:27] Loaded 1 plugins.
[23:00:27]
[23:00:27] Filterscripts
[23:00:27] ---------------
[23:00:27] Loaded 0 filterscripts.
[23:00:27] Script[gamemodes/PR-RP.amx]: Run time error 19: "File or function is not found"
[23:00:27] Number of vehicle models: 0
[23:00:35] --- Server Shutting Down.
[23:00:35]
*** Streamer Plugin v1.1 by Incognito unloaded ***
+ It's just the name
Re: Having problems getting the server to work -
Shadow_ - 20.01.2012
Listen to me ...
Go to Downloads > Download new server package.
Go to SA:MP Forums > Download the new Incognito streamer.dll or .so and the .inc
Place the .inc into your Includes then go into your script compile and try running again.