[HELP]: Run time error 19 [SOLVED] -
Eoussama - 24.12.2016
Hello guys,
so earlier I reformated my PC, and now when I try to run my game mode, it gives me this error
"Run time error 19: "File or function is not found"
so what's the problem here?
Solution:
1- Visual C++ Redistributable
(Link: https://www.microsoft.com/en-us/down....aspx?id=48145)
2- Open firewall settings
3- go to "
Allow an app or feature throughout Windows Firewall"
4- Look for "
samp-server"
5- Choose "
Change settings"
6- Mark the checkbox "
Both Private and Public Option"
Hope this helps anyone with the same problem
Re: [HELP]: Run time error 19 -
ManGoe - 24.12.2016
Show your server log,
What plugin's failed to load?
Any msvcr popups?
Re: [HELP]: Run time error 19 -
Eoussama - 24.12.2016
Quote:
Originally Posted by ManGoe
Show your server log,
What plugin's failed to load?
Any msvcr popups?
|
Well, I installed nativechecker to help me realize the errors, and it gave me this
Код:
Error: Function not registered: 'Streamer_CallbackHook'
Error: Function not registered: 'CreateDynamic3DTextLabel'
Error: Function not registered: 'CreateDynamicObject'
Error: Function not registered: 'CreateDynamicCP'
Error: Function not registered: 'CreateDynamicPickup'
Error: Function not registered: 'DestroyDynamicPickup'
Error: Function not registered: 'UpdateDynamic3DTextLabelText'
Error: Function not registered: 'EditDynamicObject'
Error: Function not registered: 'DestroyDynamic3DTextLabel'
Script[gamemodes/EO_CNR.amx]: Run time error 19: "File or function is not found"
Re: [HELP]: Run time error 19 -
ManGoe - 24.12.2016
Libraries might be missing check em out.
Re: [HELP]: Run time error 19 -
Eoussama - 24.12.2016
Which libraries?
Re: [HELP]: Run time error 19 -
Dayrion - 24.12.2016
Do you have streamer include ?
Re: [HELP]: Run time error 19 -
Eoussama - 24.12.2016
yes,
streamer.inc
Re: [HELP]: Run time error 19 -
Eoussama - 24.12.2016
Any idea?
When I compile the code, I get no errors, but when I run the server, it gives me the same error as above
Re: [HELP]: Run time error 19 -
Private200 - 24.12.2016
Update your streamer plugin and make it be the same as your streamer include. Compile the gamemode and filterscripts that use streamer once done.
Re: [HELP]: Run time error 19 -
Eoussama - 24.12.2016
Quote:
Originally Posted by Private200
Update your streamer plugin and make it be the same as your streamer include. Compile the gamemode and filterscripts that use streamer once done.
|
Problem solved, but Thanks anyway
Solution:
1- Visual C++ Redistributable
(Link: https://www.microsoft.com/en-us/down....aspx?id=48145)
2- Open firewall settings
3- go to "
Allow an app or feature throughout Windows Firewall"
4- Look for "
samp-server"
5- Choose "
Change settings"
6- Mark the checkbox "
Both Private and Public Option"
Hope this helps anyone with the same problem