You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get a few Linux NPCs running recently just to have a few users generating bash commands, and I can't get the Linux client to work (neither with docker compose nor with the executable in the release).
I'll point out that I had to change the base dotnet image being used by the Docker file from 6.0 to 8.0 because otherwise I could not build the docker image (docker raised an issue saying that dotnet 8.0 had to be supported). Whenever I try to raise the containers, they exit with code 139 (which normally is segfault iirc):
And the logs from one of the dc containers are just an endless loop of this error:
Release executable
I also tried downloading the latest Linux client release and running it on a separate user in my local machine. There I could run the application, but the logs/app.log file just looks like this:
I suspect that the issue may be in the NullReferenceException shown here in the logs, but I'm not sure where that may be being thrown (somewhere in the timeline orchestrator and maybe after the stop watcher is being initialized).
And the API GUI does not recognize any NPCs running:
Application and timeline configurations
My application.json looks like this (exactly like the one in the docs):
Hello,
I've been trying to get a few Linux NPCs running recently just to have a few users generating bash commands, and I can't get the Linux client to work (neither with docker compose nor with the executable in the release).
Docker compose
First off, here is my docker-compose.yaml:
And my Dockerfile:
I'll point out that I had to change the base dotnet image being used by the Docker file from 6.0 to 8.0 because otherwise I could not build the docker image (docker raised an issue saying that dotnet 8.0 had to be supported). Whenever I try to raise the containers, they exit with code 139 (which normally is segfault iirc):
And the logs from one of the dc containers are just an endless loop of this error:
Release executable
I also tried downloading the latest Linux client release and running it on a separate user in my local machine. There I could run the application, but the logs/app.log file just looks like this:
I suspect that the issue may be in the NullReferenceException shown here in the logs, but I'm not sure where that may be being thrown (somewhere in the timeline orchestrator and maybe after the stop watcher is being initialized).
And the API GUI does not recognize any NPCs running:
Application and timeline configurations
My application.json looks like this (exactly like the one in the docs):
and the timeline.json:
I'm a newbie in this framework, so any help would be much appreciated!
The text was updated successfully, but these errors were encountered: