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

Images are missing libnode #9

Closed StiviiK closed 3 years ago

StiviiK commented 4 years ago

[13:17:15][Error] Failed to load "js-module.so", Unix error: libnode.so.72: cannot open shared object file: No such file or directory Tag: 1300-js-dotnet

pixlcrashr commented 4 years ago

Alright, I did some changes right now.

Would be good if you check if it works now with the following release: eisengrind/altv-server:1300-js. Don't forget to force pulling the image.

StiviiK commented 4 years ago

Using eisengrind/altv-server:1300-js-dotnet still seems to have the same issue.

[14:28:54] alt:V Server, build #1300, branch rc
[14:28:54] Starting alt:V Server on 0.0.0.0:7788
[14:28:54] coreclr-module: version found: 3.1.9
[14:28:54] coreclr-module: greatest version: 3.1.9
[14:28:54][Error] Failed to load "js-module.so", Unix error: libnode.so.72: cannot open shared object file: No such file or directory
StiviiK commented 4 years ago

Update, eisengrind/altv-server:1301-js-dotnet seems to be working fine.

justbyBen commented 3 years ago

Still got this issue on current release tag

pixlcrashr commented 3 years ago

@justbyBen Should be fixed when https://github.com/eisengrind/docker-altv-server/actions/runs/1098814341 completes.

pixlcrashr commented 3 years ago

@justbyBen Tell me if it works then. Don't forget to, again, re-pull the image you are using (probably release-5.3).

justbyBen commented 3 years ago

Thanks. I'll check it later and respond then

justbyBen commented 3 years ago
[19:46:26] alt:V Server 5.3 (release)
[19:46:26] Starting Alt:V Server on Docker! on 0.0.0.0:7788
[19:46:26][Error] Failed to load "js-module.so", Unix error: libnode.so.83: cannot open shared object file: No such file or directory
[19:46:26] Required server permissions:
[19:46:26] Optional server permissions:
[19:46:26] Starting HTTP server on 0.0.0.0:7788
[19:46:26] Main thread started (ThreadId: 9)
[19:46:26] Colshape thread started (ThreadId: 10)
[19:46:26] EntityStreamer thread started (ThreadId: 14)
[19:46:26] Network thread started (ThreadId: 24)
[19:46:26] Console thread started (ThreadId: 25)
[19:46:26] Server started
pixlcrashr commented 3 years ago
[19:46:26] alt:V Server 5.3 (release)
[19:46:26] Starting Alt:V Server on Docker! on 0.0.0.0:7788
[19:46:26][Error] Failed to load "js-module.so", Unix error: libnode.so.83: cannot open shared object file: No such file or directory
[19:46:26] Required server permissions:
[19:46:26] Optional server permissions:
[19:46:26] Starting HTTP server on 0.0.0.0:7788
[19:46:26] Main thread started (ThreadId: 9)
[19:46:26] Colshape thread started (ThreadId: 10)
[19:46:26] EntityStreamer thread started (ThreadId: 14)
[19:46:26] Network thread started (ThreadId: 24)
[19:46:26] Console thread started (ThreadId: 25)
[19:46:26] Server started

@justbyBen Did you forced re-pulling the image?

E.g. docker pull eisengrind/altv-server:release-5.3

justbyBen commented 3 years ago

I did

pixlcrashr commented 3 years ago

Alright, I forgot to update the filepath aswell.

Should now be fixed when https://github.com/eisengrind/docker-altv-server/actions/runs/1099135006 completes.

@justbyBen Again, I would appreciate it if you test.

justbyBen commented 3 years ago

I'll. Gimme a sec

justbyBen commented 3 years ago

Worked @pixlcrashr