Closed Weissnix4711 closed 4 years ago
Update: tried using docker-compose even though I know that will really not change anything. At this point, idk. I'm hoping a miracle happens. But no. Docker compose doesn't fix anything. Why would it?
server@X453MA:~/bds_mod$ docker-compose up
Starting bedrockmod ... done
Attaching to bedrockmod
bedrockmod | Injected!
bedrockmod | HealthCheck 0000000140000000 00000001400A5DE0
bedrockmod | 2020-06-13 09:07:51 V [Base] (Mod::Base:123) Current thread id: 9
bedrockmod | 2020-06-13 09:07:51 I [Base] (Mod::Base:124) Base mod loaded, setting up CtrlC handler...
bedrockmod | 2020-06-13 09:07:51 V [LogDatabase] (Mod::Base:164) initialized (location log.db)
bedrockmod | 2020-06-13 09:07:51 I [ModLoader] (Mod::Base:108) Starting loading mods
bedrockmod | 2020-06-13 09:07:51 V [ModLoader] (Mod::Base:125) Loading Z:\data\Mods\BasicAntiCheat.dll
bedrockmod | 2020-06-13 09:07:51 I [ModLoader] (Mod::Base:150) Loaded BasicAntiCheat.dll
bedrockmod |
bedrockmod | abnormal program termination
bedrockmod exited with code 3
Interesting fact: it works on Debian Bullseye. I don't know why. I don't know what would cause it to work in 11, but not 10.
Might be a problem with docker. Maybe it's just because deb 11's repo has a newer version of docker.
server@X453MA:~/bds_mod$ docker --version
Docker version 18.09.1, build 4c52b90
thomas@thom-laptop:~/bedrockmod$ docker --version
Docker version 19.03.7, build 7141c19
I'm not going to close this issue yet, because honestly telling someone to use a testing version of debian isn't exactly a permanent solution. Until this we know for certain what causes this, we can't really called it fixed, can we?
I will be installing docker 19.03.7 on my deb buster machine, and I'll keep you updated whether it works or not.
Edit: hasn't helped at all. I've now tried updating debian entirely, and it still fails. Honestly, at this point I really don't know what to do.
Solution: Add Docker's own repository, and install the latest version of docker from there. Using the version from Debian's own repository is not sufficient.
Title. Setting
mods-enable: true
doesn't make a difference as long as all the mods are individually disabled. But, enabling any mod causes a crash. It doesn't matter which.Output:
(Please note I use custom scripts to start and stop + remove docker containers. Just makes it a little more convenient. But they don't affect anything)
Edit: more info