Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" - 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: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" (
/showthread.php?tid=616706)
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" -
Sew_Sumi - 12.09.2016
Quote:
Originally Posted by Kyriee
Download link please
|
Show a screenshot of your plugins folder.
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" -
Kyriee - 13.09.2016
Quote:
Originally Posted by Sew_Sumi
Show a screenshot of your plugins folder.
|
Tommorow sir. I hope you can help me.
All solutions are failed. Thank you for help btw
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" -
Sgt.TheDarkness - 13.09.2016
What OS are you running?
If windows, do you have all of the Visual C++ redistributable packages downloaded?
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" -
Sublime - 14.09.2016
Quote:
Originally Posted by Sew_Sumi
What it would show though, is the plugin failing to load (If it does), and from there we can move onto asking for the #include lines...
Stop looking to nitpick and argue over everything I post, because seriously, you're not in a good position to try to do so.
It's a lot better than installing a new plugin to simply forgo a BASIC DEBUGGING SKILL.
|
lolwat
im pretty sure crashdetect/nativechecker can save time in detecting an issue rather than doing 'basic debugging skills'
as a dude who has seen and fixed server crashes since the day obama came into power, this is how i almost always perform my debug n fix method
Code:
#include <brain.h>
use crashdetect;
use nativechecker;
if (nativechecker = true) {
show_error_output;
use_brain;
party;
}
elseif (crashdetect = true) {
show_error_output;
use_brain;
party;
}
elseif (crashdetect = false & nativechecker = false) {
check_server_log;
//nothing?
use brain;
comment_out_each_and_every_single_shit_in_your_script_one_by_one_starting_from_the_latest_update;
use_brain;
party;
}
else {
cry_like_a_baby;
beg_samp_forums_for_help;
get_helped;
party;
}
main{}
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" -
Brainles5 - 15.09.2016
Quote:
Originally Posted by Sgt.TheDarkness
What OS are you running?
If windows, do you have all of the Visual C++ redistributable packages downloaded?
|
I see your streamer still fails. Do what Sgt.TheDarkness said, ensure you have "Microsoft Visual C++ 2015 Redistributable Package" installed IF running on Windows.
Quote:
Originally Posted by From the Streamer topic
The Windows version requires the Microsoft Visual C++ 2015 Redistributable Package.
|
Download Microsoft Visual C++ 2015 from here
Re: Script[gamemodes/worldwar.amx]: Run time error 19: "File or function is not found" -
Sgt.TheDarkness - 16.09.2016
Quote:
Originally Posted by Brainles5
|
As Brainles5 said, download visual C++ redistributables, let us know how it helps