Closed NiallEHunt closed 1 year ago
Presumably this is related to PR #4637? The ini file was removed from the installer as it was overwriting user's existing settings if I understand correctly
Exactly - this is intended behavior
See also #5694 and #5572
Interesting, thanks for the info and apologies for the duplicate. Can anyone update the Wiki? It seems this would be beneficial to mention there.
Which page are your referring to specifically?
In the Murmurguide on the wiki, specifically in the Preparations->Installation section and the Set Up Server->Configuring ini File section and in the Installing Mumble page on the wiki, specifically in Windows->Mumble-Server (aka Murmur): :)
Would it make sense to mention it there?
Well, looking at these pages, they are just completely outdated. So much so, that I don't think correcting information about the ini file actually makes a difference... Someone would have to take the time to completely rewrite these pages
That is very fair. That makes a lot of sense to me. I see there is an ongoing effort to migrate the pages to the website as well. Thanks for the info and thanks for looking into this :)
Link doesn't lead anymore to murmur.ini. Says page not found. So how I customize my server port and such (bitrates... passwords, names, manage authentication) with newer mumble server versions lol?
link to ini file is not working all online tutorials are outdated now no GUI for setting change I can't even change the server password or anything hours lost trying all suggested solutions worst experience ever
Step 1: Be able to use a text editor Step 2: Create INI file with desired contents Step 3: Start the server and tell it to use your initial file
Easiest fix ever
This is really stupid. The windows version of the server literally says that it loaded settings from the INI file but it doesnt exist. There is no Mumble folder in my local appdata. This needs to be fixed don't just call this a feature. There is no note no warning no error, nothing.
This is really stupid. The windows version of the server literally says that it loaded settings from the INI file but it doesnt exist. There is no Mumble folder in my local appdata. This needs to be fixed don't just call this a feature. There is no note no warning no error, nothing.
I agree. The server logging that it is reading the INI file, when it is in fact not, seems like a valid bug to me. This is also independent of shipping an INI file by default, which the other linked issues are talking about. Ideally, the server should log that it did not find any INI file and is using default values or something.
Please use a separate issue for this.
Description
When installing Mumble-Server with the Windows installer, the murmur.ini settings file is not created/copied to the directory that the server is looking for. With the default installation settings murmur is looking in
C:/Users/<user>/AppData/Local/Mumble/Murmur
for the murmur.ini file. When navigating to this directory, you can see that no Mumble or Murmur folders were created and the murmur.ini file is nowhere to be found.Additionally, the Wiki pages all mention that the murmur.ini file is located in
C:/Program Files/Mumble
. There is no murmur.ini file present in this directory either.Work around:
C:/Users/<user>/AppData/Local
Mumble
and navigate into that folderMurmur
and navigate into that foldermurmur.ini
Steps to reproduce
Mumble version
1.4.274
Mumble component
Server
OS
Windows
Reproducible?
Yes
Additional information
Reproducible on Windows 10 and Windows 11. Only tested with the x64 installer.
Relevant log output
Screenshots
No response