Closed polyzium closed 4 years ago
Yes. Same.
use spacehook tf
@xDyln nice stealing code. Why you copy-pasting code instead taking original commits?
Since Fuzion is open source I think it's ok that there's another fork of Fuzion, but with other name...
It's not fork it's paste without keeping git history. And don't forget that contributors still own their lines of code.
:ghost:
Seriously let's solve the issue of crashes... I ran ./debug
several times, here are the results:
Attempt 1 (injected when in main menu, crashed when loading on "Loading..." string):
Thread 1 "csgo_linux64" received signal SIGSEGV, Segmentation fault.
0x00007fe0162ebb0e in ?? ()
from /home/polyzium/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/panorama_client.so
Attempt 2 (injected when in main menu, crashed when loading on "Initializing world..." string):
Thread 1 "csgo_linux64" received signal SIGSEGV, Segmentation fault.
0x00007f65343802f3 in tcmalloc::ThreadCache::ReleaseToCentralCache(tcmalloc::ThreadCache::FreeList*, unsigned long, int) ()
from /home/polyzium/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/libtcmalloc_minimal.so.0
If I encounter more crashes I'll post them here.
I've been seeing these as well, but they seem to be generic. Do they pertain to the hack?
They are not related to Fuzion.
Is there something we can do to patch them? Edit: by "we" I mean individually.
I'm not sure. It's CSGO issue.
Thread 1 "csgo_linux64" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51 in ../sysdeps/unix/sysv/linux/raise.c
I can't really reproduce it lol, I did have it once while spam dropping negevs like 3 days ago
I find that these crashes caused by CS:GO are entirely random, and hardly reproduceable.
From what I know, all three are tied to pano (but I could be wrong).
I want to go on a limb and say the hack does cause the problems at some point, because the game itself isn't crashing like this
But I (and I'm sure any of the contribs) would be hard pressed to find a culprit...
It's not fork it's paste without keeping git history. And don't forget that contributors still own their lines of code.
wonder what open source means?
@xdovahkinx This may be related to the Fuzion Panorama test. Would the issue be solved if we remove all the related code?
that's what I thought but it doesn't hook anything.
The code is only called when you open the menu ( or press DEL ), I don't think it's why
@polyzium what distro r u using?
Currently I'm on Ubuntu 18.04 LTS.
I'm curious if the distro has fault in some capacity
@xdovahkinx Antergos Linux (an Arch fork which is now dead), maybe outdated libraries are the source of the problem (I don't update my system daily). A friend of mine also tried injecting on Manjaro, he still encounters frequent crashes.
Well everything on my system is up to date on arch, so I doubt it's anything outdated
I also am up to date, but that doesn't mean an older lib isnt at fault. I kinda doubt distro problems though.
this also happens on my cheat and it didn't a few updates before. it usually happens when you click menu elements, type in console or when you join a game for the first time. although it's random and it's more likely not to crash at all.
I mean, its clearly a crash, because game crashes... I'm experiencing crashes with the above errors both including the actions and outside of those actions..
Or Specifically:
#12 DrawPlayerText (player=player@entry=0x7f6dc7973010,
localplayer=localplayer@entry=0x7f6dc8ca6010, x=514, y=353, w=7, h=15)
at /dev_null/Fuzion/.debug/src/Hacks/esp.cpp:957
#13 0x00007f6e0ee5b040 in DrawPlayer (player=0x7f6dc7973010)
at /dev_null/Fuzion/.debug/src/Hacks/esp.cpp:1066
---Type <return> to continue, or q <return> to quit---
#14 ESP::Paint () at /dev_null/Fuzion/.debug/src/Hacks/esp.cpp:1619
#15 0x00007f6e0ee78474 in Hooks::Paint (thisptr=<optimized out>,
mode=<optimized out>) at /dev_null/Fuzion/.debug/src/Hooks/Paint.cpp:48
My guess is ESP info for money is broken...
@xdovahkinx fixed, ironically the only sprintf in the entire code overflows
@LWSS, sorry, my bad! Ref issue: https://github.com/LWSS/Fuzion/issues/349
CSGO now more randomly crashes when Fuzion is injected, most notably in the main menu.