RouHim / beammp-container-image

A container image to run a BeamMP server.
GNU General Public License v3.0
48 stars 11 forks source link

CobaltEssentials mod won't load #23

Closed jladefoged closed 1 year ago

jladefoged commented 1 year ago

I think i might be a dependency issue, but not sure. (I'm not a super strong Linux user.)

I have one client mod (works fine) a one server mod (CobaltEssentials). Server mod link: https://github.com/prestonelam2003/CobaltEssentials

Log:

[21/11/22 09:55:10] [INFO] ALL SYSTEMS STARTED SUCCESSFULLY, EVERYTHING IS OKAY
[21/11/22 09:55:10] [INFO] Resumed authenticated session! Success, Welcome to the BeamMP Server List.
Error relocating Resources/Server/CobaltEssentials/socket/core.so: lua_newuserdatauv: symbol not found
[21/11/22 09:55:06] [LUA ERROR] TriggerLocalEvent: error loading module 'socket.core' from file 'Resources/Server/CobaltEssentials/socket/core.so':
[21/11/22 09:55:06] [LUA] [Cobalt] CobaltDB Connector Loaded
[21/11/22 09:55:06] [LUA] [Cobalt] json Lib Loaded
[21/11/22 09:55:06] [LUA] [Cobalt] Loading CobaltCommands
[21/11/22 09:55:06] [LUA] [Cobalt] Utils Loaded
[21/11/22 09:55:06] [LUA] [Cobalt] CobaltEssentials Initiated
[21/11/22 09:55:06] [LUA] [Cobalt] -------------Loading Cobalt Essentials v1.6.0 [BETA 5]------------
[21/11/22 09:55:06] [LUA] 
[21/11/22 09:55:04] [INFO] PluginMonitor started
[21/11/22 09:55:04] [INFO] Server up-to-date!
[21/11/22 09:55:04] [INFO] Vehicle data network online on port 30814 with a Max of 10 Clients
[21/11/22 09:55:04] [INFO] Vehicle event network online
[21/11/22 09:55:04] [INFO] Loaded 1 Mods
[21/11/22 09:55:04] [INFO] Sentry disabled in unofficial build. Automatic error reporting disabled.
[21/11/22 09:55:04] [INFO] BeamMP Server v3.1.1 
RouHim commented 1 year ago

To me it looks like the Lua version I'm using (5.3) is too old. Unfortunately there is no expected lua version in their git repository :(

RouHim commented 1 year ago

I've built an image with 5.4: rouhim/beammp-server:next. It would be great if you could try this image and report back.

jladefoged commented 1 year ago

That was fast. Unfortunately it generates the exact same error.

RouHim commented 1 year ago

It might be worth a try to open an issue on their side and ask if they have an idea. I'll keep this open.

RouHim commented 1 year ago

Link issues: https://github.com/prestonelam2003/CobaltEssentials/issues/14

RouHim commented 1 year ago

See the linked CobaltEssentials issue.