-
Notifications
You must be signed in to change notification settings - Fork 299
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
Blacklist lutris #197
Blacklist lutris #197
Conversation
If setting MANGOHUD=1 globally causes lutris to segfault then there's something else funky going on |
I've been unable to reproduce this for some time now, would be great to get a gdb output of this segfault |
|
The next thing he checks is vulkan support with |
Probably issue #160 that manifest with sse2 and somehow magically works with avx 😕 |
Yeah, my FX-8300 doesn't have AVX. I don't have
Probably related with the issue mentioned then. |
Run a backtrace with |
so I have a weird issue. I went in to do lldb with bt for you, and when I tested I saw that launching anything that would have been broken works. If you look at my example below. Running lutris outside of lldb segfaults with a conf file. running lutris from lldb works fine.
|
before you guys merge this commit with the apps required to be blacklisted, can this be retooled a bit ? |
@jackun
|
@Faithlv does it help if you change |
@jackun Yes! Changing |
Closing because #204 solves the crash. |
Setting
MANGOHUD=1
globally causes lutris to segfault.This PR adds lutris to blacklist.
Sometimes it doesn't segfault and for others it seems it never segfaults. We probably don't want MangoHud for lutris itself anyway.