Skip to content
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 on load config #647

Open
suverg opened this issue Jul 19, 2021 · 3 comments
Open

game crash on load config #647

suverg opened this issue Jul 19, 2021 · 3 comments

Comments

@suverg
Copy link

suverg commented Jul 19, 2021

debug that i got

Thread 1 "csgo_linux64" received signal SIGSEGV, Segmentation fault.
0x00007fbb328727e4 in Json::Value::CZString::CZString(Json::Value::CZString const&) () from /libseaudit.so
(gdb) #0 0x00007fbb328727e4 in Json::Value::CZString::CZString(Json::Value::CZString const&) () from /libseaudit.so
#1 0x00007fbb328752bf in Json::ValueIteratorBase::key() const ()
from /libseaudit.so
#2 0x00007fbb328c9ba7 in Settings::LoadConfig(std::__cxx11::basic_string<char, std::char_traits, std::allocator >) () from /libseaudit.so
#3 0x00007fbb327a20e9 in Configs::RenderWindow() () from /libseaudit.so
#4 0x00007fbb327a8902 in UI::SetupWindows() () from /libseaudit.so
#5 0x00007fbb3289924a in ?? () from /libseaudit.so
#6 0x00007fbbf0b78ca4 in ?? ()
#7 0x00007ffe41ea0f90 in ?? ()
#8 0x00000000081aa000 in ?? ()
#9 0x00007fbbeffcbbe0 in ?? ()
from /home/hudai/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/libtogl_client.so
#10 0x00007fbbeffcbbd8 in ?? ()
from /home/hudai/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/libtogl_client.so
#11 0x00007ffe41ea0fe0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) #0 0x00007fbb328727e4 in Json::Value::CZString::CZString(Json::Value::CZString const&) () from /libseaudit.so
#1 0x00007fbb328752bf in Json::ValueIteratorBase::key() const ()
from /libseaudit.so
#2 0x00007fbb328c9ba7 in Settings::LoadConfig(std::__cxx11::basic_string<char, std::char_traits, std::allocator >) () from /libseaudit.so
#3 0x00007fbb327a20e9 in Configs::RenderWindow() () from /libseaudit.so
#4 0x00007fbb327a8902 in UI::SetupWindows() () from /libseaudit.so
#5 0x00007fbb3289924a in ?? () from /libseaudit.so
#6 0x00007fbbf0b78ca4 in ?? ()
#7 0x00007ffe41ea0f90 in ?? ()
#8 0x00000000081aa000 in ?? ()
#9 0x00007fbbeffcbbe0 in ?? ()
from /home/hudai/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/libtogl_client.so
#10 0x00007fbbeffcbbd8 in ?? ()
from /home/hudai/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/libtogl_client.so
#11 0x00007ffe41ea0fe0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) backtrace
#0 0x00007fbb328727e4 in Json::Value::CZString::CZString(Json::Value::CZString const&) () from /libseaudit.so
#1 0x00007fbb328752bf in Json::ValueIteratorBase::key() const ()
from /libseaudit.so
#2 0x00007fbb328c9ba7 in Settings::LoadConfig(std::__cxx11::basic_string<char, std::char_traits, std::allocator >) () from /libseaudit.so
#3 0x00007fbb327a20e9 in Configs::RenderWindow() () from /libseaudit.so
#4 0x00007fbb327a8902 in UI::SetupWindows() () from /libseaudit.so
#5 0x00007fbb3289924a in ?? () from /libseaudit.so
#6 0x00007fbbf0b78ca4 in ?? ()
#7 0x00007ffe41ea0f90 in ?? ()
#8 0x00000000081aa000 in ?? ()
#9 0x00007fbbeffcbbe0 in ?? ()
from /home/hudai/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/libtogl_client.so
#10 0x00007fbbeffcbbd8 in ?? ()
from /home/hudai/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/bin/linux64/libtogl_client.so
#11 0x00007ffe41ea0fe0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

@acuifex
Copy link

acuifex commented Jul 19, 2021

@LWSS possibly open-source-parsers/jsoncpp#1205 ?
probably gcc bug, try upgrading/downgrading

edit: and also please tell the gcc version

@acuifex
Copy link

acuifex commented Jul 20, 2021

@TimDiam0nd try adding -fno-lto here and check if that changes anything

@acuifex
Copy link

acuifex commented Jul 21, 2021

@acuifex
just tried it, exactly the same. still crashes after saying successfully injected

Successfully injecting? are you having issues with config or with cheat loading?
if the second, try following #621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants