applications icon indicating copy to clipboard operation
applications copied to clipboard

WoT hardware acceleration Error

Open feri777 opened this issue 6 years ago • 7 comments

I have problem to run World of Tanks. When I click on Play button, then show me this error:

Application has failed to start because no appropriate graphics hardware acceleration is available or it is turned off.

I have Nvidia GTX 970 with NVIDIA driver version 390.67.

feri777 avatar Jul 07 '18 18:07 feri777

Same problem here. Running Ubuntu 18.04 LTS with GTX 780 Ti and nvidia-396. WoT works in POL, so maybe another problem?

ghost avatar Jul 11 '18 10:07 ghost

I had a similar issue with SC2 with a Nvidia card, a recent PR resolved the issue for me it might resolve this issue as well.

https://github.com/winepak/winepak-sdk-images/pull/15

brlbil avatar Jul 12 '18 01:07 brlbil

brlbil: Not work for me.

feri777 avatar Jul 12 '18 07:07 feri777

Does not work for me either.

ghost avatar Jul 12 '18 09:07 ghost

@feri777 @silveroffspring Is it WoT still failing or the Nvidia driver still failing? Can you play another game which would require the Nvidia drivers?

Also do you have all the packages installed?

org.winepak.Platform//3.0
org.winepak.Platform.Compat32//3.0
org.winepak.Platform.Wine//3.9-staging
org.winepak.Platform.Wine.Compat32//3.9-staging
org.freedesktop.Platform.GL.nvidia-XXX-XX
org.freedesktop.Platform.GL32.nvidia-XXX-XX

With XXX-XX being your Nvidia driver version. I'm not sure of the *.GL32 extension is auto installed. If you don't have the above packages, install them (replacing the XXX-XX with you Nvidia driver version):

flatpak -y update org.winepak.Platform//3.0 org.winepak.Platform.Compat32//3.0 org.winepak.Platform.Wine//3.9-staging org.winepak.Platform.Wine.Compat32//3.9-staging org.freedesktop.Platform.GL.nvidia-XXX-XX org.freedesktop.Platform.GL32.nvidia-XXX-XX

And try reinstalling & launching:

rm -rf $HOME/.var/app/com.worldoftanks.Client/data/wine
flatpak run com.worldoftanks.Client

julianrichen avatar Jul 12 '18 12:07 julianrichen

@julianrichen I didnt have "org.freedesktop.Platform.GL32.nvidia-XXX-XX". So I install this package. Now game crashing after WoT client is loading.

feri777 avatar Jul 12 '18 19:07 feri777

I miss several packages, but non will get installed. I tried some times, is there an instruction? Maybe I do something wrong...

Edit: I installed SC 2 via Software-Center and it doesnt open itself. Wine starts to configure, but there is no result. No success, no error.

Now I installed WoW, Blizzard App installs itself and jumps to the login. I test a bit and give you an update.

Edit 2: After login there comes error BLZBNTBNA0000000A. Its a problem with the graphics driver.

ghost avatar Jul 13 '18 18:07 ghost