Kai Blaschke
Kai Blaschke
I've got the same problems on my Gentoo ~amd64 box. tcmalloc is part of the Google Perfomance Tools, and those seem to have some open issues. This one especially looks...
That's most likely the cause why I've got the same issue, I solely use XFS, and all partitions are larger than 1 TB. I'll try to install an affected game...
There are pull requests open for almost 2 years, which add Python 3 compat. Would be nice if someone cared to merge the updates, as Python 2 has been sunset...
[This line will segfault](https://github.com/xoreos/xoreos/blob/84cab32f77b66e5078d07d92e8e002cf5e1c8205/src/graphics/aurora/model_nwn.cpp#L1190) if the mesh has an unknown type and won't be loaded. The `_mesh` pointer isn't checked before [this line](https://github.com/xoreos/xoreos/blob/84cab32f77b66e5078d07d92e8e002cf5e1c8205/src/graphics/aurora/model_nwn.cpp#L1202). The Beamdog version seems to have a...
After we've finished the remaining work on the projectM 4.0 release, I'll see what I can do to improve the projectM visualization integration via a pull request. Clementine currently uses...
> Unfortunately, #6709 seems to indicate that the Spotify integration is deprecated. Yes, Clementine uses libspotify, and the API was deprecated a long time ago and is now completely defunct...
Seems to be correct, it's loading these library with dlopen(): ``` ~/.config/Clementine/spotifyblob/version16-64bit/blob: error while loading shared libraries: libQtCore.so.4: cannot open shared object file: No such file or directory ``` In...
Did you compile all files that use EasyLogging++ with `-DELPP_THREAD_SAFE` or just the static library? If not, no locks are aqcuired and it'll crash at some point. Best way to...
Then you may try defining this macro in every compilation unit that (directly or indirectly) includes any ELPP header (or for simplicity just add it globally to your project's build...
Yeah, I don't really expect something to happen anymore here, Clementine's been dead for a couple of years now. Strawberry is probably the way to go, but they've also remove...