-
Notifications
You must be signed in to change notification settings - Fork 144
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
Game Crash after Update on CSGO #695
Comments
Same here, i got this error in steam when injecting. (process:7555): GLib-GObject-CRITICAL **: 21:43:44.128: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Does any one have this? |
Put a gdb log here or else you will receive no help |
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". |
it is time to skill play) |
Against cheater? No way |
CSGO Freezes: Fedora 36
Problem is here: Hooker::FindNagleTime () at /home/censored/Fuzion/src/hooker.cpp:571 g_nagleTime = (int32_t)GetAbsoluteAddress(line + 27, 2, 10);* |
No solution yet for ubuntu? Can anybody fix this. Really hate cannot compete with hacker. They win arragontly!! |
hotfix: comment out these lines: Line 63 in 0a4d775
Fuzion/src/Hacks/sdrsettings.cpp Line 8 in 0a4d775
this will break nagle time in the misc tab |
@acuifex can you educate me on what the nagleTime does? And thank you for the suggestion, this hotfix works. |
honestly i have no idea. i think it has something to do with stacking smaller packets into a bigger packet to send to a steam proxy server |
I could explain it, but I'm bad at it, so I'm just going to drop the wikipedia page for it here and everyone can educate themselves about it |
@acuifex @Sumandora let me clarify - I'm just unclear on how this function is used in the cheat, is it for the fake lag or backtrack feature? |
It just disables a network optimization, which is sacrificing latency for bandwidth. |
still crashes with same error |
... i don't see an error? |
Need to |
How is an ./update different from a ./build? |
Lines 4 to 6 in 0a4d775
update pulls and calls build. |
after commenting and updating when i load fuzion it says "Fuzion is already injected, aborting..." |
|
wht?? its not injected it just says it is |
build again. probably a library name collision |
Yeah It worked after re building |
Do pull request |
Hi, im injecting and the game crash, was an update today of CSGO, maybe cuz of this?
Any Solution? :)
The text was updated successfully, but these errors were encountered: