diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/819 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/819')
| -rw-r--r-- | results/scraper/box64/819 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/results/scraper/box64/819 b/results/scraper/box64/819 new file mode 100644 index 000000000..8d68b0260 --- /dev/null +++ b/results/scraper/box64/819 @@ -0,0 +1,35 @@ +steamclient.so error while trying to init ARK Dedicated Server +Hello, people! I tried to run ARK Dedicated Server on Box64 at leatest version, but I get a `steamclient.so` error. When I try to start the ARK Dedicated server, i recive this error: +``` +[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. +Error loading needed lib steamclient.so +Warning: Cannot dlopen("steamclient.so"/0xffff84e79559, 2) +dlopen failed trying to load: +steamclient.so +with error: +Cannot dlopen("steamclient.so"/0xffff84e79559, 2) + +[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so. +[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. +Error loading needed lib steamclient.so +Warning: Cannot dlopen("steamclient.so"/0xffff84e79559, 2) +dlopen failed trying to load: +steamclient.so +with error: +Cannot dlopen("steamclient.so"/0xffff84e79559, 2) + +[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so. +``` +I search for closed issues, but didn't find anything like this. I really don't know how to fix it. How can I get rid of this error? + +<hr> + +## System info: + +`box64 -v`: +``` +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Neoverse-N1 with 4 Cores +Params database has 9 entries +Box64 with Dynarec v0.2.3 900f3877 built on Mar 22 2023 07:33:12 + ``` +`uname -r`: `5.15.0-1036-oracle` \ No newline at end of file |