This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
forked from Micke90s/core-keeper-dedicated
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7ba3d5
commit 2891661
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#### Status | ||
- [x] Build | ||
- [ ] Run | ||
- [ ] Game | ||
- [ ] Optimize | ||
|
||
Stuck with the following error: | ||
``` | ||
core-keeper | Loading Steam API...Error: Symbol execvpe not found, cannot apply R_386_JMP_SLOT 0x66cfb324 (0x1308f6) in /home/steam/steamcmd/linux32/steamclient.so | ||
core-keeper | Error: relocating Plt symbols in elf steamclient.so | ||
core-keeper | dlmopen steamclient.so failed: Cannot dlopen("steamclient.so"/0x641dd8e0, 2) | ||
core-keeper | | ||
core-keeper | Error: Symbol execvpe not found, cannot apply R_386_JMP_SLOT 0x66cfb324 (0x1308f6) in /home/steam/.steam/sdk32/steamclient.so | ||
core-keeper | Error: relocating Plt symbols in elf steamclient.so | ||
core-keeper | dlmopen /home/steam/.steam/sdk32/steamclient.so failed: Cannot dlopen("/home/steam/.steam/sdk32/steamclient.so"/0x641dd8e0, 2) | ||
core-keeper | | ||
core-keeper | Error: Symbol execvpe not found, cannot apply R_386_JMP_SLOT 0x67bab324 (0x1308f6) in /home/steam/steamcmd/linux32/steamclient.so | ||
core-keeper | Error: relocating Plt symbols in elf steamclient.so | ||
core-keeper | dlmopen steamclient.so failed: Cannot dlopen("steamclient.so"/0x641dd8e0, 2) | ||
core-keeper | | ||
core-keeper | src/common/steam/client_api.cpp (587) : ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed, most likely because you are missing a 32-bit dependency of steamclient.so (the Steam client is a 32-bit app). | ||
core-keeper | | ||
core-keeper | [2024-11-09 13:36:03] Server binary not found after installation | ||
``` |