eisengrind / docker-altv-server

The unofficial alt:V server Docker image.
https://hub.docker.com/r/eisengrind/altv-server
MIT License
21 stars 18 forks source link

Module uses incompatible SDK version(v30) while v31 is required #3

Closed StiviiK closed 4 years ago

StiviiK commented 4 years ago
▶ docker run -it --rm eisengrind/altv-server:release-dotnet
[14:53:21] alt:V Server, build #1181, branch release
[14:53:21][Error] Vehicle mods can't be loaded.
[14:53:21][Error] Vehicle models can't be loaded.
[14:53:21] Starting Alt:V Server on Docker! on 0.0.0.0:7788
[14:53:21][Error] Failed to load module modules/libcsharp-module.so
     Module uses incompatible SDK version(v30) while v31 is required
[14:53:21] Starting HTTP server on 0.0.0.0:7788
[14:53:21] Server started
^C[14:53:23] Server shutdown
pixlcrashr commented 4 years ago

This problem is caused by asynchronous updates of the different alt:V dependencies. The current program which triggers the current releases only checks for the altv-server binary updates.

Though, the Docker Image should be fixed for now (I've re-triggered the latest release).

pixlcrashr commented 4 years ago

Now, a program watches for server and module changes. This problem should not occur anymore.