SA-MP Forums Archive
FileFunctions plugin error - 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: FileFunctions plugin error (/showthread.php?tid=615443)



FileFunctions plugin error - V1Su4L - 22.08.2016

hello,
I tried to run the FileFunctions plugin on my server.
I need this plugin to work with my mSelection and selectable TD.
I would like if you would be able to help me to fix the problem.
After checking in the server_log.cfg I found that the plugin just failed to load.
Please help me.


Re: FileFunctions plugin error - Konstantinos - 22.08.2016

Is it Windows or Linux and what version of the plugin are you trying to load?


Re: FileFunctions plugin error - V1Su4L - 22.08.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Is it Windows or Linux and what version of the plugin are you trying to load?
Windows.
FileFunctions version: v0.1b


Re: FileFunctions plugin error - Konstantinos - 22.08.2016

It requires Microsoft .NET Framework 4.


Re: FileFunctions plugin error - V1Su4L - 22.08.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I have it.


Re: FileFunctions plugin error - Konstantinos - 22.08.2016

I had to load the plugin myself to see for missing .dll files and yes, it needs MSVCR100d.dll
I don't know why he even compiled with the debug version but it is probably contained in:

x86: http://www.microsoft.com/download/en...s.aspx?id=5555
x64: http://www.microsoft.com/download/en....aspx?id=14632


Re: FileFunctions plugin error - V1Su4L - 22.08.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I had to load the plugin myself to see for missing .dll files and yes, it needs MSVCR100d.dll
I don't know why he even compiled with the debug version but it is probably contained in:

x86: http://www.microsoft.com/download/en...s.aspx?id=5555
x64: http://www.microsoft.com/download/en....aspx?id=14632
still not working, I downloaded the virsion of 2015 because I already have the 2010.


Re: FileFunctions plugin error - Konstantinos - 22.08.2016

It seems that debug versions are not available to microsoft's site and you can only get them from installing Visual Studio.
Pottus or Crayder have the file uploaded for Texture Studio: https://github.com/Pottus/Texture-St...d.dll?raw=true
and you place it to the directory samp-server.exe is located.


Re: FileFunctions plugin error - V1Su4L - 22.08.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
It seems that debug versions are not available to microsoft's site and you can only get them from installing Visual Studio.
Pottus or Crayder have the file uploaded for Texture Studio: https://github.com/Pottus/Texture-St...d.dll?raw=true
and you place it to the directory samp-server.exe is located.
It fixed, but still I cant use the clickable TD and mSelection. Do you have some idead why is this happnening?


Re: FileFunctions plugin error - Konstantinos - 22.08.2016

Do you mean that clicking on items from mSelection doesn't work? In version 1.1 R3 a bug with OnPlayerClick(Player)TextDraw was fixed, perhaps you have an older version?
Update from here: https://sampforum.blast.hk/showthread.php?tid=407045