box64 icon indicating copy to clipboard operation
box64 copied to clipboard

Counter Strike 2 Dedicated Server Failed to load tier0

Open fm360 opened this issue 2 years ago • 22 comments

Every time I try to launch CS2 dedicated server, I keep getting a libtier0 error but this is a steam library so I'm not sure what the problem is on my end

BOX64_LOG=1 ./cs2 -dedicated Debug level is 1 Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores` Params database has 27 entries Box64 with Dynarec v0.2.5 072311b2 built on Oct 6 2023 22:58:42 Counted 25 Env var BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ Looking for ./cs2 argv[1]="-dedicated" Rename process to "cs2" Using native(wrapped) libdl.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) libutil.so.1 Using native(wrapped) librt.so.1 Using emulated /home/farbod/cs2-ds/game/bin/linuxsteamrt64/libtier0.so Using native(wrapped) libm.so.6 Using native(wrapped) libuuid.so.1 Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x102448b58 (0xbf146) Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x102449918 (0xc0cc6) Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x10244a1e8 (0xc1e66) Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x10244aba8 (0xc31e6) Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x10244b548 (0xc4526) Error: Symbol __isoc99_vswscanf not found, cannot apply R_X86_64_JUMP_SLOT @0x10244b598 (0xc45c6) in /home/farbod/cs2-ds/game/bin/linuxsteamrt64/libtier0.so Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x10244c530 (0xc64f6) Look for pthread_yield in loaded elfs Found symbol with version GLIBC_2.17, value = 0x7fa6b947f0 Error: relocating Plt symbols in elf libtier0.so Error initializing needed lib /home/farbod/cs2-ds/game/bin/linuxsteamrt64/libtier0.so Launcher Error: FATAL: /home/farbod/cs2-ds/game/bin/linuxsteamrt64/libtier0.so not loaded dlerror(): Cannot dlopen("/home/farbod/cs2-ds/game/bin/linuxsteamrt64/libtier0.so"/0x10201c410, 2)

Launcher Error: Failed to load tier0

fm360 avatar Oct 07 '23 21:10 fm360

Ok, I have added the missing wrapped function. You can update box64 and try again.

ptitSeb avatar Oct 08 '23 07:10 ptitSeb

Alright, I updated box64 however I am getting another problem, although im not sure if its because of box64 or the hardware I am using.

BOX64_LOG=1 ./cs2 -dedicated Debug level is 1 Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores Params database has 27 entries Box64 with Dynarec v0.2.5 3d974436 built on Oct 8 2023 13:22:05 Counted 25 Env var BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ Looking for ./cs2 argv[1]="-dedicated" Rename process to "cs2" Using native(wrapped) libdl.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) libutil.so.1 Using native(wrapped) librt.so.1 Using emulated /home/farbod/cs2-ds/game/bin/linuxsteamrt64/libtier0.so Using native(wrapped) libm.so.6 Using native(wrapped) libuuid.so.1 Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x102448b58 (0xbf146) Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x102449918 (0xc0cc6) Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x10244a1e8 (0xc1e66) Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x10244aba8 (0xc31e6) Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x10244b548 (0xc4526) Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x10244c530 (0xc64f6) Look for pthread_yield in loaded elfs Found symbol with version GLIBC_2.17, value = 0x7faa6847f0 Launcher Error: A CPU that supports the SSE4.2 instruction set is required.

fm360 avatar Oct 08 '23 20:10 fm360

Oh, well, support for SSE4.2 is on the todo... So, wait for a few weeks (hopefully)...

ptitSeb avatar Oct 08 '23 20:10 ptitSeb

Oh, well, support for SSE4.2 is on the todo... So, wait for a few weeks (hopefully)...

Alright, just let me know when the changes for that get pushed here and I will let you know if there are any more issues Thank You

fm360 avatar Oct 08 '23 20:10 fm360

Is there an ETA for SSE4.2 support?

fm360 avatar Oct 25 '23 20:10 fm360

It's next on my todo, but I'm on bug hunting / bug fixing for now...

ptitSeb avatar Oct 25 '23 21:10 ptitSeb

With https://github.com/ptitSeb/box64/commit/5c13f8f10ac82ca642a6c930585989cc0d75a664 I finished adding SSE 4.2 support.

ptitSeb avatar Oct 30 '23 18:10 ptitSeb

Im building the latest commit for both box64 and box86 rn. ill lyk what happens

fm360 avatar Oct 30 '23 19:10 fm360

Just to note, box86 is not compatible with SSE4.2 yet (not even SSE4.1). I did added AES-NI and another extention this week end tho.

ptitSeb avatar Oct 30 '23 19:10 ptitSeb

Ok now im getting a different error. But keep in mind that I haven't updated the game yet

BOX64_LOG=1 ./cs2 -dedicated Debug level is 1 Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores Params database has 31 entries Box64 with Dynarec v0.2.5 5c13f8f1 built on Oct 30 2023 12:20:28 Counted 24 Env var BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ Looking for ./cs2 argv[1]="-dedicated" Rename process to "cs2" Using native(wrapped) libdl.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) libutil.so.1 Using native(wrapped) librt.so.1 Using emulated /home/farbod/cs2_server/game/bin/linuxsteamrt64/libtier0.so Using native(wrapped) libm.so.6 Using native(wrapped) libuuid.so.1 Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x100c48b58 (0xbf146) Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x100c49918 (0xc0cc6) Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x100c4a1e8 (0xc1e66) Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x100c4aba8 (0xc31e6) Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x100c4b548 (0xc4526) Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x100c4c530 (0xc64f6) Look for pthread_yield in loaded elfs Found symbol with version GLIBC_2.17, value = 0x7f8dc20bc0 Using emulated /home/farbod/cs2_server/game/bin/linuxsteamrt64/libengine2.so Using emulated libsteam_api.so Using emulated libsteamnetworkingsockets.so Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x102657838 (0x100606) Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x1026579e0 (0x100956) Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x102657e88 (0x1012a6) Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x102658448 (0x101e26) Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x102658520 (0x101fd6) Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x102658c30 (0x102df6) 30232|SIGSEGV @0x7f8c68cc00 (???(0x7f8c68cc00)) (x64pc=0x100a3f4fd//home/farbod/cs2_server/game/bin/linuxsteamrt64/libtier0.so:"/home/farbod/cs2_server/game/bin/linuxsteamrt64/libtier0.so + 0x21f4fd", rsp=0x10081c3d8, stack=0x100020000:0x100820000 own=(nil) fp=0x10081c3c8), for accessing 0x681f8 (code=1/prot=0), db=0x7f8cad9458(0x7f8c68cc00:0x7f8c68ce00/0x100a3f4fd:0x100a3f5ba//home/farbod/cs2_server/game/bin/linuxsteamrt64/libtier0.so + 0x21f4fd:clean, hash:ca2d1740/ca2d1740) handler=(nil) RAX:0x00000000000681f8 RCX:0x0000000000000000 RDX:0x000000004539bb20 RBX:0x000000004539ba50 RSP:0x000000010081c3d8 RBP:0x000000010081c488 RSI:0x0000000000000001 RDI:0x0000000000000000 R8:0x0000000000000001 R9:0x0000000000000000 R10:0x0000000000000000 R11:0x0000000100c8e088 R12:0x000000004539b970 R13:0x0000007f8d03f130 R14:0x0000007f80000000 R15:0x000000004539bcc8 ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 RSP-0x20:0x0000007f80000000 RSP-0x18:0x000000004539bcc8 RSP-0x10:0x000000010081c488 RSP-0x08:0x0000000100a3fb8f RSP+0x00:0x000000000000000f RSP+0x08:0x000000004539b970 RSP+0x10:0x000000010081c458 RSP+0x18:0x0000000100a58a6a Segmentation fault

fm360 avatar Oct 30 '23 19:10 fm360

also im not sure if the box86 changes caused this but I can't log into steam anymore via steamcmd to update the game as it just gets stuck in a "retrying" loop

BOX86_LOG=1 ./steamcmd.sh +@sSteamCmdForcePlatformType linux +login anonymous +force_install_dir /home/farbod/cs2_se rver/ +app_update 730 validate +quit Debug level is 1 Dynarec for ARMv8, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096 Running on Cortex-A72 with 4 Cores Params database has 29 entries Box86 with Dynarec v0.3.3 2a1342c5 built on Oct 30 2023 12:09:14 Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/:i686/ Using default BOX86_PATH: ./:bin/ Counted 25 Env var Looking for /home/farbod/steamcmd/linux32/steamcmd steam detected argv[1]="+@sSteamCmdForcePlatformType" argv[2]="linux" argv[3]="+login" argv[4]="anonymous" argv[5]="+force_install_dir" argv[6]="/home/farbod/cs2_server/" argv[7]="+app_update" argv[8]="730" argv[9]="validate" argv[10]="+quit" Rename process to "steamcmd" Using native(wrapped) libdl.so.2 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) librt.so.1 Using native(wrapped) libm.so.6 WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. Using native(wrapped) crashhandler.so Redirecting stderr to '/home/farbod/Steam/logs/stderr.txt' Logging directory: '/home/farbod/Steam/logs' Looks like steam didn't shutdown cleanly, scheduling immediate update check [ 0%] Checking for available updates... [----] Verifying installation... Using emulated /home/farbod/steamcmd/linux32/steamconsole.so Using emulated /home/farbod/steamcmd/linux32/libtier0_s.so Using emulated /home/farbod/steamcmd/linux32/libvstdlib_s.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0xf58b8fcc (0xc736) Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0xf46c8fd8 (0xc326) Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0xf5989fe4 (0x98b6) Steam Console Client (c) Valve Corporation - version 1696019544 -- type 'quit' to exit -- Loading Steam API...Using emulated /home/farbod/steamcmd/linux32/steamclient.so Warning: Weak Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT 0xf4462fcc (0x11a2c6) Error loading needed lib steamservice.so Warning: Cannot dlopen("steamservice.so"/0xef0cc7d0, 2) dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xef0cc7d0, 2)

OK "@sSteamCmdForcePlatformType" = "linux"

Connecting anonymously to Steam Public...Retrying. . . Retrying. . . Error loading needed lib libSDL3.so.0 Warning: Cannot dlopen("libSDL3.so.0"/0xf3a48f3b, 2) Retrying. . . Retrying. . .

fm360 avatar Oct 30 '23 20:10 fm360

Not sure if it's latest box86 changes that can cause that. I added AES-NI support, so it can be, even if the tests on this extension are pretty extensive. Try to use an older box86 version and see if it fixes the issue.

ptitSeb avatar Oct 30 '23 20:10 ptitSeb

I updated the game with an older version of box86 and im still getting an error when trying to run the server

BOX64_LOG=1 ./cs2 -dedicated Debug level is 1 Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores Params database has 31 entries Box64 with Dynarec v0.2.5 5c13f8f1 built on Oct 30 2023 12:20:28 Counted 24 Env var BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ Looking for ./cs2 argv[1]="-dedicated" Rename process to "cs2" Using native(wrapped) libdl.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) libutil.so.1 Using native(wrapped) librt.so.1 Using emulated /home/farbod/cs2_server/game/bin/linuxsteamrt64/libtier0.so Using native(wrapped) libm.so.6 Using native(wrapped) libuuid.so.1 Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x100c48b58 (0xbf146) Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x100c49918 (0xc0cc6) Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x100c4a1e8 (0xc1e66) Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x100c4aba8 (0xc31e6) Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x100c4b548 (0xc4526) Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x100c4c530 (0xc64f6) Look for pthread_yield in loaded elfs Found symbol with version GLIBC_2.17, value = 0x7fa1150bc0 37954|SIGSEGV @0x7fa10ae3f4 (???(/lib/aarch64-linux-gnu/libc.so.6+0x7fa10ae3f4)) (x64pc=0x60393/???:"???", rsp=0x10081a158, stack=0x100020000:0x100820000 own=(nil) fp=0x10081a1a0), for accessing 0x6365d9e8 (code=2/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil) RSP-0x20:0x0000000010000000 RSP-0x18:0x0000000000000000 RSP-0x10:0x00000000200f0000 RSP-0x08:0x000000010081a1a0 RSP+0x00:0x00000001009b06bf RSP+0x08:0x0000000100030080 RSP+0x10:0x0000000063650000 RSP+0x18:0x0000000000000000 RAX:0x0000000000000002 RCX:0x0000000000000003 RDX:0x0000000000000003 RBX:0x0000000000000000 RSP:0x000000010081a158 RBP:0x000000010081a1a0 RSI:0x0000000000000018 RDI:0x0000000063650000 R8:0x0000000000000000 R9:0x0000000000000002 R10:0x0000000100ea0000 R11:0x0000000000000010 R12:0x0000000063650000 R13:0x0000000000000018 R14:0x0000000000000003 R15:0x0000000063650000 ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 Segmentation fault

fm360 avatar Oct 30 '23 22:10 fm360

So, you cannot login in steamcmd with latest box86?

ptitSeb avatar Oct 31 '23 06:10 ptitSeb

Ok, I fixed the issue with box86. Latest version should work just fine now. I'll try to check the CS2 server issue later.

ptitSeb avatar Oct 31 '23 09:10 ptitSeb

Tried running the CS2 DS with Box64 with Dynarec v0.2.5 113c879d and I'm getting this:

Params database has 32 entries
Counted 13 Env var
BOX64 LIB PATH: /opt/steamcmd/cs2-ds/:./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/
Looking for cs2
argv[1]="--args"
argv[2]="-dedicated"
Rename process to "cs2"
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using emulated /opt/steamcmd/cs2-ds/game/bin/linuxsteamrt64/libtier0.so
Using native(wrapped) libm.so.6
Using native(wrapped) libuuid.so.1
Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff00428b58 (0xbf146)
Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff00429918 (0xc0cc6)
Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0042a1e8 (0xc1e66)
Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0042aba8 (0xc31e6)
Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0042b548 (0xc4526)
Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0042c530 (0xc64f6)
Look for pthread_yield in loaded elfs
Found symbol with version GLIBC_2.17, value = 0xffffb9fe0300
Using emulated /opt/steamcmd/cs2-ds/game/bin/linuxsteamrt64/libengine2.so
Using emulated libsteam_api.so
Redirecting overridden malloc from symtab function for libsteam_api.so
Using emulated libsteamnetworkingsockets.so
Redirecting overridden malloc from symtab function for libsteamnetworkingsockets.so
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0165c838 (0x101606)
Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0165c9e0 (0x101956)
Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0165ce90 (0x1022b6)
Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0165d450 (0x102e36)
Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0165d528 (0x102fe6)
Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0165dc48 (0x103e26)
0204|SIGSEGV @0xffffb86b9690 (???(0xffffb86b9690)) (x64pc=0x7fff0021f5cd//opt/steamcmd/cs2-ds/game/bin/linuxsteamrt64/libtier0.so:"/opt/steamcmd/cs2-ds/game/bin/linuxsteamrt64/libtier0.so + 0x21f5cd", rsp=0x10081c588, stack=0x100020000:0x100820000 own=(nil) fp=0x10081c578), for accessing 0x1c8350 (code=2/prot=0), db=0xffffb8a91b38(0xffffb86b9690:0xffffb86b9890/0x7fff0021f5cd:0x7fff0021f68a//opt/steamcmd/cs2-ds/game/bin/linuxsteamrt64/libtier0.so + 0x21f5cd:clean, hash:6a3784d1/6a3784d1) handler=(nil)
RAX:0x00000000001c8350 RCX:0x0000ffffb906a0e0 RDX:0x0000000038fd7bb0 RBX:0x0000000038fd7ae0
RSP:0x000000010081c588 RBP:0x000000010081c638 RSI:0x0000ffffb9f49980 RDI:0x0000000038fd7cc0
 R8:0x0000000000000001  R9:0x0000000000000000 R10:0x0000000000000000 R11:0x00007fff0066d088
R12:0x0000000038fd7a00 R13:0x0000ffffb906a0e0 R14:0x0000ffff80000000 R15:0x0000000038fd7d58
ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053
RSP-0x20:0x0000ffff80000000 RSP-0x18:0x0000000038fd7d58 RSP-0x10:0x000000010081c638 RSP-0x08:0x00007fff0021fc5f
RSP+0x00:0x000000000000000f RSP+0x08:0x0000000038fd7a00 RSP+0x10:0x000000010081c608 RSP+0x18:0x00007fff00238b3a```

