hermansimensen / eventqueue-fix

Replaces general event queue found within Source-engine games with a lag-resistant event queue per player entity
GNU General Public License v3.0
19 stars 7 forks source link

CSGO Update 2023.02.03 broke the Gamedata #22

Closed SaengerItsWar closed 1 year ago

SaengerItsWar commented 1 year ago

Hey, the new CSGO Update broke the AddEventThree signature.

L 02/03/2023 - 22:58:47: [SM] Blaming: eventqueuefix.smx
L 02/03/2023 - 22:58:47: [SM] Call stack trace:
L 02/03/2023 - 22:58:47: [SM]   [0] SetFailState
L 02/03/2023 - 22:58:47: [SM]   [1] Line 152, eventqueuefix.sp::LoadDHooks
L 02/03/2023 - 22:58:47: [SM]   [2] Line 50, eventqueuefix.sp::OnPluginStart
L 02/03/2023 - 22:58:47: [SM] Unable to load plugin "eventqueuefix.smx": Error detected in plugin startup (see error logs)
rtldg commented 1 year ago

Can you test if this works and doesn't break anything https://github.com/rtldg/eventqueue-fix/commit/d91a9745897160a29c74c8da138f874288063f23

pedrotski commented 1 year ago

Can you test if this works and doesn't break anything rtldg@d91a974

Seems to load and play fine. That's all the information I can provide.

rtldg commented 1 year ago

I updated it a bit further to fix the AddEventThree signature... again lmao https://github.com/hermansimensen/eventqueue-fix/compare/main...rtldg:eventqueue-fix:csgolinux-gd-up I'm going to make a PR for it but I haven't personally tested other than asking other people to test for me