-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
RPC command line on windows #5909
Comments
The first thing to try would be to check if a regular Mumble install shows the same issue. We don't provide portable installations (yet) and thus I don't know what they did to produce a portable Mumble version. Maybe this involves some sandboxing that also prevents RPC from working 🤔 |
As there has been no activity on this issue for a couple of days, we assume that your issue has been fixed in the meantime. If no further activity happens, this issue will be closed within 3 days. |
I just tested with the latest official version and it is working as expected. Even though I didn't even install the MSI file but just unpacked it and ran mumble.exe from there. So what's different? As far as I know, MumblePortable doesn't touch mumble.exe itself in any way. It just prepares the working dir and config files and runs mumble.exe. Will investigate some more... |
This is how mumble,exe is ran by MumblePortable.exe:
Could this be the culprit? I have no idea what those arguments are. |
Me neither. Those are not handled by us. In terms of how RPC is handled, I believe this is handled by Qt. Not quite sure though... |
OK, got it figured out. First I tried running the official mumble.exe with Then I found On the other hand, if I leave that line So the issue was admin elevation. Now the question remains: does mumble.exe really need to be run as admin? Or was this just an oversight by PortableApps.com packers? I don't mind either, but would like to know what is official Mumble's position on this. Thanks. |
Mumble should never be run as administrator, but there is a potential reason for doing so: getting global shortcuts to work in privileged applications. We make use of mumble/src/mumble_exe/CMakeLists.txt Lines 35 to 37 in 98fb1cd
|
As Davide said. The gist of it is: At this point you either install Mumble in the programs directory on your system or global shortcuts will only work while not focusing on an application that runs with raised privileges. |
The issue
Hi,
I'm trying to use RPC command line to automate running Mumble instance on windows but it doesn't work.
I have MumblePortable running and I issue:
mumble.exe rpc mute
... and nothing happens.
When I issue
mumble.exe -h
... then I do get the window with all command line options.
I read here someone suggested to check the path in the config file. I do have mumble.ini but I don't know what syntax would that be.
Any advice would be highly appreciated.
Thanks.
Mumble version
1.4.274
Mumble component
Client
OS
Windows
Additional information
No response
The text was updated successfully, but these errors were encountered: