-
```
[18:08:57][Error] Clothes can't be loaded. Download from altv.mp
[18:08:57] Starting Project Atlas - Template Docker on 0.0.0.0:7788
[18:08:57][Error] Failed to load "js-module.so", Unix error:…
-
I've tried running it on ubuntu 22 with ARMx64 processor and got the following error:
```
exec /root/entrypoint.sh: exec format error
exec /root/entrypoint.sh: exec format error
exec /root/entry…
enisn updated
5 months ago
-
Need to run C# module is aspnetcore-runtime-2.2
but if i run server as usually i get problems (i think with rights) because it return Failed to initialize CoreCLR error
This docker container alr…
-
When starting a fresh server, I get the following error message:
`[Error] Failed to load "js-module.so", Unix error: libnode.so.108: cannot open shared object file: No such file or directory`
Step…
-
> Parsing of those env vars doesn't work currently :D
> ALTV_SERVER_CDN_URL: ${ALTV_SERVER_CDN_URL:-http://localhost:80/}
> If ALTV_SERVER_CDN_URL is unset it falls back to http://localhost:80/ but …
-
When I run the following compose, I get this in the console. any ideas why?
## Compose
```yaml
---
version: '3.8'
services:
altv:
image: eisengrind/altv-server:js-dev
con…
-
alt:V is now using TOML file format for server config files. The Docker image should reflect this.
-
I don't know the reason but it stopped working. I get error
```
/root/entrypoint.sh: line 163: ./altv-server: Permission denied
```
To fix such an issue
I created my own docker file
```
FROM ei…
-
if I add echo to entry point, I will see only "server started"
but additionally it must print 'Starting voice server on 0.0.0.0:7798' from altv-voice-server
echo 'server started'
./altv-voice-ser…
-
### Description of the problem
We have to use a shell script to transpile envrionment variables into server.cfg file to use inside Docker container, it can be improved.
### Desired solution for …
ghost updated
2 years ago