Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: BABA1 on May 03, 2016, 09:54 AM

Title: Help needed Regarding SQLite
Post by: BABA1 on May 03, 2016, 09:54 AM
Well, I can furnish you guys with some screenshots of the error thrown.
I've added the plugin name to the server.cfg and by that It means that I can call and execute any SQLite functions.
But this afternoon when I tried to start the server this is what the exception says:-
http://i.imgur.com/HQhcCme.png

P.S: I would really appreciate some help. Kindly, Help me figure this issue out.
Title: Re: Help needed Regarding SQLite
Post by: maxorator on May 03, 2016, 10:33 AM
Scroll back and show the beginning of the console output.
Title: Re: Help needed Regarding SQLite
Post by: BABA1 on May 03, 2016, 10:53 AM
Here's the link:-
http://imgur.com/a4AO7Ai

P.S: This is what the 7th line contains, "  dik <- ConnectSQL("gs.db"); "
Title: Re: Help needed Regarding SQLite
Post by: Drake on May 03, 2016, 12:11 PM
It clearly shows that the plugin isn't loaded, maybe it isn't available or incompatible and why are you loading it twice?
Title: Re: Help needed Regarding SQLite
Post by: KAKAN on May 03, 2016, 01:16 PM
Quote from: Drake on May 03, 2016, 12:11 PMIt clearly shows that the plugin isn't loaded, maybe it isn't available or incompatible and why are you loading it twice?
Because I read somewhere that loading twice solves the problem. But it didn't :D
Title: Re: Help needed Regarding SQLite
Post by: Cool on May 03, 2016, 02:54 PM
did you loaded ini plugin may be if you used it and does not loading its can cause same problem with me when i load ini its worked
Title: Re: Help needed Regarding SQLite
Post by: BABA1 on May 03, 2016, 03:39 PM
I think my naughty Antivirus is detecting that .dll file as a virus or something and is quarantining it.

P.S: I tried to allow that specific file through my anti-virus system and it works. :D

Solved.