Lacyway / V-Rising-Server-Manager

Server manager for V Rising.
MIT License
22 stars 5 forks source link

VSM closes #28

Closed raedan01 closed 1 year ago

raedan01 commented 1 year ago

First of all I love this utility, thank you very much for making it.

When I click "Install BepInEx" I get an hourglass for a few seconds then VSM closes. BepInEx does not get installed.

Also Host settings missing "ListOnMasterServer"?

Lacyway commented 1 year ago

First of all I love this utility, thank you very much for making it.

When I click "Install BepInEx" I get an hourglass for a few seconds then VSM closes. BepInEx does not get installed.

Also Host settings missing "ListOnMasterServer"?

Thank you!

Iirc ListOnMasterServeris deprecated and it's ListOnSteam and ListOnEOSnow.

Regarding the crash, it seems like they changed the name of the mod and the way the launcher detects it requires it to use the old name. I'll look into fixing it when I can, but for now you can download the mod manually and then click "Install BepinEx".

It's the one in the picture below, just click download on it and then click the install button at the top right, not in the mod view. image

raedan01 commented 1 year ago

Thank you I wasn't expecting such a quick reply. Unfortunately it doesn't like that. I get "Install - Error" "BepInEx-BepInExPack_V_Rising is not supported". No worries, thank you, Have a good day.

Lacyway commented 1 year ago

Thank you I wasn't expecting such a quick reply. Unfortunately it doesn't like that. I get "Install - Error" "BepInEx-BepInExPack_V_Rising is not supported". No worries, thank you, Have a good day.

Just click "Download" and it should work. After it is downloaded click "Install BepInEx" at the top right, not next to the download button. 😊

I've fixed it for the next release.

raedan01 commented 1 year ago

The download does work for sure. I tried both install buttons. The error previously was indeed with the install button next to the download button.

I also tried the top install button after downloading and it just closes after a couple seconds after the initial yes/no dialog.

No big deal seriously, I appreciate it, I'll wait until your next release. I hope you have a good weekend though. =)

Again awesome server utility, There are not many out there. A couple others I have used are Conan Exiles Dedicated Server Launcher and ValheimServerGUI. Yours is the first one I've seen of this type with config editors and mod installer.

Lacyway commented 1 year ago

Could you see if the latest release v3.3.5-beta fixes this? I've been able to reproduce it several times and each time it has worked with the new release.

If not, let me know. There is a short workaround to fix it in the VSMSettings.json file. Look for a DownloadedMods entry with Uuid4 b86fcaaf-297a-45c8-82a0-fcbd7806fdc4 that has no ArchiveName and remove it. In my case it is what I marked below:

image

Edit: And thank you again! It started out as a config editor and then to learn C# I decided to make it into an entire server manager. 😊

raedan01 commented 1 year ago

Ok long story short it works, fantastic.

I did have 1 issue, I have(had) server manager on my D:\ and my server on my F:\ It complained about them not being in the same path and errored out. I moved Server manager to F:\ and it worked. So currently Server manager is in F:\VSM and the Server is in F:\VSM.Server. I installed about half a dozen mods and I was only able to test one easily but it works also.

Lacyway commented 1 year ago

Ok long story short it works, fantastic.

I did have 1 issue, I have(had) server manager on my D:\ and my server on my F: It complained about them not being in the same path and errored out. I moved Server manager to F:\ and it worked. So currently Server manager is in F:\VSM and the Server is in F:\VSM.Server. I installed about half a dozen mods and I was only able to test one easily but it works also.

Ok, thanks for letting me know. I'll try testing having the server on another drive a bit myself... Haven't really thought of that.

raedan01 commented 1 year ago

That's what makes it fun.