You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, as of recent I have been able to run any sourcemod due to an error with Source SDK 2013.
The error is:
src/tcmalloc.cc:278] Attempt to free invalid pointer 0xa03dad0 $HOME/.local/share/Steam/steamapps/common/Source SDK Base 2013 Multiplayer/hl2.sh: line 72: 28161 Aborted (core dumped) ${GAME_DEBUGGER} "${GAMEROOT}"/${GAMEEXE} "$@"
My first reaction was to verify the files, reinstall the SDK, restart steam etc. However there was no effect.
I have tried a few methods to fix this error, I tried replacing bin/libtcmalloc_minimal.s0.4 with the 64bit version from my package manager and installing it there, however I then get:
$HOME/.local/share/Steam/steamapps/common/Source SDK Base 2013 Multiplayer/hl2_linux: error while loading shared libraries: libtcmalloc_minimal.so.4: wrong ELF class: ELFCLASS64
Which makes sense, as the original is a 32 bit version.
So at that point I look up the 32 bit version, install it, and copy the 32 bit version of libtcmalloc_minimal into bin. But I am back to the same original error.
I can't find/think of anything else unfortunately, does anyone have any ideas?
Please let me know if you'd like any more info.
The text was updated successfully, but these errors were encountered:
Hello, as of recent I have been able to run any sourcemod due to an error with Source SDK 2013.
The error is:
src/tcmalloc.cc:278] Attempt to free invalid pointer 0xa03dad0 $HOME/.local/share/Steam/steamapps/common/Source SDK Base 2013 Multiplayer/hl2.sh: line 72: 28161 Aborted (core dumped) ${GAME_DEBUGGER} "${GAMEROOT}"/${GAMEEXE} "$@"
My first reaction was to verify the files, reinstall the SDK, restart steam etc. However there was no effect.
I have tried a few methods to fix this error, I tried replacing bin/libtcmalloc_minimal.s0.4 with the 64bit version from my package manager and installing it there, however I then get:
$HOME/.local/share/Steam/steamapps/common/Source SDK Base 2013 Multiplayer/hl2_linux: error while loading shared libraries: libtcmalloc_minimal.so.4: wrong ELF class: ELFCLASS64
Which makes sense, as the original is a 32 bit version.
So at that point I look up the 32 bit version, install it, and copy the 32 bit version of libtcmalloc_minimal into bin. But I am back to the same original error.
I can't find/think of anything else unfortunately, does anyone have any ideas?
Please let me know if you'd like any more info.
The text was updated successfully, but these errors were encountered: