SceptreOfficial / Enhanced-Movement-Rework

A rewrite of BadBenson's "Enhanced Movement"
Other
28 stars 16 forks source link

Runing a dedicated server on linux. Error -> Server shutdown on start. #5

Closed Xagen closed 4 years ago

Xagen commented 4 years ago

When i start the server with this mod loaded, I get an error and it stops the server.

ErrorMessage: Cannot open file '/home/{username}/server/arma3/2034363662\addons\emr_main' Application terminated intentionally 15:18:21 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! Cannot open file '/home/{username}/server/arma3/2034363662\addons\emr_main'

Running the server on Ubuntu server OS.

SceptreOfficial commented 4 years ago

I don't know how to help. Seems like a linux issue?

Xagen commented 4 years ago

It's not a linux issue, Other mods i use work fine. The original Enhanced Movement mod loads fine even though its outdated.

Xagen commented 4 years ago

the only thing i noticed is, in the error. ....\emr_main while in the addon folder you have EMR_main.pbo it might be a naming issue, lower/uppercase issue. Linux sensitive to those kind of errors.

Edit: the other thing that confused me was the backslashes instead of the slash that follows after the the mod id number. "..\addons.." shouldin' t " \ " be " / " ?

SceptreOfficial commented 4 years ago

Did you try just renaming the pbo to lowercase? This issue sounds familiar now that you mentioned that.

Xagen commented 4 years ago

I did, it seems to be running. However, I have done this with other mods before, doing this fix can end up breaking the mod. So I'm not sure if this fully fixed it.

SceptreOfficial commented 4 years ago

I guess linux is a special animal. I'll change the case where applicable, hopefully it solves the issue onward.

SceptreOfficial commented 4 years ago

I've changed case where applicable and changed the final pbo name in the steam release. I'm going to close this issue, if you still have issues after the update, let me know.