04.09.2014, 12:02
So. I have run into a problem with a gamemode i am making.
BlueG MySQL plugin(R39-2) is not loading. I have all the files and everything, and they are in proper location.
Here is my log:
I have a mysql server, I dont need instructions to set one up and everything. Its just the loading I need help with.
libmysql.dll is in the directory with samp-server.exe. I have the includes, and all the plugin files, and everything is the right version.
I have tried version R38, R37.
Edit: Note: I tried R5. Witout cache. I used same script I used in two other gamemodes. It didnt work.
This is the log with R5 that I had: http://pastebin.com/7ZsHaFiE
And the script worked bretty much on my other computers, that were running linux.
I am using a lenovo E520 Laptop with upgraded 8GB memory.
Also, I cannot download Visual Studio inorder to compie the plugin myself.
Sorry for my English.
BlueG MySQL plugin(R39-2) is not loading. I have all the files and everything, and they are in proper location.
Here is my log:
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team
[14:55:52] filterscripts = "" (string)
[14:55:52]
[14:55:52] Server Plugins
[14:55:52] --------------
[14:55:52] Loading plugin: sscanf.dll
[14:55:52]
[14:55:52] ===============================
[14:55:52] sscanf plugin loaded.
[14:55:52] Version: 2.8.1
[14:55:52] (c) 2012 Alex "******" Cole
[14:55:52] ===============================
[14:55:52] Loaded.
[14:55:52] Loading plugin: streamer.dll
[14:55:52]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[14:55:52] Loaded.
[14:55:52] Loading plugin: whirlpool.dll
[14:55:52]
[14:55:52] ==================
[14:55:52]
[14:55:52] Whirlpool loaded
[14:55:52]
[14:55:52] ==================
[14:55:52]
[14:55:52] Loaded.
[14:55:52] Loading plugin: mysql.dll
[14:55:52] Failed.
[14:55:52] Loading plugin: crashdetect.dll
[14:55:52] CrashDetect v4.10 is OK.
[14:55:52] Loaded.
[14:55:52] Loaded 4 plugins.
[14:55:52]
[14:55:52] Filterscripts
[14:55:52] ---------------
[14:55:52] Loaded 0 filterscripts.
[14:55:52] [debug] Run time error 19: "File or function is not found"
[14:55:52] [debug] mysql_connect
[14:55:52] [debug] mysql_close
[14:55:52] [debug] mysql_tquery
[14:55:52] [debug] cache_get_row_int
[14:55:52] [debug] cache_get_row
[14:55:52] [debug] cache_get_row_float
[14:55:52] [debug] Run time error 19: "File or function is not found"
[14:55:52] [debug] mysql_connect
[14:55:52] [debug] mysql_close
[14:55:52] [debug] mysql_tquery
[14:55:52] [debug] cache_get_row_int
[14:55:52] [debug] cache_get_row
[14:55:52] [debug] cache_get_row_float
[14:55:52] Script[gamemodes/Intra.amx]: Run time error 19: "File or function is not found"
[14:55:52] Number of vehicle models: 0
libmysql.dll is in the directory with samp-server.exe. I have the includes, and all the plugin files, and everything is the right version.
I have tried version R38, R37.
Edit: Note: I tried R5. Witout cache. I used same script I used in two other gamemodes. It didnt work.
This is the log with R5 that I had: http://pastebin.com/7ZsHaFiE
And the script worked bretty much on my other computers, that were running linux.
I am using a lenovo E520 Laptop with upgraded 8GB memory.
Also, I cannot download Visual Studio inorder to compie the plugin myself.
Sorry for my English.