Szerző Téma: Run time error 19: "File or function is not found"  (Megtekintve 4260 alkalommal)

Run time error 19: "File or function is not found"
« Dátum: 2012. Május 20. - 13:40:19 »
0 Show voters
Helló
Nem tudjátok miért irja ki ezt a konzol?
 
Run time error 19: \"File or function is not found\"

 
Az sscanf plugint már betölti..

Nem elérhető Neon

  • 300
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #1 Dátum: 2012. Május 20. - 13:47:34 »
0 Show voters
nekem mindig mikkor igy csinált plugin baj volt kicseréltem s ennyi ment tovább

Run time error 19: "File or function is not found"
« Válasz #2 Dátum: 2012. Május 20. - 14:03:33 »
0 Show voters
jó,jó de melyik lehet ugyan? :S

[PlayZone]Rulexface

  • Vendég
Run time error 19: "File or function is not found"
« Válasz #3 Dátum: 2012. Május 20. - 14:07:02 »
0 Show voters
Bemásolnád hogy a szervered milyen pluginokat akar használni és a server log ot? mert így nehéz, lehet az streamer lehet az akármi.

Run time error 19: "File or function is not found"
« Válasz #4 Dátum: 2012. Május 20. - 14:17:20 »
0 Show voters
Persze! Mindenkép megkell csinálom mert ha nem lesz jó az UCP sem lesz jó :/
 
plugins streamer Whirlpool mysql sscanf

 
Server log:
 

----------
Loaded log file: \"server_log.txt\".
----------
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[14:16:32] filterscripts = \"\"  (string)
[14:16:32]
[14:16:32] Server Plugins
[14:16:32] --------------
[14:16:32]  Loading plugin: streamer
[14:16:32]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[14:16:32]   Loaded.
[14:16:32]  Loading plugin: Whirlpool
[14:16:32] 
[14:16:32]  ==================
[14:16:32] 
[14:16:32]   Whirlpool loaded
[14:16:32] 
[14:16:32]  ==================
[14:16:32] 
[14:16:32]   Loaded.
[14:16:32]  Loading plugin: mysql
[14:16:32]
  > MySQL plugin R6-2 successfully loaded.
[14:16:32]   Loaded.
[14:16:32]  Loading plugin: sscanf
[14:16:32]
[14:16:32]  ===============================
[14:16:32]       sscanf plugin loaded.     
[14:16:32]    (c) 2009 Alex \"Y_Less\" Cole
[14:16:32]  ===============================
[14:16:32]   Loaded.
[14:16:32]  Loaded 4 plugins.
[14:16:33]
[14:16:33] Filterscripts
[14:16:33] ---------------
[14:16:33]   Loaded 0 filterscripts.
[14:16:33] Script[gamemodes/CESR.amx]: Run time error 19: \"File or function is not found\"
[14:16:33] Number of vehicle models: 0
[14:16:34] --- Server Shutting Down.
[14:16:34]
*** Streamer Plugin v2.6.1 by Incognito unloaded ***
[14:16:34] 
[14:16:34]  ====================
[14:16:34] 
[14:16:34]   Whirlpool unloaded
[14:16:34] 
[14:16:34]  ====================
[14:16:34] 
[14:16:34]
  > MySQL plugin unloaded.
[14:16:34]
[14:16:34]  ===============================
[14:16:34]      sscanf plugin unloaded.   
[14:16:34]  ===============================

[PlayZone]Rulexface

  • Vendég
Run time error 19: "File or function is not found"
« Válasz #5 Dátum: 2012. Május 20. - 14:47:57 »
0 Show voters
A pluginokat betöltötte úgy néz ki, módban a main függvény megvan? ( És maga a mód még nem igényel más plugint is? audio vagy ilyesmi? )

Run time error 19: "File or function is not found"
« Válasz #6 Dátum: 2012. Május 20. - 14:51:49 »
0 Show voters
main megvan
A többit amit irtál nem értem de nem hiszem mert audio plugin nincs a módba nem irtam bele...

Dupla hozzászólás automatikusan összefûzve. ( 2012. Május 20. - 14:54:03 )

Szerintem az sscanfal van probléma
Mert a módba ez van irva:
 
#include <sscanf2>

 
és ha ezt átirom erre:
 
#include <sscanf>

 
Akkor a konzol nem irja a Run time errort :/
« Utoljára szerkesztve: 2012. Május 20. - 14:54:03 írta Yakuza™ »

Run time error 19: "File or function is not found"
« Válasz #7 Dátum: 2012. Május 20. - 15:59:25 »
0 Show voters
Nem megfelelõ .inc fájl lett felhasználva a használatban lévõ pluginhoz.
Ha letöltesz egy plugint akkor az abban szereplõ .inc fájlt másold a myserver/pawno/include/ mappába, és utána készítsd szkriptjeidet.
Amúgy ez a samp-team hibája, túl nehéz lenne beleírniuk a logprintf sorba azt hogy éppen mit nem talál a samp szerver, mert ha ott lenne túl gyorsan meg lehetne találni mi a hiba.
pl.:
 
Run time error 19: \"File or function is not found \"Createxyakarmi\"\"

 
Amúgy a crashdetect plugin kiírja hogy melyik eljárást eljárásokat nem találja.
http://forum.sa-mp.com/showthread.php?t=262796

Run time error 19: "File or function is not found"
« Válasz #8 Dátum: 2012. Május 20. - 18:10:02 »
0 Show voters
Már vagy 10 sscanf -ot próbáltam de mindegyiknél hibát ir :S

Nem elérhető Amf

  • 1459
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #9 Dátum: 2012. Május 20. - 18:11:46 »
0 Show voters
Van
 

main () {}

 
a módban?

Nem elérhető Benceee

  • 4785
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #10 Dátum: 2012. Május 20. - 18:12:18 »
0 Show voters
Tölts le új sscanf plugint, amihez van INC.

Run time error 19: "File or function is not found"
« Válasz #11 Dátum: 2012. Május 20. - 18:18:28 »
0 Show voters
Amf van
Benceee már próbáltam de hiába

Nem elérhető Benceee

  • 4785
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #12 Dátum: 2012. Május 20. - 18:20:11 »
0 Show voters
Idézetet írta: Yakuza™ date=1337530708\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21754\" data-ipsquote-contentclass=\"forums_Topic
Amf van
Benceee már próbáltam de hiába
 
Más plugint nem használsz?

Run time error 19: "File or function is not found"
« Válasz #13 Dátum: 2012. Május 20. - 18:21:34 »
0 Show voters
mysql,Whrilpool,streamer

Nem elérhető Benceee

  • 4785
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #14 Dátum: 2012. Május 20. - 18:27:08 »
0 Show voters
Idézetet írta: Yakuza™ date=1337530894\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21754\" data-ipsquote-contentclass=\"forums_Topic
mysql,Whrilpool,streamer
 
Azokat rendesen betölti?

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal