SA-MP Forums Archive
Console Errors - 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: Console Errors (/showthread.php?tid=641776)



Console Errors - kAn3 - 20.09.2017

I've put my gamemodes on an old unused laptop I've got. When I run the server on this laptop I get:

PHP код:
[debugRun time error19"File or function not found"
[debugGetVirtualKeyState
[debugGetScreenSize
[debugGetMousePos
[debugPressKeyEnter
[debugGetKeyState 
still, script seems to be working. Changed the mode to another working gamemode and still same occours. Both pcs run windows OS, so I didnt edit server.cfg. Also, when I execute this server on my desktop I don't get these errors.
Any idea?


Re: Console Errors - elhanan - 20.09.2017

as far as i know. i had one time that error "File or function not found"
it means the file/the function you trying to run has not found or dosent exist.


Re: Console Errors - kAn3 - 25.09.2017

Bump


Re: Console Errors - TakeiT - 25.09.2017

What's the log above it? Should say like Loading...


Re: Console Errors - kAn3 - 25.09.2017

I've just copied the warning lines, no need to post normal log lines


Re: Console Errors - Kane - 25.09.2017

Check for a filterscript that's being ran or functions in your gamemode that use those.

I had this happen to me when I forgot to unload a filterscript like a textdraw editor.


Re: Console Errors - kAn3 - 25.09.2017

Will check...


Re: Console Errors - TakeiT - 26.09.2017

Quote:
Originally Posted by kAn3
Посмотреть сообщение
I've just copied the warning lines, no need to post normal log lines
Yes there is, because it will often give you more information in the loading to tell you exactly what failed and where to go from there.