Skip to content

Checklist Proton bugs

HonkingGoose edited this page May 8, 2019 · 9 revisions

Checklist Proton bugs

This is a checklist to help you find relevant error messages in your Proton log.

General guidance

Search the Proton log for the following prefixes to find errors/warnings:

  • fixme:
  • err:
  • warn:
  • error:

Game won't start at all:

Steam2.dll

Tracked at https://github.com/ValveSoftware/Proton/issues/2613 by @HonkingGoose.

  • warn:module:load_builtin_dll cannot open .so lib for builtin L"Steam2.dll":

MFC42.dll

Tracked at https://github.com/ValveSoftware/Proton/issues/2624 by @HonkingGoose.

  • err:module:import_dll Library MFC42.DLL

Valve CEG DRM

Currently games using Valve's CEG DRM don't work, this is tracked at https://github.com/ValveSoftware/Proton/issues/753


Missing cinematic/cutscenes:

Problems with missing cinematics/cutscenes are most likely due to Media Foundation, Quartz or WMVcore issues. These are tracked at https://github.com/ValveSoftware/Proton/issues/1464 by @HonkingGoose.

Media Foundation

  • mfplat.dll
  • mfplay.dll
  • mfreadwrite.dll
  • mfstartup/dll

Quartz

  • quartz.dll
  • fixme:quartz:MPEGSplitter_QueryInterface
  • err:quartz:GetClassMediaFile Media class not found

WMVcore

  • WMVcore.dll
  • fixme:wmvcore:WMReader_Open
  • fixme:wmvcore:WMCreateSyncReader

XNA

  • Microsoft.Xna.Framework.Video.dll

Audio playback issues:

Xaudio2

Xaudio2 issues are labeled "XAudio2" by the moderator. The Proton log typically includes one of the following:

  • XAudio2_7.dll
  • xaudio2_8.dll

Other errors:

.net

.net issues are labeled appropriately by the moderator. These include:

  • .NET-UE3 (Unreal Engine 3.)
  • .NET-winforms (System.Windows.forms toolkit)
  • .NET-WPF (PresentationFramework)
  • .NET-XNA (Uses XNA framework, implies Xaudio2 and possibly WMP)

wine-mono

If you're seeing this bug, try Proton 4.2-3 or newer. (wine-mono is included starting with Proton 4.2-3)

  • err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed

Clone this wiki locally