Trying to run the linux version. using the command:
./Phoenixes.x86_64 &>/dev/null
It does not start and opens a dialog window with the following message:
Error: Couldn't load project data at path ".". Is the .pck file missing?
If you've renamed the executable, the associated .pck file should also be renamed to match the executable's name (without the extension).
If I run the command without redirecting the error output, I get the following:
ERROR: Pack created with a newer version of the engine: 3.6.
at: try_open_pack (core/io/file_access_pack.cpp:217)
ERROR: Pack created with a newer version of the engine: 3.6.
at: try_open_pack (core/io/file_access_pack.cpp:217)
Error: Couldn't load project data at path ".". Is the .pck file missing?
If you've renamed the executable, the associated .pck file should also be renamed to match the executable's name (without the extension).
(zenity:1655897): Adwaita-WARNING **: 14:48:05.374: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
MESA-INTEL: warning: ../mesa-25.2.2/src/intel/vulkan/anv_formats.c:949: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../mesa-25.2.2/src/intel/vulkan/anv_formats.c:981: FINISHME: support more multi-planar formats with DRM modifiers
The Phoenixes.pck file is in the same directory as the executable. It is also named the same.
Any ideas? Or, is this an issue with the packager?