Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 54
Search took 0.00 seconds.
Search: Posts Made By: Peace-Maker
Forum: Extensions 02-15-2024, 02:19
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Ah, yes, we could add a flag to disable the caching of pre-hook parameters explicitly? It prevents more headache when it's on by default, but an opt-out sounds useful for union params like the...
Forum: Extensions 06-10-2022, 07:43
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

SourceMod only loads an extension if it's used by a plugin by default. Do you have a plugin installed which uses dhooks?
Forum: Extensions 02-27-2022, 16:45
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

You're on a linux server and the gamedata only supports that function on windows. The scope of the "windows" subsection is off causing it to still parse on linux, but not setting any attributes and...
Forum: Extensions 11-21-2021, 08:51
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

No, the file is called the same and you probably replaced it already if you uploaded the extensions folder of the new sourcemod release. You can check the output of "sm exts list" for DHooks version...
Forum: Extensions 11-17-2021, 07:37
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

DHooks is now included with SourceMod 1.11.6820. Previous versions are unsupported.


Please use SourceMod's issue tracker (https://github.com/alliedmodders/sourcemod/issues) on GitHub for any new...
Forum: Extensions 11-08-2021, 15:03
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

That looks like it's up and running. Are you looking at some old log entry before you had the extension installed? Check the timestamp. Otherwise post the output of "sm plugins list" as well please.
Forum: Extensions 11-08-2021, 09:43
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Could you paste the output of "sm exts list" and "sm version" from the server console please?
Forum: Extensions 06-30-2021, 06:55
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

I've released a new version which includes a bunch of stability improvements thanks to the awesome crash reports by the community! Grab detours17 from the release post...
Forum: Extensions 06-28-2021, 11:28
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

The probem here is that both Functions sections are named the same, the arguments aren't important. All "Functions" sections in all loaded gamedata files are cached together due to a limitation in...
Forum: Extensions 06-26-2021, 04:51
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Dhooks itself doesn't do anything game specific that could break after an update. The plugins probably need updated gamedata.
Forum: Extensions 02-13-2021, 17:30
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

What's the problem? Do you have a crash trace / accelerator installed?
Forum: Extensions 01-28-2021, 12:46
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

I was able to reproduce it and reuploaded the release.
Forum: Extensions 01-28-2021, 12:01
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

I can't reproduce those crashes. Could you manually attach a debugger and post a full backtrace of the crash please?

Edit: nevermind, the problem was in the gamedata "Functions" section parser....
Forum: Extensions 01-28-2021, 10:51
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Oh, I didn't mean to link STL dynamically. Please have a try with this binary, which is compiled using -static-libstdc++ against SM1.10.
Forum: Extensions 01-28-2021, 04:51
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

A new maintenance version detours16 is up. This one includes a fix for a frequent crash on shutdown as well as improve post-mortem debugging of crashes on linux.



Changelog:



Fix crash...
Forum: Extensions 10-28-2020, 19:42
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

https://forums.alliedmods.net/showthread.php?p=2442574#post2442574
https://forums.alliedmods.net/showthread.php?p=2616934#post2616934...
Forum: Extensions 10-25-2020, 10:42
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

You can replace all occurences of "GameData" with "Handle" in the file to compile with pre 1.10 includes.
Forum: Extensions 10-17-2020, 05:28
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

I've put up a new version detours15 which adds a methodmap API for your pleasure. Call arguments are saved before calling the function now by default too, so it's save to access the parameters in a...
Forum: Extensions 06-09-2020, 17:41
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Silvers quickly reported another crash related to the recursive call fixes in detour11, which was addressed in detours14a. Hope this is solved now?
Forum: Extensions 06-09-2020, 10:03
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

I've released a new version detours14 with the mentioned crash fixed and more.


Fix regression crash with post-only detours from recursive call fix in detours11 (Thanks Crasher_3637...
Forum: Extensions 06-04-2020, 06:39
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

That looks like a regression from the recursive call fixes in detours11. I've pushed a fix (https://github.com/peace-maker/DHooks2/commit/568ada2533bd6b96443e6a3bed232892e5ed31f3) for it, but would...
Forum: Extensions 05-30-2020, 03:36
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Argh, you're right. I've tested it this time.. Sorry for the untested changes and thanks for the quick reports. Try detours13.
Forum: Extensions 05-29-2020, 16:25
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Whops, copy&paste devil https://github.com/peace-maker/DHooks2/blob/e58d77e820a752ad52ae3ed621cd4517d699b35d/signatures.cpp#L280-L281

Try the new version detours12
Forum: Extensions 04-21-2020, 09:01
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Thanks I've put up a new version 2.2.0-detours10 with that fixed.

https://github.com/peace-maker/DHooks2/commit/32f8f4b847714c6919584e664d3db63393a3ca7b

Can you test if that broke something...
Forum: Extensions 04-17-2020, 12:54
Replies: 883
Views: 700,563
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Can you please create a test plugin/gamedata that triggers that bug?
Showing results 1 to 25 of 54

 
Forum Jump

All times are GMT -4. The time now is 18:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode