danielkrupinski / Osiris

Cross-platform game hack for Counter-Strike 2 with Panorama-based GUI.
MIT License
3.35k stars 960 forks source link

Segmentation fault. #3829

Closed ReShout876 closed 2 years ago

ReShout876 commented 2 years ago

I updated the cheat, crashes upon injecting. I tried to debug (I didnt do this in a long time), and I got this

Thread 1 "csgo_linux64" received signal SIGSEGV, Segmentation fault.
0x00007fd83f6e137e in inventory_changer::game_integration::Items::getStickers(Interfaces const&, inventory_changer::game_items::Storage&) [clone .constprop.0] () from /home/reshout/Osiris/Release/libOsiris.so

image
waiting for a fix :pray:

Edit:
been asked to show the backtrace

#0  0x00007ff2e86fb37e in inventory_changer::game_integration::Items::getStickers(Interfaces const&, inventory_changer::game_items::Storage&) [clone .constprop.0] () from /home/reshout/Osiris/Release/libOsiris.so
#1  0x00007ff2e87014a3 in inventory_changer::game_integration::createGameItemStorage(Interfaces const&, inventory_changer::game_integration::Items&) [clone .constprop.0] () from /home/reshout/Osiris/Release/libOsiris.so
#2  0x00007ff2e86f7d5a in inventory_changer::createInventoryChanger(Interfaces const&, Memory const&) [clone .constprop.0] () from /home/reshout/Osiris/Release/libOsiris.so
#3  0x00007ff2e86facea in inventory_changer::InventoryChanger::instance(Interfaces const&, Memory const&) [clone .constprop.0] () from /home/reshout/Osiris/Release/libOsiris.so
#4  0x00007ff2e8685516 in frameStageNotify(void*, csgo::FrameStage) [clone .lto_priv.0] ()
   from /home/reshout/Osiris/Release/libOsiris.so
#5  0x00007ff30b724cff in ?? ()
   from /home/reshout/Games/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#6  0x00007ff30b720bf2 in ?? ()
   from /home/reshout/Games/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#7  0x00007ff30b720d1a in ?? ()
   from /home/reshout/Games/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#8  0x00007ff30b916279 in ?? ()
   from /home/reshout/Games/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#9  0x00007ff30b72288c in ?? ()
   from /home/reshout/Games/steamapps/common/Counter-Strike Global Offensive/bin/linux64/engine_client.so
#10 0x00007ff32e839d59 in ?? ()
#11 0x00007ffe662b8bf0 in ?? ()
#12 0x0000000000000001 in ?? ()
#13 0x00007ffe662b8bb0 in ?? ()
#14 0x00007ff32e839d59 in ?? ()
#15 0x00007ffe662b8cc0 in ?? ()
#16 0x00007ffe662b8bf0 in ?? ()

image

boofiboi commented 2 years ago

Seems like the cheat is crashing while the inventory changer scans for stickers, could be a simple fix?

ReShout876 commented 2 years ago

It could be, now we just have to wait for @danielkrupinski to fix.