Skip to content
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

Complete system freeze on linux #40

Closed
imran-iq opened this issue Jan 4, 2020 · 2 comments
Closed

Complete system freeze on linux #40

imran-iq opened this issue Jan 4, 2020 · 2 comments
Labels

Comments

@imran-iq
Copy link

imran-iq commented Jan 4, 2020

Your system information

Please describe your issue in as much detail as possible:

Describe what you expected should happen and what did happen. Please link any large pastes as a Github Gist.

Started a new game, clicked on start game, the whole game froze. Nothing was moving so I kill -9'd the process

I believe it produced this log (freezing when hitting game start): https://gist.github.com/imran-iq/2a4f905e3345b68da09676c6c9a8ba98

I then relaunched the game and reconnected to the server and played the game for a round or two
Then the whole system froze. mouse keyboard everything. Had to hard reboot computer via holding down power button.

I believe this is the log from that: https://gist.github.com/imran-iq/8afd7a6bb87898eb7dd9ee32d9e3b3e5

The part that catches my attention is:

01/03 23:43:29 [Particles] WARNING: Particle system 'particles/ui/end_of_round/defeat/eor_defeat_enemy2portrait_proj.vpcf' was not precached correctly. Performing blocking load....

near the end

@imran-iq
Copy link
Author

Just following up on this, I do not think this issue is related to the game but a bug in amdgpu for navi10 cards

see attached error from journalctl from that boot: https://gist.github.com/imran-iq/b7db23652f0c64ac37b028521bf990dd

@imran-iq
Copy link
Author

I am just going to close this, for anyone wondering, there was a lot of instability with navi cards with the kernel at the time.
I did a few things to help with the situation:
See: https://www.kernel.org/doc/html/latest/gpu/amdgpu/thermal.html

  1. Make sure fans are actually being turned on, pwm1_enable is set to not 0, this was set to 0 for me causing my card to over heat
  2. Downclock the card by either using pp features from the above link or the hardware switch on the card. For some reason the kernel/amdgpu was setting the frequency to higher than it was, when the card was under load it would cause it to crash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants