-
wrote on Jun 15, 2024, 9:59 AM last edited by
Hi,
I'm running into issues while installing the Valheim App.
ERROR! Failed to install app '896660' (Disk write failure)
Seems to be the root issue.
Here are my server specs (it's a Hetzner CCX13 instance):
Here are the full logs, it's stuck in an infinite loop and stopping the app didn't work, I had to shutdown the whole server.
I didn't do anything particular, I used a fresh Cloudron instance with a single app, nothing else is installed on the server, and there is no disk space issue.
✔ df -h Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk3s1s1 926Gi 11Gi 264Gi 5% 356093 2765231000 0% / devfs 201Ki 201Ki 0Bi 100% 696 0 100% /dev /dev/disk3s6 926Gi 6.0Gi 264Gi 3% 6 2765231000 0% /System/Volumes/VM /dev/disk3s2 926Gi 9.2Gi 264Gi 4% 1185 2765231000 0% /System/Volumes/Preboot /dev/disk3s4 926Gi 662Mi 264Gi 1% 276 2765231000 0% /System/Volumes/Update /dev/disk1s2 500Mi 6.0Mi 480Mi 2% 1 4919720 0% /System/Volumes/xarts /dev/disk1s1 500Mi 6.2Mi 480Mi 2% 32 4919720 0% /System/Volumes/iSCPreboot /dev/disk1s3 500Mi 2.6Mi 480Mi 1% 52 4919720 0% /System/Volumes/Hardware /dev/disk3s5 926Gi 634Gi 264Gi 71% 7134539 2765231000 0% /System/Volumes/Data map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home /dev/disk2s1 5.0Gi 1.7Gi 3.3Gi 34% 58 34806120 0% /System/Volumes/Update/SFR/mnt1 /dev/disk3s1 926Gi 11Gi 264Gi 5% 356841 2765231000 0% /System/Volumes/Update/mnt1 /dev/disk4s1 250Mi 97Mi 153Mi 39% 159 4294967120 0% /Volumes/Sync
See Full logs (too big to be added in this post)
-
wrote on Jun 15, 2024, 10:25 AM last edited by
I deleted the app and recreated it and it worked.
But then, I changed the
.env
file and enabling mods broke the server.SERVERNAME="Vadorequest-Valheim-Server" WORLDNAME="VadorequestValheimWorld" PASSWORD="xxx" PUBLIC=1 MODSUPPORT="1" <-- HERE BepInExVersion="5.4.2202" SAVEINTERVAL="300" BACKUPS="10" BACKUPSHORT="7200" BACKUPLONG="43200" CROSSPLAY=0
Moving back to no mods, and restarting, it worked again
MODSUPPORT="0"
Not sure why.
-
-
Not sure, but maybe @BrutalBirdie has ideas
-
Partnerwrote on Jun 15, 2024, 6:01 PM last edited by BrutalBirdie Jun 15, 2024, 6:02 PM
This was the issue that was patched today from me, I think.
I will have to check mod support again. -
Hmm there seems to be an issue with mod support.
Checking. -
Partnerwrote on Jun 15, 2024, 6:19 PM last edited by BrutalBirdie Jun 15, 2024, 6:19 PM
2024-06-15T10:15:07.000Z => Installing BeepInEx Mod Support if enabled in /app/data/.env 2024-06-15T10:15:07.000Z Connecting to thunderstore.io (thunderstore.io)|104.26.15.210|:443... connected. 2024-06-15T10:15:07.000Z Connecting to valheim.thunderstore.io (valheim.thunderstore.io)|104.26.14.210|:443... connected. 2024-06-15T10:15:07.000Z HTTP request sent, awaiting response... 302 Moved Temporarily 2024-06-15T10:15:07.000Z HTTP request sent, awaiting response... 404 Not Found
The URL to download BepInEx got changed
Found the issue, pushing commits. @girish can you generate a new package? -
Done, new package published
-
-