-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyncplayServer does not run with room permanence enabled #526
Comments
Thanks for reporting this. It looks like I'll need to (a) add sqlite3 to what is bundled with the Syncplay server by py2exe and (b) update the instructions at https://syncplay.pl/guide/server/ |
@haz429 Please try the Windows portable development build from https://github.com/Syncplay/syncplay/suites/6312710765/artifacts/226583972 and let me know if that works. If you want persistent rooms then all you need is Instructions on the command line switches from the docs:
|
Thanks for the instructions, can confirm that room permanence works on the development build. One thing I have run into is that any rooms named in the |
Great!
Yeah that's something which wants fixing. Thanks for the report. I'll leave this issue open until it's been resolved. |
@haz429 f555c1d should resolve the issue of permanent rooms disappearing when it becomes empty. |
Describe the bug
I have tried to start a private server with the new "room permanence" option, but when trying to run the server, the window would close immediately after opening and briefly show an error message (below). I've had no problems running a private server without this option, and the only thing I can assume is that it's just broken.
To Reproduce
Steps to reproduce the behavior:
--rooms-db-file [file]
option, for example:"C:\Program Files (x86)\Syncplay\syncplayServer.exe" --password X --salt Y --port Z --rooms-db-file [anything] --permanent-rooms-file [something else]
I am not 100% sure what the last two parameters are meant to be, but I tried multiple different things (full path, .db file & .txt file, files with no extension)
Expected behavior
For the server to start with room permanence enabled.
Screenshots
Version and platform:
Additional context
n/a
The text was updated successfully, but these errors were encountered: