ini04rel64.so can't be loaded & IsNum error

Started by Fjose, Oct 23, 2014, 07:58 PM

Previous topic - Next topic

Fjose

All plugins are located on same folder, I've checked the name and is correct.



The other error was with this:
Quoteif ( !IsNum( text ) ) aMsg( id, "Invalid vehicle id." )
the function "IsNum" was not added on the plugin's inside (squirrel plugin)
 

Danix

Follow these steps:
1. Run the following command in terminal: sudo /sbin/ldconfig -v
2. Go to your config file and change the plugin's name to ini04rel32 (I know your system is x64 but the main point is to name it to a file that does not exist in your plugins folder.)
3. Launch the server, it will give you an error, now close the server.
4. Go back to the config file and change the module's name back to ini04rel64
5. Launch the server, it should work now.

Thijn

IsNum has been in the Squirrel plugin since the start..

Stormeus

Locked due to age and nonreproduciblity. Reopen if this is still an issue.