[Linux dedicated server] Stuck on "Checking Pak Config"

Hey !

I’m having a problem on UE4 dedicated server Linux 4.22.1 (updated to 4.22.2, still got the problem)
The server takes forever (and I mean, forever) to load. Here’s the log I get:
4.22.1-0+++UE4+Release-4.22 517 0
Disabling core dumps.
Checking Pak Config

I’ve been searching the net, and found nothing. Also, this started when I switched to 4.22.1 (can’t remember if last build was from 4.21, or 4.22.0), but it may be a coincidence.

Do you have any idea of how to fix it? Have you experienced it?
Thanks !

It sounds like you don’t have logs enabled in that configuration, and the only output you get comes from printf() (exposed via LowLevelOutputDebugString()). If you run Development server, you’ll have the full logs.

Oh you’re right ! Thank you ! (I feel so dumb now)

No worries, the output is misleading :confused: I’ll try to remember to improve that.