Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL_FreeHandle() error on map restart #149

Closed
wopox1337 opened this issue Mar 16, 2021 · 2 comments · Fixed by #150
Closed

SQL_FreeHandle() error on map restart #149

wopox1337 opened this issue Mar 16, 2021 · 2 comments · Fixed by #150
Assignees
Labels
bug Something isn't working good first issue Good for newcomers 💾 Storage
Projects

Comments

@wopox1337
Copy link
Collaborator

L 03/16/2021 - 00:31:36: Start of error session.
L 03/16/2021 - 00:31:36: Info (map "cs_pf_dust") (file "addons/amxmodx/logs/error_20210316.log")
L 03/16/2021 - 00:31:36: [MySQL] Invalid handle: 0
L 03/16/2021 - 00:31:36: [AMXX] Displaying debug trace (plugin "CA_Storage_GameCMS.amxx", version "v1.3.0")
L 03/16/2021 - 00:31:36: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/16/2021 - 00:31:36: [AMXX] [0] CA_Storage_GameCMS.sma::plugin_end (line 60)
@wopox1337 wopox1337 added bug Something isn't working good first issue Good for newcomers 💾 Storage labels Mar 16, 2021
@wopox1337 wopox1337 added this to the Release v1.4.0 milestone Mar 16, 2021
@wopox1337 wopox1337 self-assigned this Mar 16, 2021
@wopox1337 wopox1337 added this to To do in Bugfixes via automation Mar 16, 2021
@afwn90cj93201nixr2e1re
Copy link

afwn90cj93201nixr2e1re commented Mar 17, 2021

its probably not a bug, but plugins order issue.

@afwn90cj93201nixr2e1re
Copy link

Ok, i thought you are getting raw handler from gcms api, but, yes, simply add check after this line:
https://github.com/ChatAdditions/ChatAdditions_AMXX/blob/master/cstrike/addons/amxmodx/scripting/CA_Storage_GameCMS.sma#L54
, it should help.

Bugfixes automation moved this from To do to Done Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers 💾 Storage
Projects
Bugfixes
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants