ValheimPlus
ValheimPlus copied to clipboard
Cannot identify executable type (got )!
I've been stuck on this part for the better part of 4 hours....I've followed the instructions and I just get this
./start_server_bepinex.sh: 73: file: not found Cannot identify executable type (got )! Please create an issue at https://github.com/BepInEx/BepInEx/issues.
I had the same error message on a virtual machine with Debian 11 64bit (minimal installation).
The "file" package was missing. This is easy to install:
apt install file
Maybe it will help you.