Jump to content

Freeze on game launch(AMD)


Hey! This is my duplicate of another post i accidentaly made on the wrong account with no battles and was unable to post anything. 

As the topic says i cant launch war thunder on my arch pc whenever i hit play the game launches and freezes, on seeing the logs i found that GPU TIMEOUT is the issue.

My kernel is

~~~

5.15.6-225-tkg-pds
~~~ and i am running arch linux

My GPU
~~~

00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] [1002:9851] (rev 45) (prog-if 00 [VGA controller])
~~~

Drivers

~~~

OpenGL vendor string: AMD
OpenGL renderer string: AMD KABINI (DRM 3.42.0, 5.15.6-225-tkg-pds, LLVM 13.0.0)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.3.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.3.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.3.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
~~~

 

CPU
~~~

model        : 48
model name    : AMD A8-7410 APU with AMD Radeon R5 Graphics
cpu MHz        : 2200.000
cache size    : 2048 KB
cpu cores    : 4
~~~

 

2021_12_11_00_20_10__116583.clog 2021_12_11_10_51_41__19000.clog

Share this post


Link to post
Share on other sites

  • Technical Moderator

Hello @TopGunAssasin,

 

I see your main GPU is GCN 1.0, AMD R5 330/435 I'm assuming? Which last time I check at least didn't have the best Vulkan support. You could see if it will start with your APU GPU as it is a bit newer to my knowledge? If you know how.

Share this post


Link to post
Share on other sites

Hey wassup!

War thunder works wonderfully on windows. That's the bummer what i think my pc has only 1 GPU but commands show 2 but i can't really switch my GPU. 

Do you want output to `vulkaninfo`. How do i get the code blocks code looks very bad without them

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Yes, Well on Windows it will use DX11, Regarding using your APU GPU, You could have a look at the PRIME ArchWiki page as you might be able to use that:

 

https://wiki.archlinux.org/title/PRIME

 

To use code blocks on the forum, It is the <> icon in the editor.

 

@pyromaniac1689,

 

Please submit a separate report regarding your issue.

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Right, Could you please post the output of this command?

 

xrandr --listproviders

 

Share this post


Link to post
Share on other sites

@apemax
 

Providers: number : 2
Provider 0: id: 0x52 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 2 outputs: 2 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:00:01.0
Provider 1: id: 0x79 cap: 0xd, Source Output, Source Offload, Sink Offload crtcs: 0 outputs: 0 associated providers: 1 name:AMD Radeon R5 M330 @ pci:0000:01:00.0

 

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Thank you, If you run the command like this does it change anything?

 

DRI_PRIME=0 ./launcher

 

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Right, I'm assuming you used this command to set the provider and sink as it says in the Archwiki?

 

xrandr --setprovideroffloadsink provider sink

 

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Right, Is this machine a prebuilt OEM desktop made by HP, Dell, etc? Also could you please install the "vulkan-extra-tools" package, run the below command and post the output?

 

vkvia

 

Share this post


Link to post
Share on other sites

On 03/01/2022 at 19:27, apemax said:

Right, Is this machine a prebuilt OEM desktop made by HP, Dell, etc?

Yep, By lenovo. Also i tried the game on gentoo unfortunately that didn't work.

That package doesn't exist on portage.

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Thank you, Right, Thats the package that contains the command for Arch, Which I saw you were on in your first post. Is it possible for you to install that package and run that command on Arch?

Share this post


Link to post
Share on other sites

@apemax

Right. SO i got vkvia installed on gentoo here is the output

arnav@gentoo ~/V/b/via (master)> ./vkvia
WARNING: radv is not a conformant Vulkan implementation, testing use only.
WARNING: radv is not a conformant Vulkan implementation, testing use only.
WARNING: radv is not a conformant Vulkan implementation, testing use only.
WARNING: radv is not a conformant Vulkan implementation, testing use only.
SUCCESS: Vulkan analysis able to create Vulkan 1.2 instance/devices - However, No SDK Detected

 

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Right, Those warning point towards what I said earlier, GCN 1.0 isn't really 100% when it comes to Vulkan. What version of mesa do you have on Gentoo? Could you try a newer version?

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Interesting, I saw for your GPU here:

 

https://www.techpowerup.com/gpu-specs/radeon-r5-m330.c2681

 

That it was GCN 1.0. So I'm not sure really, AMD GPUs from around that time are a complete mess. I'm assuming you are using the AMDGPU driver right now? have you tried the radeon driver? https://wiki.gentoo.org/wiki/Radeon As that also supports both Southern Islands and Sea Islands GPUs?

Share this post


Link to post
Share on other sites

5 minutes ago, apemax said:

@TopGunAssasin,

 

Interesting, I saw for your GPU here:

 

https://www.techpowerup.com/gpu-specs/radeon-r5-m330.c2681

 

That it was GCN 1.0. So I'm not sure really, AMD GPUs from around that time are a complete mess. I'm assuming you are using the AMDGPU driver right now? have you tried the radeon driver? https://wiki.gentoo.org/wiki/Radeon As that also supports both Southern Islands and Sea Islands GPUs?

Hey! Doesn't radeon not support vulkan?

Secondly i have a R5 M430 and not a R5 M330

Edited by TopGunAssasin

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Right, I'm not totally familiar with AMD drivers but worth a try at least. Well TechPowerUp say the R5 M430 is GCN 1.0 as well so I'm still not sure:

 

https://www.techpowerup.com/gpu-specs/radeon-r5-m430.c2945

 

Have you tried starting the game in "Old Videocard Support" mode?

Share this post


Link to post
Share on other sites

  • Technical Moderator

@TopGunAssasin,

 

Right, Does starting the game with safe mode change anything? To do this run this command in your main "WarThunder" directory:

 

./linux64/aces -safe

 

Share this post


Link to post
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...