TheDoctor0 / CSGOMod

CS:GO Mod for Counter-Strike 1.6 (AMXX 1.8.3 / 1.9 / 1.10).
MIT License
58 stars 35 forks source link

CS:GO Mod not loading, running latest #150

Closed xLeviNx closed 2 years ago

xLeviNx commented 2 years ago

Hey, currently running cs:go mod on cs:cz and running into a bunch of issues. I've listed them below.

L 11/22/2021 - 09:51:03: -------- Mapchange to de_dust2_cz -------- L 11/22/2021 - 09:51:04: [csgo_core.amxx] CS:GO Mod by O'Zone (v2.5.11). L 11/22/2021 - 09:51:04: [csgo_core.amxx] Loaded 1231 skins from 71 files.

L 11/22/2021 - 09:52:05: Log file started (file "czero/addons/amxmodx/logs/csgo-error.log") (game "czero") (amx "1.9.0.5293") L 11/22/2021 - 09:52:05: [CS:GO Mod] Init SQL Error: Can't connect to MySQL server on 'supercentral.co' (4) (2003)

SQL credentials are correct, and is being used by other mods and plugins without an issue.

Debugged the accounts and its listing this as followed:

L 11/22/2021 - 09:54:06: Start of error session. L 11/22/2021 - 09:54:06: Info (map "de_dust2_cz") (file "addons/amxmodx/logs/error_20211122.log") L 11/22/2021 - 09:54:06: [MySQL] Invalid handle: 0 L 11/22/2021 - 09:54:06: [AMXX] Displaying debug trace (plugin "csgo_accounts.amxx", version "2.5.11") L 11/22/2021 - 09:54:06: [AMXX] Run time error 10: native error (native "SQL_FreeHandle") L 11/22/2021 - 09:54:06: [AMXX] [0] csgo_accounts.sma::sql_init (line 658) L 11/22/2021 - 09:59:17: [MySQL] Invalid handle: 0 L 11/22/2021 - 09:59:17: [AMXX] Run time error 10 (plugin "csgo_core.amxx") (native "SQL_FreeHandle") - debug not enabled! L 11/22/2021 - 09:59:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). L 11/22/2021 - 09:59:17: [MySQL] Invalid handle: 0 L 11/22/2021 - 09:59:17: [AMXX] Displaying debug trace (plugin "csgo_clans.amxx", version "2.5.11") L 11/22/2021 - 09:59:17: [AMXX] Run time error 10: native error (native "SQL_FreeHandle") L 11/22/2021 - 09:59:17: [AMXX] [0] csgo_clans.sma::plugin_end (line 77) L 11/22/2021 - 10:02:20: Start of error session. L 11/22/2021 - 10:02:20: Info (map "de_dust2_cz") (file "addons/amxmodx/logs/error_20211122.log") L 11/22/2021 - 10:02:20: [MySQL] Invalid handle: 0 L 11/22/2021 - 10:02:20: [AMXX] Displaying debug trace (plugin "csgo_accounts.amxx", version "2.5.11") L 11/22/2021 - 10:02:20: [AMXX] Run time error 10: native error (native "SQL_FreeHandle") L 11/22/2021 - 10:02:20: [AMXX] [0] csgo_accounts.sma::sql_init (line 658) L 11/22/2021 - 10:06:45: [MySQL] Invalid handle: 0 L 11/22/2021 - 10:06:45: [AMXX] Run time error 10 (plugin "csgo_core.amxx") (native "SQL_FreeHandle") - debug not enabled! L 11/22/2021 - 10:06:45: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). L 11/22/2021 - 10:06:45: [MySQL] Invalid handle: 0 L 11/22/2021 - 10:06:45: [AMXX] Displaying debug trace (plugin "csgo_clans.amxx", version "2.5.11") L 11/22/2021 - 10:06:45: [AMXX] Run time error 10: native error (native "SQL_FreeHandle") L 11/22/2021 - 10:06:45: [AMXX] [0] csgo_clans.sma::plugin_end (line 77)

xLeviNx commented 2 years ago

Host decided to randomly block ips, whitelisting has helped fix this problem 👍