Skip to content

Instantly share code, notes, and snippets.

@Yardanico
Created February 5, 2017 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yardanico/f073f2c51ebd1323a200c20f6bd67563 to your computer and use it in GitHub Desktop.
Save Yardanico/f073f2c51ebd1323a200c20f6bd67563 to your computer and use it in GitHub Desktop.
AimTux crash
Thread 1 "csgo_linux64" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58
58 ../sysdeps/unix/sysv/linux/raise.c: Нет такого файла или каталога.
(gdb) bt
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58
#1 0x00007f859a0733ea in __GI_abort () at abort.c:89
#2 0x00007f85995a558d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x00007f85995a3336 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4 0x00007f85995a3381 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5 0x00007f85995a3599 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00007f85995cce6f in std::__throw_length_error(char const*) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#7 0x00007f859963861e in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace_aux(unsigned long, unsigned long, unsigned long, char) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#8 0x00007f855064521b in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::insert (__c=32 ' ', __n=<optimized out>,
__pos=<optimized out>, this=0x7ffd17234690) at /usr/include/c++/6/bits/basic_string.h:1505
#9 Util::PadStringRight (
text=" \001\v\017 \020\001\t\v\006\017\v\n\016\020\017\255\020\t\t\255\006\006\v\255\016\230\017 \020 \t \006 \v \016 \017 \020 \t \006 \v \016 \017 \020 \t \006 \v \016 \017 \020 \t \006 \v \016 \230", value=<optimized out>) at /home/tiber/AimTux/src/Utils/util.cpp:36
#10 0x00007f85505f4efe in NameChanger::BeginFrame (frameTime=frameTime@entry=0.00340699987) at /home/tiber/AimTux/src/Hacks/namechanger.cpp:95
#11 0x00007f85506018fe in Hooks::BeginFrame (thisptr=0x7f858b0729e0, frameTime=0.00340699987) at /home/tiber/AimTux/src/Hooks/BeginFrame.cpp:6
#12 0x00007f858eaefdf6 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#13 0x00007f858eb104b7 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#14 0x00007f858eb124d5 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#15 0x00007f858eb13472 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#16 0x00007f858eb2b706 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#17 0x00007f858eb2bab4 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#18 0x00007f858ec2d39f in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#19 0x00007f858ec2935c in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#20 0x00007f858ec29499 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#21 0x00007f858ed85509 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#22 0x00007f858ec2b326 in ?? () from /home/tiber/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#23 0x00007f8596d13b89 in ?? ()
#24 0x00007ffd17235240 in ?? ()
#25 0x0000000000000001 in ?? ()
#26 0x00007ffd17235080 in ?? ()
#27 0x00007f8596d13b89 in ?? ()
#28 0x0000000000000002 in ?? ()
#29 0x00007ffd17235438 in ?? ()
#30 0x00007ffd17235350 in ?? ()
#31 0x00007f8596cf0f69 in ?? ()
#32 0x00007f8596f34ab0 in ?? ()
#33 0x000000000311a780 in ?? ()
#34 0x0000000000000010 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment