Adrián
Adrián
This is what I did to solve this. - On Windows, using Git Bash for instance: `git config --global core.fileMode false` - On WSL terminal: `git config --global core.fileMode true`....
@Anthropic Not that I can think of. To reproduce the issue (or test my solution), you need to ensure that you have a file committed with executable bit (double check...
I've been working on an extension that [fixes it](https://github.com/Adrianilloo/sm_ext_hl2dm/blob/main/hl2dm.cpp#L276), among another issue. This already properly fixes SM timeleft cache not syncing upon `round_start` events. However, I would like to know:...
@KyleSanderson Thanks for answering. However, why not, though? Btw I'm running my extension on my server and it worked perfectly. I already based my approach on CSS extension. Plus, in...
Thanks for the answer, I'm according with the points explained. Then I understand this is something that may be implemented in the long term. Meanwhile anyone could use [my extension](https://github.com/Adrianilloo/sm_ext_hl2dm),...
Yes, I already tested disabling that plugin (for which I had correctly filled remaining gamedata anyway, [here](https://github.com/Adrianilloo/sm_source_fixes/blob/main/gamedata/dhooks.testactivator_fix.txt)), and, in fact, running with the minimum possible MM and SM plugins +...
Ok, here is a very important update. My server is running SourceTV. If I disable it, the crash vanishes (couldn't reproduce anymore the reload crashes for 40-50 times, ~10 total...
Sorry, deleted last crash dump again accidentally. Here is new one: https://crash.limetech.org/j7nrodanp2lb [crash_j7nrodanp2lb.zip](https://github.com/alliedmodders/sourcemod/files/8145281/crash_j7nrodanp2lb.zip)
This is/was my `databases.cfg` with the affected MySQL service (I'm using SQLite3 temporarily now): ``` "Databases" { "driver_default" "mysql" "default" { "host" "remotemysql.com" "database" "" "user" "" "pass" "" }...
This seems to have been fixed now for me. When related MySQL service is down, I see the following message in console: `L 09/10/2022 - 14:07:01: [CLIENTPREFS] [2002]: Can't connect...