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

Nem elérhető mefi88

  • 312
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Dátum: 2014. Március 18. - 14:15:46 »
0
Üdv.
A címben szereplõ hibába futottam.
Találtam egy témát, viszont az nem segített.
Plugin-ek ott vannak a plugins mappába, van main(){} és a server.cfg-ben is szerepelnek a pluginek.
Tudnátok segíteni ezügyben?
Saját gépemen ment a mod, viszont hostingnál nem akar :(
Azt megjegyezném, hogy konzol logban van ilyen:
 
[14:09:04]  Loading plugin: streamer
[14:09:04]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[14:09:04]  Loading plugin: sscanf
[14:09:04]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[14:09:04]  Loading plugin: crashdetect
[14:09:04]   Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[14:09:04]  Loading plugin: fcnpc
[14:09:04]   Failed (plugins/fcnpc: cannot open shared object file: No such file or directory)
[14:09:04]  Loaded 0 plugins.

 
Viszont ott vannak a fájlok a plugins mappában, tehát nem értem.  :-[
« Utoljára szerkesztve: 2014. Március 18. - 14:29:13 írta mefi88 »

Nem elérhető Kovacs_Richard

  • 1743
  • HRP Fejlesztő
  • Discord: Kovacs_Richard#0321
    • Profil megtekintése
    • Hun Role Play Web
Run time error 19: "File or function is not found"
« Válasz #1 Dátum: 2014. Március 18. - 14:29:16 »
0
server.cfg-be tedd oda a plugin nevek után a kiterjesztést (.so) és a dll-ek helyett a .so kiterjesztésû pluginokat töltsd fel!
Régóta nem tevékenykedem, mint SA-MP scripter.
HRP Fejlesztő.

Nem elérhető mefi88

  • 312
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #2 Dátum: 2014. Március 18. - 14:33:59 »
0
Hogy mi?
 
plugins streamer sscanf crashdetect fcnpc

 
helyett
 
plugins streamer.so sscanf.so crashdetect.so fcnpc.so

 
 :question:
Vagy most ezt hogy értetted?
Miért kellene kiterjesztés?
szerk.: wow és megy! ??? ezer köszönet! :)
« Utoljára szerkesztve: 2014. Március 18. - 14:39:43 írta mefi88 »

Nem elérhető Dfoglalo

  • 4069
  • Globális Moderátor
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #3 Dátum: 2014. Március 18. - 15:25:22 »
0
Azért kell odaírni a fájl kiterjesztését, mert valószínûleg a hostingnál (mint minden normális hostingnál) linux operációs rendszer fut a gépen, windows helyett. A windowsos dll fájlok pedig linuxos kiterjesztéssel az so fájlok. A szerver pedig alapból dll-t keres, ha nem írsz kiterjesztést, még akkor is, ha linuxon fut a szerver.

Nem elérhető mefi88

  • 312
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #4 Dátum: 2014. Március 18. - 14:15:46 »
0
Üdv.
A címben szereplõ hibába futottam.
Találtam egy témát, viszont az nem segített.
Plugin-ek ott vannak a plugins mappába, van main(){} és a server.cfg-ben is szerepelnek a pluginek.
Tudnátok segíteni ezügyben?
Saját gépemen ment a mod, viszont hostingnál nem akar :(
Azt megjegyezném, hogy konzol logban van ilyen:
 
[14:09:04]  Loading plugin: streamer
[14:09:04]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[14:09:04]  Loading plugin: sscanf
[14:09:04]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[14:09:04]  Loading plugin: crashdetect
[14:09:04]   Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[14:09:04]  Loading plugin: fcnpc
[14:09:04]   Failed (plugins/fcnpc: cannot open shared object file: No such file or directory)
[14:09:04]  Loaded 0 plugins.

 
Viszont ott vannak a fájlok a plugins mappában, tehát nem értem.  :-[
« Utoljára szerkesztve: 2014. Március 18. - 14:29:13 írta mefi88 »

Nem elérhető Kovacs_Richard

  • 1743
  • HRP Fejlesztő
  • Discord: Kovacs_Richard#0321
    • Profil megtekintése
    • Hun Role Play Web
Run time error 19: "File or function is not found"
« Válasz #5 Dátum: 2014. Március 18. - 14:29:16 »
0
server.cfg-be tedd oda a plugin nevek után a kiterjesztést (.so) és a dll-ek helyett a .so kiterjesztésû pluginokat töltsd fel!
Régóta nem tevékenykedem, mint SA-MP scripter.
HRP Fejlesztő.

Nem elérhető mefi88

  • 312
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #6 Dátum: 2014. Március 18. - 14:33:59 »
0
Hogy mi?
 
plugins streamer sscanf crashdetect fcnpc

 
helyett
 
plugins streamer.so sscanf.so crashdetect.so fcnpc.so

 
 :question:
Vagy most ezt hogy értetted?
Miért kellene kiterjesztés?
szerk.: wow és megy! ??? ezer köszönet! :)
« Utoljára szerkesztve: 2014. Március 18. - 14:39:43 írta mefi88 »

Nem elérhető Dfoglalo

  • 4069
  • Globális Moderátor
    • Profil megtekintése
Run time error 19: "File or function is not found"
« Válasz #7 Dátum: 2014. Március 18. - 15:25:22 »
0
Azért kell odaírni a fájl kiterjesztését, mert valószínûleg a hostingnál (mint minden normális hostingnál) linux operációs rendszer fut a gépen, windows helyett. A windowsos dll fájlok pedig linuxos kiterjesztéssel az so fájlok. A szerver pedig alapból dll-t keres, ha nem írsz kiterjesztést, még akkor is, ha linuxon fut a szerver.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal