SA-MP Forums Archive
Problem with Windows Server - 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 with Windows Server (/showthread.php?tid=342985)



Problem with Windows Server - Join7 - 15.05.2012

When I start my server, server writes:
Run-time Error 19 "File not found"

The problem started when I preinstall my computer and "D:" moved to "E:"


Re: Problem with Windows Server - Silentfood - 15.05.2012

It's a plugin issue by the looks of it, try recompiling your code with the newest plugins you may have and update your plugins with it. Make sure they're also the server revision you're running on.


Re: Problem with Windows Server - Mark™ - 15.05.2012

Make sure you got .Net Framework v3.5 or higher installed and post your server_log here.


Re: Problem with Windows Server - miley1 - 15.05.2012

Go to your Gamemode And check if its wroten Like Audi Or audi make it without capslock , also Check if your Gamemode name is the same as in your Server,cfg This helped me out also


Re: Problem with Windows Server - Join7 - 16.05.2012

@Silentfood. Before I preinstall my computer, server working successful.
@Xtreme_playa. Before, server working with .NET Framework 2.0.
This is my server.log
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[03:29:12] 
[03:29:12] Server Plugins
[03:29:12] --------------
[03:29:12]  Loading plugin: streamer
[03:29:14]   Failed.
[03:29:14]  Loading plugin: sscanf
[03:29:14] 

[03:29:14]  ===============================

[03:29:14]       sscanf plugin loaded.     

[03:29:14]    © 2009 Alex "Y_Less" Cole

[03:29:14]    0.3d-R2 500 Players "dnee"

[03:29:14]  ===============================

[03:29:14]   Loaded.
[03:29:14]  Loaded 1 plugins.

[03:29:15] 
[03:29:15] Ban list
[03:29:15] --------
[03:29:15]  Loaded: samp.ban
[03:29:15] 
[03:29:15] 
[03:29:15] Filterscripts
[03:29:15] ---------------
[03:29:15]   Loading filterscript 'animlist.amx'...
[03:29:15]   Loading filterscript 'washingcar.amx'...
[03:29:15]   Loading filterscript 'drpoints.amx'...
[03:29:15]   Loading filterscript 'housesystem.amx'...
[03:29:15]   Loading filterscript 'tuner.amx'...
[03:29:15]   Loading filterscript 'redpower.amx'...
[03:29:16]   Loaded 6 filterscripts.

[03:29:16] Script[gamemodes/DFC.amx]: Run time error 19: "File or function is not found"
[03:29:16] Number of vehicle models: 0
I tried by removing all plugins, filterscript.
@miley1. I'm not stupid, I checked everything. If I had not checked, would not do forum thread.


Re: Problem with Windows Server - kikito - 16.05.2012

Hmm, have you already tryed on other computers to see if it works fine?


Re: Problem with Windows Server - Mark™ - 16.05.2012

Quote:
Originally Posted by Join7
View Post
@Silentfood. Before I preinstall my computer, server working successful.
@Xtreme_playa. Before, server working with .NET Framework 2.0.
This is my server.log
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[03:29:12] 
[03:29:12] Server Plugins
[03:29:12] --------------
[03:29:12]  Loading plugin: streamer
[03:29:14]   Failed.
[03:29:14]  Loading plugin: sscanf
[03:29:14] 

[03:29:14]  ===============================

[03:29:14]       sscanf plugin loaded.     

[03:29:14]    © 2009 Alex "Y_Less" Cole

[03:29:14]    0.3d-R2 500 Players "dnee"

[03:29:14]  ===============================

[03:29:14]   Loaded.
[03:29:14]  Loaded 1 plugins.

[03:29:15] 
[03:29:15] Ban list
[03:29:15] --------
[03:29:15]  Loaded: samp.ban
[03:29:15] 
[03:29:15] 
[03:29:15] Filterscripts
[03:29:15] ---------------
[03:29:15]   Loading filterscript 'animlist.amx'...
[03:29:15]   Loading filterscript 'washingcar.amx'...
[03:29:15]   Loading filterscript 'drpoints.amx'...
[03:29:15]   Loading filterscript 'housesystem.amx'...
[03:29:15]   Loading filterscript 'tuner.amx'...
[03:29:15]   Loading filterscript 'redpower.amx'...
[03:29:16]   Loaded 6 filterscripts.

[03:29:16] Script[gamemodes/DFC.amx]: Run time error 19: "File or function is not found"
[03:29:16] Number of vehicle models: 0
I tried by removing all plugins, filterscript.
@miley1. I'm not stupid, I checked everything. If I had not checked, would not do forum thread.
Streamer plugin fails to load, that's what is causing runtime error 19 in your case.Recompile your gamemode with v2.6.1's include for 0.3e.


Re: Problem with Windows Server - Join7 - 16.05.2012

I tried, and streamer load failed.


Re: Problem with Windows Server - Join7 - 16.05.2012

Up.
And, the problem is by Windows or program.