JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.09k stars 1.04k forks source link

Crash on Raspberrypi 32bit os with 64bit kernel mode with docker #3030

Closed KamilLenica closed 11 months ago

KamilLenica commented 11 months ago

Checklist

ASF version

justarchi/archisteamfarm:latest

ASF variant

docker-linux/arm/v7

Bug description

Container bootloops

Expected behavior

Aplication should start

Actual behavior

App crashes Just after login to steam

Steps to reproduce

1.Start armv7 docker with account setup and wait for login

Possible reason/solution

No response

Can you help us with this bug report?

Somehow, I can test and offer feedback, but can't code

Full log.txt recorded during reproducing the problem

2023-10-17 22:27:33|ArchiSteamFarm-14|INFO|MAIN|Start() Starting...
2023-10-17 22:27:33|ArchiSteamFarm-14|INFO|BOT1|Start() Starting...
2023-10-17 22:27:33|ArchiSteamFarm-14|INFO|BOT2|Start() Starting...
2023-10-17 22:27:34|ArchiSteamFarm-14|INFO|BOT2|Connect() Connecting...
2023-10-17 22:27:35|ArchiSteamFarm-14|INFO|BOT2|OnConnected() Connected to Steam!
2023-10-17 22:27:35|ArchiSteamFarm-14|INFO|BOT2|OnConnected() Logging in...
2023-10-17 22:27:36|ArchiSteamFarm-14|INFO|BOT2|OnLoggedOn() Successfully logged on as 76[REDACTED]76.
2023-10-17 22:27:36|ArchiSteamFarm-14|FATAL|ASF|OnUnhandledException() System.ArgumentNullException: Value cannot be null. (Parameter 'webAPIUserNonce')
   at ArchiSteamFarm.Steam.Integration.ArchiWebHandler.Init(UInt64 steamID, EUniverse universe, String webAPIUserNonce, String parentalCode)
   at ArchiSteamFarm.Steam.Bot.OnLoggedOn(LoggedOnCallback callback)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
2023-10-17 22:27:36|ArchiSteamFarm-14|ERROR|ASF|Exit() Exiting with nonzero error code!
2023-10-17 22:27:36|ArchiSteamFarm-14|INFO|Microsoft.Hosting.Lifetime|Application is shutting down...
2023-10-17 22:27:36|ArchiSteamFarm-14|DEBUG|BOT2|Refresh() There are no apps that require a refresh on this bot instance.
2023-10-17 22:27:36|ArchiSteamFarm-14|INFO|BOT2|Stop() Stopping...
2023-10-17 22:27:36|ArchiSteamFarm-14|INFO|BOT1|Stop() Stopping...
2023-10-17 22:27:36|ArchiSteamFarm-14|INFO|MAIN|Stop() Stopping...
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'webAPIUserNonce')
   at ArchiSteamFarm.Steam.Integration.ArchiWebHandler.Init(UInt64 steamID, EUniverse universe, String webAPIUserNonce, String parentalCode)
   at ArchiSteamFarm.Steam.Bot.OnLoggedOn(LoggedOnCallback callback)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
Aborted
]0;ArchiSteamFarm V5.4.10.3 (linux-arm/736141a4-f4d7-4ece-8510-c990215a25ba | .NET 7.0.11; debian.11-arm; Linux 6.1.54-v8+ #1682 SMP PREEMPT Wed Sep 20 15:19:57 BST 2023)2023-10-17 22:27:39|ArchiSteamFarm-13|INFO|ASF|InitCore() ArchiSteamFarm V5.4.10.3 (linux-arm/736141a4-f4d7-4ece-8510-c990215a25ba | .NET 7.0.11; debian.11-arm; Linux 6.1.54-v8+ #1682 SMP PREEMPT Wed Sep 20 15:19:57 BST 2023)

Global ASF.json config file

No response

BotName.json config of all affected bot instances

No response

Additional info

No response

ZanaGB commented 11 months ago

I believe this might be the issue we're experiencing at issue #3029

Seems to affect Arm7, Arm64 and X86-64 all the same.

MsFloofie commented 11 months ago

Duplicate of issue #3029