Unable to Package for Linux

Hi all,
i’m curretly trying to package my own project for Linux.
I followed the useful guide posted here: A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums

I can successfully package any blank or template project but with my own project during cooking:

  • most of the times the ShaderCompileWorker crashes
  • otherwise my run out of RAM (I have 32GB)
  • otherwise my run out of VRAM (I have a GTX 970)

hello, please try to package the file with admin ( root) privileges, also apt-get update to make sure you have the most up to date pre-requisites, let me know if any progression :slight_smile:

Sorry for this, but i forgot to mention that i’m on Windows 10 using cross-compilation toolchain.

ah ok, my mistake assuming it was on base platform xD, please update java, run the project as admin and let me know if any success :slight_smile:

Hey FraZack-

If you’re able to package blank and template projects, it sounds like there may be an issue with one of your assets. Looking at the provided logs, it looks to be Wanderer-Character_BP.uasset. Can you try removing this blueprint from the project (simply copy to another location and delete from the project’s content folder) and try to package again to confirm if this is the case. Another test to try would be to migrate the .uasset into a new project and see if that project will package. If the compile succeeds, please try to remake the uasset and/or provide screenshots of the asset or the asset itself for further investigation.

Thank you for your answer.
I finally managed to package successfully my own project for linux increasing my pagefile size a lot. Beside that in my own project i’ve enabled LPV but in the linux build it seems completely disabled, is that normal? are LPV not supported for Linux?

You are correct, LPV are not currently supported in OpenGL or Windows OpenGL. You can find more information about this subject here: Light Propagation Volumes in OpenGL? - Rendering - Epic Developer Community Forums

Cheers