Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0185|0x7d93476: Unimplemented Opcode (66 0F 28 D3) 66 0F 3A 0D D7 01 66 0F 28 C7 66 0F C6 C3 01 #1246

Closed
sonroyaalmerol opened this issue Feb 4, 2024 · 2 comments

Comments

@sonroyaalmerol
Copy link

Hi, I'm trying to run a Palworld server with box64 but I'm getting an unimplemented opcode error.

./PalServer.sh -queryport=27015
Debug level is 1
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 INFO[2024-02-04T23:03:49Z] read crontab: /home/steam/server/crontab     
Running on Neoverse-N1 with 4 Cores
Params database has 24 entries
Box64 with Dynarec v0.2.3 d0acd59a built on Jun 11 2023 02:26:20
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 51 Env var
Looking for /palworld/Pal/Binaries/Linux/PalServer-Linux-Test
argv[1]="Pal"
argv[2]="-queryport=27015"
Rename process to "PalServer-Linux-Test"
Using native(wrapped) libpthread.so.0
Using native(wrapped) libdl.so.2
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 /palworld/Pal/Binaries/Linux/../../../Engine/Binaries/ThirdParty/Steamworks/Steamv153/x86_64-unknown-linux-gnu/libsteam_api.so
Using emulated /palworld/Pal/Binaries/Linux/../../../Engine/Binaries/Linux/libEOSSDK-Linux-Shipping.so
Using native(wrapped) libm.so.6
Using emulated /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
Warning: Global Symbol _ZTHN2UE5Trace7Private15GTlsWriteBufferE not found, cannot apply R_X86_64_GLOB_DAT @0xb6da100 ((nil)) in /palworld/Pal/Binaries/Linux/PalServer-Linux-Test
Shutdown handler: initalize.
Increasing per-process limit of core file size to infinity.
- Existing per-process limit (soft=18446744073709551615, hard=18446744073709551615) is enough for us (need only 18446744073709551615)
Using emulated /home/steam/steamcmd/linux64/steamclient.so
Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x114cedad8 (0xac9f10)
Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x114cedae0 (0xac9f10)
Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x114cedae8 (0xac9f10)
Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x114cedaf0 (0xac9f10)
[S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
Using native(wrapped) crashhandler.so
CAppInfoCacheReadFromDiskThread took 38 milliseconds to initialize
Using emulated /home/steam/steamcmd/linux64/steamservice.so
Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x11705dad8 (0xac9f10)
Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x11705dae0 (0xac9f10)
Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x11705dae8 (0xac9f10)
Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x11705daf0 (0xac9f10)
Steam Service Error: Failed to get Steam Service Start function
Setting breakpad minidump AppID = 2394010
Using emulated /home/steam/steamcmd/linux64/libsteam.so
Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x11705dad8 (0xac9f10)
Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x11705dae0 (0xac9f10)
Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x11705dae8 (0xac9f10)
Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x11705daf0 (0xac9f10)
[S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
0185|0x7d93476: Unimplemented Opcode (66 0F 28 D3) 66 0F 3A 0D D7 01 66 0F 28 C7 66 0F C6 C3 01
Signal 11 caught.
Malloc Size=262146 LargeMemoryPoolOffset=262162 
CommonUnixCrashHandler: Signal=11
Signal 11 caught.
Malloc Size=262146 LargeMemoryPoolOffset=524338 
CommonUnixCrashHandler: Signal=11
Signal 11 caught.
Malloc Size=262146 LargeMemoryPoolOffset=786514 
CommonUnixCrashHandler: Signal=11
@ksco
Copy link
Collaborator

ksco commented Feb 5, 2024

66 0F 3A 0D D7 01 is blendpd xmm2, xmm7, 0x01 (SSE 4.1), which is implemented a few months ago, please update your box64 and retry.

@sonroyaalmerol
Copy link
Author

My bad. I didn't realize my version was outdated. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants