JBMod / jbmod

Official bug tracker and request tracker for JBMod
https://www.jbmod.com/
14 stars 1 forks source link

JBMod crash on Linux system with LLVM16 on AMD GPU #98

Open sekalengrengginang opened 7 months ago

sekalengrengginang commented 7 months ago

Describe the bug A clear and concise description of what the bug is.

LLVM16 broke tcmalloc for source 1 based game upstream issue To Reproduce Steps to reproduce the behavior:

  1. Run the game on Linux distribution like Fedora 38+,Ubuntu 23.10
  2. The game will crash because tcmalloc issue with LLVM16

Expected behavior The game crash

Additional context Replacing libtcmalloc_minimal.so.4 with newer version can fix this issue