Re: [arch-general] Xorg crashes

2018-03-14 Thread Alajos Odoyle
On 03/13/2018 11:58 AM, Peter Nabbefeld wrote: Hello all, since yesterday, Xorg sometimes crashes unexpectedly. Please, see log below. I'm not sure, but I'm using Firefox most time, and Xorg crashes while I'm using Firefox. I'm no expert, but on a first glance, it seems to me like my tou

Re: [arch-general] OpenRA / Mono exceptions

2018-03-04 Thread Alajos Odoyle
On 2018-03-04 13:50, Guus Snijders via arch-general wrote: Just out of curiosity; could you try deleting the symlink and LD_preloading /usr/lib/libtifinfo.so.5 ? The current replies on the ML are a technically correct, though a bit blunt. If the preload tricks actually works, we could advice t

Re: [arch-general] OpenRA / Mono exceptions

2018-03-03 Thread Alajos Odoyle
On 2018-03-02 13:07, Levente Polyak via arch-general wrote: That's literally an incredibly stupid idea. Symlink /usr/lib/libtinfo.so.5 to /usr/lib/libtinfo.so.6 does not magically make it compatible for both, it is ABI incompatible that's the whole point of a soname bump. Anything linking to

Re: [arch-general] OpenRA / Mono exceptions

2018-03-02 Thread Alajos Odoyle
On 2018-03-02 11:38, Dan Haworth wrote: I had the same issue, seems to be related to the following bug https://github.com/mono/mono/issues/6752. I downgraded ncurses to 6.0 to get things going again. --dan Thanks, that was quick! I also had to install libtinfo5 (AUR) and symlink /usr/lib/

[arch-general] OpenRA / Mono exceptions

2018-03-02 Thread Alajos Odoyle
Hi all, When trying to run OpenRA from the community repository or when building the package myself (using the community PKGBUILD) I get Mono exceptions like the one below [1]. At first I thought it could be an upstream issue but sure enough it builds just fine when using a clean chroot. As I