mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.41k stars 1.12k forks source link

Favorites disappear when upgrading from 1.3.0~329 to 1.3.0~344 in OS X 10.9.4 #1340

Closed Funigtor closed 10 years ago

Funigtor commented 10 years ago

Hi, I just tried to upgrade the Snapshot with the link provided in Mumble client and with this upgrade I lost access to my list of favorites servers. Other settings stay, and the list is not lost because when I downgrade to 1.3.0~329 it's showing again.

I don't know if it's platform-specific.

mkrautz commented 10 years ago

Hi @Funigtor,

Thanks for reporting this issue.

This is due to us upgrading Qt from the 4.x series to the 5.x series.

Seems like it's putting our client DB in a new location when using Qt 5. We should obviously keep using the same path we used when we were on Qt 4, to keep compatible.

I have not yet investigated where things go wrong on a source-code level, but I'll get back to this later.