portal2
portal2 copied to clipboard
Crash on launch using vulkan (src/tcmalloc.cc:289] Attempt to free invalid pointer 0x5b1623c0)
When adding the "-vulkan" launch parameter to Portal 2, the game will crash. It launches fine using OpenGL, without the "-vulkan" flag. Left 4 Dead 2 also launches fine using "-vulkan". Here is suspicious terminal output when Portal 2 is launching. Full log included.
Fossilize INFO: Overriding serialization path: "/home/lokiju420_-/.local/share/Steam/steamapps/shadercache/620/fozpipelinesv5/steamapprun_pipeline_cache".
info: DXVK: Read 0 valid state cache entries
info: DXVK: Using 2 compiler threads
src/tcmalloc.cc:289] Attempt to free invalid pointer 0x5b1623c0
Here's my system information from Steam.
https://github.com/shoober420/rootscripts/blob/main/home/shoober420/sysinfoamd
Same for me just diffirent pointer
There is the same behavior when launching CSGO now with the vulkan update.
https://github.com/ValveSoftware/csgo-osx-linux/issues/2895
Using the fix from this CSGO issue thread fixed the for me.
https://github.com/ValveSoftware/csgo-osx-linux/issues/2887
Delete the current libtcmalloc_minimal.so file in the "Portal 2/bin/linux32" directory and then copy the 32bit version of libtcmalloc_minimal.so from the /usr/lib directory into the "Portal 2/bin/linux32" directory.