(05-04-2012, 02:50 PM)_Subzero_ Wrote: Check dlcache for something like csprogs.dat.1028536.47168. From what your client reports, that file is most likely empty. Remove/restart/connect.
BTW. Certain clients are unable to properly download csprogs - they stall somewhere near/at file end. Only clue I have is that one client that was unable to download csprogs was going thru desura (could be coincidence)
Yup. I had an empty csprogs file in dlcache.
I deleted it and everything's fine now.
Could the game fix this automatically? Simply scan dlcache for empty files and delete them on startup?
Bash would do it like this:
Code:
cd ~/.xonotic/dlcache
find -empty -delete
I'm making Liblast - a FOSS online FPS game made with Godot 4 and a 100% open-source toolchain

