This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

The "suggestversion" setting doesn't seem to do anything


realnc
 Share

Recommended Posts

Edit:

Please disregard this post. The problem was my own fault and had to do with using the wrong *.ini file to start the server.


I've just updated my murmur server to 1.2.4. Compiled from source using:

 

 qmake CONFIG+=no-client CONFIG+=no-ice QMAKE_CFLAGS_RELEASE="-pipe -mtune=native -march=native -O2 -fomit-frame-pointer" QMAKE_CXXFLAGS_RELEASE="-pipe -mtune=native -march=native -O2 -fomit-frame-pointer"

Then "make" as usual and copied the murmurd executable over my old one. Works nicely, except that I've added:

 

suggestversion=1.2.5

in my murmur.ini (so I can test it with the 1.2.4 client), but nothing's happening. The client doesn't show anything in its text panel when connecting. I can see this in murmur.log, which might be related:

 

Object::connect: No such slot MurmurDBus::userTextMessage(const User*,TextMessage)

There are no other errors or warnings in the log. This is the only one. Can it be due to the old version of Qt I'm using (4.4.3), or is that unrelated?

Link to comment
Share on other sites

 Share

×
×
  • Create New...