View Single Post
apax0r
New Member
Join Date: Mar 2017
Old 03-09-2017 , 08:02   Re: [CS:GO] FurienGO [1.5.1] (Updated: 08.03.2017 [D.M.Y]) - !Private release!
Reply With Quote #55

Thanks for this plugin!

But i have a problem..

The plugin is not working for some reason, error is below:

Code:
L 03/09/2017 - 14:09:38: [SM] Exception reported: Invalid statement or db Handle 0 (error: 4)
L 03/09/2017 - 14:09:38: [SM] Blaming: furien.smx
L 03/09/2017 - 14:09:38: [SM] Call stack trace:
L 03/09/2017 - 14:09:38: [SM]   [0] SQL_GetError
L 03/09/2017 - 14:09:38: [SM]   [1] Line 6, Furien/mysql.sp::MySql_Connect
L 03/09/2017 - 14:09:38: [SM]   [2] Line 182, furien.sp::OnMapStart
i have complied this on my Ubuntu 14.04 server that is updated/upgraded.

I get no complie errors when i do ./spcomp furien.sp, the .smx file is created fine.

if i connect to the server the server is crashing but i cant see anything about it in the logs. i have dubble checked my MySQL creditals wich is fine as sourcemod sql admin command is working.

here is my database.cfg for FurienGO

Code:
"FurienGO"
    {
        "driver"            "default"
        "host"                "127.0.0.1"
        "database"            "furiengo"
        "user"                "someuser"
        "pass"                "somepass"
        //"timeout"            "0"
        //"port"            "3306"
    }


}
i have also reported this to your github issue page!

EDIT:

Also i had to create the DB-tables so i guess furiengo isnt connecting to the DB at all?

Last edited by apax0r; 03-09-2017 at 08:04.
apax0r is offline