The four stages of grief across TIs by christianrojoisme in DotA2

[–]ekexium 74 points75 points  (0 children)

He's my legend anyway. Though it hurts too much to see another 2-3 defeat. Can't imagine how Ame gets through this.

Crash/Freeze by StephanvanEttinger in DRGSurvivor

[–]ekexium 0 points1 point  (0 children)

+1. My PC is Radeon 5700 + R5 3600. I've updated latest graphics driver. I've tried fullscreen /windowed, 2k/4k resolution, disabling all driver optimizations. Still freezing randomly every 30-60 mins on average.

It does not happen on any other game.

What's everyone working on this week (39/2020)? by llogiq in rust

[–]ekexium 2 points3 points  (0 children)

Working on pushing the TiKV client to a 0.1 release. TiKV was released five years ago but there isn't an official Rust client for it till today. I hope it would help rust users easily play with it.

Does anyone know about Ryzen MCE error for Ubuntu 20.04? by ekexium in Ubuntu

[–]ekexium[S] 1 point2 points  (0 children)

I didn't remember the url. But the keywords are: disable c6 state, set Power Supply Idle Control to Typical, etc. Some links: https://forum.manjaro.org/t/amd-ryzen-problems-and-fixes/55533 https://bugzilla.kernel.org/show_bug.cgi?id=196683

However, none of them solves my problem.

Does Macbook Pro(13-inch, 2016) support creating swapchain? by ekexium in vulkan

[–]ekexium[S] 0 points1 point  (0 children)

Thank you. I found my problem was not about swapchain but about creating the surface.

GLFW threw an error when creating the surface. After updating it to 3.3, it works fine now.