protonscr

RIDE 3

protonopen appid 759740Game compatibility - Unofficial
ValveSoftware/Proton#2052 · opened 2018-12-01 by Dygear · updated 2020-03-13 · 14 comments · github · game page · search this game
1 matching comments, n / p to jump
DDygear 2018-12-01 github

Compatibility Report

  • Name of the game with compatibility issues: RIDE 3
  • Steam AppID of the game: 759740

System Information

  • GPU: GTX 1060 Ti
  • Driver/LLVM version: nvidia 396.54
  • Kernel version: 4.18.19-041819-generic
  • Link to full system information report as gist: System Report Gist
  • Proton version: 3.7-8

I confirm:

  • [x] that I haven't found an existing compatibility report for this game.
  • [x] that I have checked whether there are updates for my system available.

steam-759740.log

Symptoms

Fails to open game with an error dialog on the preload splash page. I'm guessing DRM is getting in the way. The UE... Fatal Error! [Ok].

Reproduction

Simply attempt to launch the game.

Nnsivov 2018-12-03 github

Looks like trueSky plugin failure:

40567.920:0027:0028:trace:module:process_attach (L"TrueSkyPluginRender_MT.dll",(nil)) - END
40567.939:0027:0028:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll L"C:\\windows\\system32\\windowscodecs.dll"
40567.939:0027:0028:err:ole:CoGetClassObject no class object {317d06e8-5f24-433d-bdf7-79ce68d8abc2} could be created for context 0x1
40567.939:0027:0028:trace:module:load_dll looking for L"oleaut32.dll" in L"Z:\\home\\dygear\\.local\\share\\Steam\\steamapps\\common\\RIDE 3\\ride3\\Binaries\\Win64;C:\\Program Files (x86)\\Steam;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem"
40567.939:0027:0028:trace:module:load_dll Found L"C:\\windows\\system32\\oleaut32.dll" for L"oleaut32.dll" at 0x7f826c8b0000, count=-1
40567.939:0027:0028:fixme:wincodecs:FormatConverter_Initialize Unsupported destination format {f5c7ad2d-6a8d-43dd-a7a8-a29935261ae9}
40567.956:0027:0028:warn:debugstr:OutputDebugStringA "D3DX11CreateEffectFromBinaryFile error "
Ssteev182 2018-12-12 github

I experienced the same issue on 3.16-5 with this game. What kind of things can we try as regular users to help?

DDygear 2018-12-20 github

Well the good news is, that this is the only outstanding issue for the next release milestone. So hopefully we will hear something soon. Great work people! Really shocked how much you've turned up Linux gaming in the past few months.

Mmimattr 2018-12-24 github

Looks like trueSky plugin failure:

Correct, more information (and workaround) can be found here: #2136

Hope that helps.

DDygear 2019-04-03 github

When first starting up the game with Proton 4.2.2 I'm getting a message dialog saying "DX11 feature level 10.0 is required to run the engine." It should be noted that I have now moved over to a AMD Redeon VII GPU.

  • GPU: AMD Radeon VII
  • Driver/LLVM version: amdgpu X.Org AMD Radeon VII (VEGA20, DRM 3.27.0, LLVM 7.0.1)
  • Kernel version: 5.0.4-050004-generic
  • Link to full system information report as gist: System Report Gist
  • Proton version: 4.2-2
Kkisak-valve maintainer 2019-04-03 github

Hello @Dygear, please verify you have Vulkan installed for your video card with something like apt policy mesa-vulkan-drivers mesa-vulkan-drivers:i386.

DDygear 2019-04-03 github

@kisak-valve Yep, that was it! I must of uninstalled them when I removed the nvidia drivers for my system.

mesa-vulkan-drivers:
  Installed: (none)
  Candidate: 18.2.8-0ubuntu0~18.04.2
  Version table:
     18.2.8-0ubuntu0~18.04.2 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
     18.0.0~rc5-1ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
mesa-vulkan-drivers:i386:
  Installed: (none)
  Candidate: 18.2.8-0ubuntu0~18.04.2
  Version table:
     18.2.8-0ubuntu0~18.04.2 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages
     18.0.0~rc5-1ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages

Then installed ...

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  mesa-vulkan-drivers
0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded.
Need to get 1,390 kB of archives.
After this operation, 6,050 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 mesa-vulkan-drivers amd64 18.2.8-0ubuntu0~18.04.2 [1,390 kB]
Fetched 1,390 kB in 1s (2,007 kB/s)           
Selecting previously unselected package mesa-vulkan-drivers:amd64.
(Reading database ... 358385 files and directories currently installed.)
Preparing to unpack .../mesa-vulkan-drivers_18.2.8-0ubuntu0~18.04.2_amd64.deb ...
Unpacking mesa-vulkan-drivers:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Setting up mesa-vulkan-drivers:amd64 (18.2.8-0ubuntu0~18.04.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...

Now I'm just getting a "Fatal Error!" message dialog.

DDygear 2019-04-03 github

Had to run the following commands ...

sudo add-apt-repository ppa:paulo-miguel-dias/pkppa
sudo apt dist-upgrade
sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386

And apparently my mesa drivers were to new for a part of the install process to I had to remove and then do a apt --fix-install.

Ssteev182 2019-04-05 github

Did you have to add the file that was listed by mymattr? I'm getting a black screen, then "Fatal Error!" still.

Aantimech 2020-01-07 github

Same pop-up appeared there #3416 but the workaround doesn't help.

Aantimech 2020-01-07 github

This works tho: <Link removed by moderator>

Kkisak-valve maintainer 2020-01-07 github

Hello @antimech, the workaround you linked is legally problematic and has been removed.

Aantimech 2020-01-08 github

@kisak-valve ok

Eedpil02 2020-03-13 github

I was able to play this game with wine and native mfplat.dll with good performances , now i got a problem with latest versions of wine.

Proton versions

DLLs

Error codes