We have this resource.cfg for our main entry point and want to split stuff into different resources and required them as dependencies in the main resource.
Everything works fine in DEV 1088, Release 1071/1098 when running the server normally.
As soon as we try to pack the resources for external hosting using ./altv-server --host ${SERVER_HOST} --port ${SERVER_PORT} --justpack the server fails to do so with a segmentation fault.
We have this resource.cfg for our main entry point and want to split stuff into different resources and required them as dependencies in the main resource.
Everything works fine in DEV 1088, Release 1071/1098 when running the server normally.
As soon as we try to pack the resources for external hosting using
./altv-server --host ${SERVER_HOST} --port ${SERVER_PORT} --justpack
the server fails to do so with a segmentation fault.resource.cfg:
Expected behavior Being able to pack resources as if we do with the normal server not running in cdn mode.
Current behavior Server crashes when using the
--justpack
option.Possible solution
Steps to reproduce Require a dependency in any resource and try to use --justpack
Context (environment) Running in Docker Image:
mcr.microsoft.com/dotnet/core/runtime:3.1
Host: Debian 9/10