SA-MP Forums Archive
Run time error - 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: Run time error (/showthread.php?tid=440651)



Run time error - nor15 - 30.05.2013

I compiled the script and it works , but when i start the samp-server.exe

i got a problem , Logs
Code:
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3d-R2-800p, ©2005-2011 SA-MP Team

[20:59:14] 
[20:59:14] Server Plugins
[20:59:14] --------------
[20:59:14]  Loaded 0 plugins.

[20:59:14] 
[20:59:14] Filterscripts
[20:59:14] ---------------
[20:59:14]   Loading filterscript 'baseaf.amx'...
[20:59:14] 
--Base FS loaded.

[20:59:14]   Loading filterscript 'gl_actions.amx'...
[20:59:14]   Loading filterscript 'gl_property.amx'...
[20:59:14] 
-----------------------------------
[20:59:14] Grand Larceny Property Filterscript		
[20:59:14] -----------------------------------

[20:59:14]   Loading filterscript 'gl_realtime.amx'...
[20:59:14]   Loading filterscript 'gl_mapicon.amx'...
[20:59:14]   Loading filterscript 'ls_elevator.amx'...
[20:59:14]   Loaded 6 filterscripts.

[20:59:14] Reading File: blank
[20:59:14] Reading File: properties/houses.txt
[20:59:14] Reading File: properties/businesses.txt
[20:59:14] Reading File: properties/banks.txt
[20:59:14] Reading File: properties/police.txt
[20:59:14] Script[gamemodes/elitedrift.amx]: Run time error 19: "File or function is not found"
[20:59:14] Number of vehicle models: 0



Re: Run time error - Konstantinos - 30.05.2013

Use crashdetect or nativechecker and you will see what plugin you're missing.


Re: Run time error - nor15 - 30.05.2013

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

SA-MP Dedicated Server
----------------------
v0.3d-R2-800p, ©2005-2011 SA-MP Team

[21:14:41] filterscripts = ""  (string)
[21:14:41] 
[21:14:41] Server Plugins
[21:14:41] --------------
[21:14:41]  Loading plugin: crashdetect
[21:14:41]   Loaded.
[21:14:41]  Loaded 1 plugins.

[21:14:41] 
[21:14:41] Filterscripts
[21:14:41] ---------------
[21:14:41]   Loaded 0 filterscripts.

[21:14:41] [crashdetect]: Cannot identify file name
[21:14:41] Script[gamemodes/elitedrift.amx]: Run time error 19: "File or function is not found"
[21:14:41] Number of vehicle models: 0



Re: Run time error - Vince - 30.05.2013

Code:
v0.3d-R2-800p, ©2005-2011 SA-MP Team


Are you trying to run a new script on an old version?


Re: Run time error - nor15 - 30.05.2013

Quote:
Originally Posted by Vince
View Post
Code:
v0.3d-R2-800p, ©2005-2011 SA-MP Team


Are you trying to run a new script on an old version?
no but i'm scripting for someone uses 0.3d :/


Re: Run time error - Konstantinos - 30.05.2013

Hm, that's weird. It's the first time I see something like that and from a little re-search, the only useful I found was this post: http://forum.sa-mp.com/showpost.php?...9&postcount=40

I'm not sure though. I'd go with the scriptfiles path for register/login that it does not exist.

Do you have anything which is related to files (maybe a register/login system)? Last, try to load nativechecker just to make sure it's not something which is related to plugins.

EDIT:
Quote:
Originally Posted by Vince
View Post
Code:
v0.3d-R2-800p, ©2005-2011 SA-MP Team


Are you trying to run a new script on an old version?
nice catch there! I didn't even noticed that.


Re: Run time error - nor15 - 30.05.2013

Tested with 0.3x and same.