Francisco Lopes
Francisco Lopes
## System Information - GPU: Intel HD Graphics 630 (i7-7700K) - Driver/LLVM version: mesa 18.2.3 - Kernel version: 4.18.16 - Proton version: 3.16 - ArchLinux I get black screen as...
@FurretUber do you mean the game works for you only if you're playing some audio before starting it? [There's a very old issue with Linux audio playback](https://unix.stackexchange.com/questions/362223/) which I fix...
@FurretUber, since you mentioned that audio issue, I've recalled I also had [audio issues with Sonic Generations](https://github.com/ValveSoftware/Proton/issues/380#issuecomment-435469598) that made the game unplayable. Adding `PROTON_NO_ESYNC=1` solved it there, and since I...
Tip: From [here](https://github.com/inkarkat/vim-SyntaxRange/issues/9) I could figure out how to [enhance my NeoVim/Coc setup](https://codeberg.org/oblitum/dotfiles/commit/22a4363b0b0af6615dc9faef774e9e1252de2767) for HSX highlighting. before:  after: 
I have sound with latest Proton. I had to apply the same reproduction instructions and protontricks as above for the game to run.
I run it with just `protontricks 35140 mdx d3dx9 d3dcompiler_43 win10` and it works (no need for `PROTON_NO_ESYNC=1 PROTON_USE_D9VK=1`). I'm on 7700K/GTX 1080 TI. The only additional thing I'd recommend...
Me too, I really wished this to come before 1.0 and solved tuple impl etc.
@gnzlbg that's C++1z actually.
Vim provides ++close for this: `:terminal ++close ` (e.g. `:terminal ++close true`). See [`:h term++close`](https://vimhelp.org/terminal.txt.html#term%2B%2Bclose).
@justinmk it doesn't. None of this works because the target terminal buffer may not be in focus on `TermClose`. I tried to set `autocmd TermClose * call nvim_input('')` and it...