SA-MP Forums Archive
RegEx plugin fails to load - 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: RegEx plugin fails to load (/showthread.php?tid=604077)



RegEx plugin fails to load - Moron - 31.03.2016

This is the plugin I'm trying to use: https://sampforum.blast.hk/showthread.php?tid=526725
I need it for email and username validation, and more, but I can't get it to load. I don't want to use Fro1sha's plugin, because I read it's slower and outdated, but most importantly can cause crashes under certain circumstances.

The only message I get in the console:
Code:
Loading plugin: libRegEx
  Failed.
1. I have libRegEx.dll in the plugins folder.
2. #include <libRegEx> is written in my gamemode.
3. I have onig.dll in the folder where samp-server.exe is located.

server.cfg
Code:
plugins Whirlpool sscanf libRegEx mysql
All other plugins load fine. I'm using Windows 10.


Re: RegEx plugin fails to load - Moron - 01.04.2016

help


Re: RegEx plugin fails to load - Morpheine - 01.04.2016

What errors you receive?


Re: RegEx plugin fails to load - Moron - 01.04.2016

Quote:
Originally Posted by Morpheine
View Post
What errors you receive?
I don't get any other notifications except that the plugin failed to load


Re: RegEx plugin fails to load - Tass007 - 02.04.2016

Try put this into your plugin list and see if it gives you any more errors. https://sampforum.blast.hk/showthread.php?tid=249226


Re: RegEx plugin fails to load - Moron - 02.04.2016

Quote:
Originally Posted by Tass007
View Post
Try put this into your plugin list and see if it gives you any more errors. https://sampforum.blast.hk/showthread.php?tid=249226
I added it to server.cfg as the last plugin and it loaded successfully, but didn't give any errors.


Re: RegEx plugin fails to load - maddinat0r - 02.04.2016

Try downloading and installing these C++ redistributables:
https://www.microsoft.com/en-us/down...s.aspx?id=5555
https://www.microsoft.com/en-us/down...s.aspx?id=8328


Re: RegEx plugin fails to load - Moron - 02.04.2016

Quote:
Originally Posted by maddinat0r
View Post
No effect


Re: RegEx plugin fails to load - Harty - 02.04.2016

The plugin is .dll extensioned ?

Regards.


Re: RegEx plugin fails to load - Moron - 02.04.2016

Quote:
Originally Posted by Harty
View Post
The plugin is .dll extensioned ?

Regards.
Of course.