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



filemanager - iLearner - 20.12.2016

Hey, i was trying to load filemanager.so on my windows vps, but it does not load, says failed and thats all... and additional information from crashdetect...

PHP код:
[debugRun time error 19"File or function is not found"
[19:22:27] [debug]  file_create
[19:22:27] [debug]  file_exists
[19:22:27] [debug]  file_delete
[19:22:27] [debug]  file_move 
Does anyone know what it needs? i have c++ and framework etc (other plugins such as streamer sscanf load fine)

tho it runs fine on my computer.


Re: filemanager - Konstantinos - 20.12.2016

Quote:
Originally Posted by iLearner
Посмотреть сообщение
Hey, i was trying to load filemanager.so on my windows vps [..]
.so is only for Linux. Get the correct plugin file of the plugin: https://github.com/JaTochNietDan/SA-...nager/releases for the correct OS.


Re: filemanager - iLearner - 20.12.2016

I meant .dll sorry just wrote in fast mode.


Re: filemanager - Konstantinos - 20.12.2016

http://forum.sa-mp.com/showpost.php?...51&postcount=3

x86 version of those four in the link let's you run all the plugins except those that were compiled with debug and require few other .dll files into the root folder. Filemanager plugin is not one of those though.


Re: filemanager - iLearner - 20.12.2016

But what's the use of em if filemanager won't run...

Or maybe you meant... Filemanager is not one of those compiled with debug.


Re: filemanager - Konstantinos - 20.12.2016

I meant filemanager is not one of those plugins compiled with debug and require msvcr100d.dll for example (TDE plugin does).


Re: filemanager - Ultraz - 27.12.2016

Can you give full logs?