fugasjunior / arma-server-manager

A web administration tool for managing Arma 3, Arma Reforger and DayZ dedicated servers
GNU General Public License v3.0
59 stars 16 forks source link

Reforger config outdated #83

Closed tiapfy closed 10 months ago

tiapfy commented 1 year ago

I set up ASM in a Ubuntu VPS without Docker and when I try to install and start Arma Reforger an Unindentified Error occurs. Looking at the logs it appears to be a problem with the config file. When I start it manually with the test config file or the config file from the server instance I created it tells me that some parameters are not allowed. Looking at the wiki it seems that they updated the config parameters. If I switch the parameters and start manually it works. Is ASM going to be updated to fix this? In the meanwhile could I do something to use ASM with reforger with an updated custom config file?

fugasjunior commented 1 year ago

Hi, I'm aware of this bug, this has already been fixed in the dev branch with commit 859d7fde7c30e8985d0d4e1969a9cd94ed9266fc, but currently is not released in a stable build. If you want to, you might try a beta release v1.1.2-beta which already contains a fix for this bug.

If you want to keep the stable version, you can edit and fix the config file manually. After that, you can start the server from the web UI normally. Keep in mind that the config will be regenerated from template any time the server configuration is updated from the UI.

tiapfy commented 1 year ago

Uh, sorry! I didn’t see the dev build

fugasjunior commented 1 year ago

You wouldn't, I just released it 😄 Let me know if you run across any issues, but Reforger server should work fine with this build.

tiapfy commented 1 year ago

Ok, I tried it and now the server appears to be installed correctly. If I try to start it through the interface though it turns off seemingly without errors. If I try to start it with the config generated by the manager with ./ArmaReforgerServer -config ./REFORGER_3.json it seems to start correctly. Here's the Reforger log: REFORGER_3.log

Here's the ASM log: spring-boot-logger.log

fugasjunior commented 1 year ago

Thanks for reporting this, there was an issue with how the server launch parameters for Reforger work on Linux. You can try now, I've updated the files in the release.

tiapfy commented 1 year ago

Now it seems to work, thanks!

tiapfy commented 1 year ago

Thanks for reporting this, there was an issue with how the server launch parameters for Reforger work on Linux. You can try now, I've updated the files in the release.

Hi, sorry again, should the mods functionality for Arma Reforger be working? I tried to add this to the server and it shows the ID as NaN: https://reforger.armaplatform.com/workshop/591AF5BDA9F7CE8B-Capture%2526Hold image

The server cannot start after confirming and it's pretty obvious why: REFORGER_3.json

Here's the log: spring-boot-logger.log

fugasjunior commented 10 months ago

Fix released in release v1.2.0, closing the issue.