sebi2306 avatar Nov 10 '23 22:11 sebi2306

Any update on this? Having the same issues. Running in OCI on ubuntu arm vm. Tried older and newer builds.

meaty-popsicle avatar Dec 05 '23 09:12 meaty-popsicle

No, not yet. I have to download the server and try myself.

ptitSeb avatar Dec 05 '23 09:12 ptitSeb

any news?

epicmario7133 avatar Dec 28 '23 22:12 epicmario7133

any updates? Just ran into this issue on: Box64 with Dynarec v0.2.7 8e6ae3aa

lejio avatar Feb 09 '24 04:02 lejio

Any update? Also getting the same error:

Box64 with Dynarec v0.2.7 d0edf2e8

game@high:~/steamcmd/cs2/game/bin/linuxsteamrt64$ ./cs2 -dedicated
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Neoverse-N1 with 4 Cores
Params database has 59 entries
Box64 with Dynarec v0.2.7 d0edf2e8 built on Mar  4 2024 07:06:52
BOX64: Detected 48bits at least of address space
Counted 15 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/:/usr/x86_64-linux-gnu/lib/
BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/
Looking for ./cs2
argv[1]="-dedicated"
Rename process to "cs2"
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Using emulated /home/game/steamcmd/cs2/game/bin/linuxsteamrt64/libtier0.so
Using native(wrapped) libm.so.6
Using native(wrapped) libuuid.so.1
Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff00431b40 (0xc0156)
Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff004328f8 (0xc1cc6)
Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff004331e0 (0xc2e96)
Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff00433b88 (0xc41e6)
Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff00434538 (0xc5546)
Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff00435530 (0xc7536)
Look for pthread_yield in loaded elfs
Found symbol with version GLIBC_2.17, value = 0xffffa5760cc0
Using emulated /home/game/steamcmd/cs2/game/bin/linuxsteamrt64/libengine2.so
Using emulated libsteam_api.so
Using emulated libsteamnetworkingsockets.so
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff016cbe60 (0x108696)
Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff016cc060 (0x108a96)
Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff016cc590 (0x1094f6)
Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff016ccc48 (0x10a266)
Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff016ccd40 (0x10a456)
Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff016cd598 (0x10b506)
15921|SIGSEGV @0xffffa39efd78 (???(0xffffa39efd78)) (x64pc=0x7fff00227a7d//home/game/steamcmd/cs2/game/bin/linuxsteamrt64/libtier0.so:"/home/game/steamcmd/cs2/game/bin/linuxsteamrt64/libtier0.so + 0x227a7d", rsp=0xffffa548cda0, stack=0xffffa4c90000:0xffffa5490000 own=(nil) fp=0xffffa548cd90), for accessing 0xbc38 (code=1/prot=0), db=0xffffa3c6b748(0xffffa39efd78:0xffffa39eff78/0x7fff00227a7d:0x7fff00227b3a//home/game/steamcmd/cs2/game/bin/linuxsteamrt64/libtier0.so + 0x227a7d:clean, hash:200d0513/200d0513) handler=(nil)
RAX:0x000000000000bc38 RCX:0x00007fff01787fa0 RDX:0x00000000529180f0 RBX:0x0000000052918000 
RSP:0x0000ffffa548cda0 RBP:0x0000ffffa548ce50 RSI:0x0000ffffa56c9ec0 RDI:0x0000000052918200 
 R8:0x0000000000000001  R9:0x0000000000000000 R10:0x00007fff00678780 R11:0x00007fff005762b8 
R12:0x0000000052917f40 R13:0x00007fff01787fa0 R14:0x00007fff00000000 R15:0x0000000052918298 
ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 
RSP-0x20:0x00007fff00000000 RSP-0x18:0x0000000052918298 RSP-0x10:0x0000ffffa548ce50 RSP-0x08:0x00007fff0022810f
RSP+0x00:0x0000000000000000 RSP+0x08:0x0000000000000000 RSP+0x10:0x0000000000000000 RSP+0x18:0x00007fff00321dc8
Segmentation fault

Wilzzu avatar Mar 05 '24 01:03 Wilzzu

54603|SIGSEGV @0x7f5c7e65c8 (???(0x7f5c7e65c8)) (x64pc=0x3f190e9474/"libv8_libcpp.so/_ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi + 0x4", rsp=0x7fb28ec880, stack=0x7fb20f0000:0x7fb28f0000 own=(nil) fp=0x7fb28ec950), for accessing 0x10 (code=1/prot=0), db=0x7f5c441be8(0x7f5c7e65c0:0x7f5c7e67f0/0x3f190e9470:0x3f190e94c9/libv8_libcpp.so/_ZNK10__cxxabiv120__si_class_type_info27has_unambiguous_public_baseEPNS_19__dynamic_cast_infoEPvi:clean, hash:4e171435/4e171435) handler=(nil)
RAX:0x0000003f19107a58 RCX:0x0000003f2373faa0 RDX:0x0000000000000006 RBX:0x00000000803c7100 
RSP:0x0000007fb28ec880 RBP:0x0000007fb28ec880 RSI:0x0000000000000000 RDI:0x0000003f23737c10 
 R8:0x00000000803c7100  R9:0x0000003f2373ef50 R10:0x0000000000000008 R11:0x0000003f238de688 
R12:0x0000003f2373faa0 R13:0x0000003f2373ef50 R14:0x0000000000000000 R15:0x0000000000000000 
ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 
RSP-0x20:0x0000007f4137af6b RSP-0x18:0x0000003f23448a82 RSP-0x10:0x0000007fb28ec8e0 RSP-0x08:0x0000003f232c9ee0
RSP+0x00:0x0000000000000000 RSP+0x08:0x0000003f015a8a06 RSP+0x10:0x00000000803c7100 RSP+0x18:0x0000007fb28ec8a0
Segmentation fault

Different error. Would love for this to work.

okoklets avatar Aug 12 '24 20:08 okoklets

@fm360 @sebi2306 @okoklets is this still an issue with the latest version of Box64?

LukeShortCloud avatar Jul 20 '25 15:07 LukeShortCloud