Die Suche ergab 5 Treffer

von jsfrz
Di 5. Mär 2024, 15:20
Forum: Nightly
Thema: The issue with running on VPS
Antworten: 3
Zugriffe: 242

Re: The issue with running on VPS

If you want to run MFbot on VPS, I would recommand using Docker. Create folder for the project and create Dockerfile: FROM alpine:latest RUN apk --no-cache add wget dotnet6-runtime libc6-compat screen bash WORKDIR /app COPY Acc.ini . RUN wget https://download.mfbot.de/nightly/MFBot_Konsole_x86_64 RU...
von jsfrz
Di 20. Feb 2024, 17:26
Forum: Nightly
Thema: [ARM64/AArch64][66cf2f93] Unhandled exception Value cannot be null
Antworten: 7
Zugriffe: 364

Re: [ARM64/AArch64][66cf2f93] Unhandled exception Value cannot be null

Thanks, works after creating suggested directories which were not present.
von jsfrz
Sa 17. Feb 2024, 13:18
Forum: Nightly
Thema: [ARM64/AArch64][66cf2f93] Unhandled exception Value cannot be null
Antworten: 7
Zugriffe: 364

Re: [ARM64/AArch64][66cf2f93] Unhandled exception Value cannot be null

Tried to create x86_64 Docker images with Alpine and Ubuntu: FROM alpine:latest RUN apk --no-cache add wget dotnet6-runtime libc6-compat WORKDIR /app RUN wget https://download.mfbot.de/nightly/MFBot_Konsole_x86_64 RUN chmod +x MFBot_Konsole_x86_64 CMD ["./MFBot_Konsole_x86_64"] FROM ubuntu...
von jsfrz
Fr 9. Feb 2024, 19:51
Forum: Nightly
Thema: [ARM64/AArch64][66cf2f93] Unhandled exception Value cannot be null
Antworten: 7
Zugriffe: 364

Re: [ARM64/AArch64][66cf2f93] Unhandled exception Value cannot be null

Same with x86_64, but for some reason works with sudo
von jsfrz
Sa 18. Nov 2023, 21:34
Forum: Version 5.x
Thema: Login to s8.sfgame.eu does not work
Antworten: 2
Zugriffe: 1193

Login to s8.sfgame.eu does not work

Bot logs following error when trying to login to s8.sfgame.eu: "Login failed. Name or password wrong." I have a fresh install of MFbot and I am using the same account name and password like when I am logging into the web.