Open cwebster2 opened 4 years ago
CChromaEditorLibrary64.dll
For me this starts the game but it hangs after, with a black screen and a bit of the logo audio. Only proton version that worked for me was Glorious Eggroll 6.1-GE-2 but it stopped working after the last patch.
Replying to #4243 (comment)
Hey, try disabling CChromaEditorLibrary64.dll in winecfg for that prefix. Worked for me. You'll notice that the terminal output mentions looking for the Chroma SDK plugin.
How do you disable the chroma dll
Replying to #4243 (comment)
Hey, try disabling CChromaEditorLibrary64.dll in winecfg for that prefix. Worked for me. You'll notice that the terminal output mentions looking for the Chroma SDK plugin.
How do you disable the chroma dll
set env WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command%
as the launch options for Baldurs Gate 3
Thank you very much. Been trying to get this to work the whole night.
Just to let you guys know, I ain't got problems with patch4 using Proton-5.21-GE-1 and a Radeon 5700xt and using mesa 20.3.4 on fedora33
On Sat, 2021-02-27 at 03:48 -0800, Anzo wrote:
CAUTION: This email originated from outside of Wichita State University. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Replying to #4243 (comment) Hey, try disabling CChromaEditorLibrary64.dll in winecfg for that prefix. Worked for me. You'll notice that the terminal output mentions looking for the Chroma SDK plugin. How do you disable the chroma dll set env WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command% as the launch options for Baldurs Gate 3 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
That doesn't seem to help me on nvidia... clean wineprefix using Proton-6.1-GE-2 ... these runtime options:
PROTON_LOG=1 WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command%
WINEDLLOVERRIDES="CChromaEditorLibrary64=d"
Perhaps the =d (for disable) isn't needed. But I always use it. Another solution would be to move the CChromaEditorLibrary64 dll to a backup location. If it can't find it, it can't load it.
WINEDLLOVERRIDES="CChromaEditorLibrary64=d"
Perhaps the =d (for disable) isn't needed. But I always use it. Another solution would be to move the CChromaEditorLibrary64 dll to a backup location. If it can't find it, it can't load it.
the = (nothing)
just means that its not n (native)
or b (built in)
so by setting it to nothing it forces it to not load it. So yea I guess you can set it to d
as d
is not programmed to do anything - And I also remember WINE not taking casing into account when it comes to dll's - so writing it in lowercase should be fine, but yea if you can't get it to work moving the dll could be a solution
On Sat, 2021-02-27 at 03:48 -0800, Anzo wrote: CAUTION: This email originated from outside of Wichita State University. Do not click links or open attachments unless you recognize the sender and know the content is safe. > > > Replying to #4243 (comment) > > Hey, try disabling CChromaEditorLibrary64.dll in winecfg for that > > prefix. Worked for me. You'll notice that the terminal output > > mentions looking for the Chroma SDK plugin. > How do you disable the chroma dll set env WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command% as the launch options for Baldurs Gate 3 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. That doesn't seem to help me on nvidia... clean wineprefix using Proton-6.1-GE-2 ... these runtime options: PROTON_LOG=1 WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command%
The reason for it not working is that you forgot the env
in the command WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command%
it should be env WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command%
Alternitivly you could also use export
instead of env
, but that would make the DLLOVERRIDE active for the entire session instead of for that game only
Replying to https://github.com/ValveSoftware/Proton/issues/4243#issuecomment-787431439
Yeah... that didn't seem to change anything. It seems to die after playing that initial short sound byte...
Hello @sidrew, please use a gist or other pastebin service when doing large copy/pastes. Your last reply to this compatibility report has been trimmed due to excessive length.
Yeah, woops.
So currently the game is working fine but my mouse is invisible. I tried proton-5.9-ge-8-st, proton-5.21-ge-1, proton-6.1-ge-2
Also
env WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command%
and
env WINEDLLOVERRIDES="cchromaeditorlibrary64=" VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_icd.x86_64.json %command%
Any ideas about the invisible mouse problem?
You can tell wine/proton to auto capture mouse in full-screen windows, and also emulate a virtual desktop can sometimes help.
There are env commands for those options also, but if you use lutris as a launcher they are toggle boxes for ease of use.
So currently the game is working fine but my mouse is invisible. I tried proton-5.9-ge-8-st, proton-5.21-ge-1, proton-6.1-ge-2 Also
env WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command%
andenv WINEDLLOVERRIDES="cchromaeditorlibrary64=" VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_icd.x86_64.json %command%
Any ideas about the invisible mouse problem?
@jarrard might be right - That at least sounds like it's worth a try - You should also be able to toggle emulated desktop on in winecfg
and on steam you can use protontricks
to easily access winetricks for a specific game
virtual desktop worked wonders :) thx
@AnzoDK Thank you, very much. That fix worked for the game, i had a issue for a few days and out of desperation i googled and came across this and when i tried your fix it worked. Much appreciated.
I was able to play to level 4 by running, on Ubuntu 20.04 with an NVIDIA 460.39 driver :
WINEDLLOVERRIDES="cchromaeditorlibrary64=" WINEPREFIX=~/.steam/steam/steamapps/compatdata/1086940/pfx wine .steam/steam/steamapps/common/Baldurs\ Gate\ 3/bin/bg3.exe
Hi @kisak-valve,
The Mesa / RADV labels can be removed. The failure to launch the title on Vulkan was reported here (https://gitlab.freedesktop.org/mesa/mesa/-/issues/3607) and fixed here (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7207). The fix is already upstreamed since Mesa 20.2.2 and a game update has also apparently addressed the issue.
The title is currently not functional out of the box on Proton due to various launcher issues, but was confirmed fixed on Mesa-Git using Proton-6.1GE-2 w/ the following launch option: WINEDLLOVERRIDES="cchromaeditorlibrary64=d" %command%
RADV |
---|
@ZereoX Is Mesa git realy necessary ?
The game seems to work just fine with Proton-6.1GE-2, launch option: WINEDLLOVERRIDES="cchromaeditorlibrary64=d" %command%
and Mesa 20.3.4
on arch linux.
Is Mesa git realy necessary ?
and Mesa 20.3.4 on arch linux.
I've successfully run too with current v20.3.4
Mesa in Fedora 33 and game works fine.
Hello @elovin, @ZereoX's comment says that the issue reported in https://github.com/ValveSoftware/Proton/issues/4243#issuecomment-704568856 was triaged in mesa 20.2.2, but they used mesa-git when they tested the game. The comment doesn't say that the latest development build of mesa was required.
Is Mesa git realy necessary ?
Fixes are being back ported to current mesa 20.x.x
I am running Ubuntu 20.04, NVIDIA GeForce GTX 1080 with drivers 460, and Proton 6.3. When I try to launch Baldur's Gate 3 I get this message, "Platform not supported". I have tried setting the launch options to WINEDLLOVERRIDES="cchromaeditorlibrary64=d" %command%
and WINEDLLOVERRIDES="cchromaeditorlibrary64=" WINEPREFIX=~/.steam/steam/steamapps/compatdata/1086940/pfx wine .steam/steam/steamapps/common/Baldurs\ Gate\ 3/bin/bg3.exe
, but it doesn't change anything.
``` May 10 18:51:41 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17435): SteamUtils009 / May 10 18:51:41 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17435): SteamController007 / May 10 18:51:41 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17435): SteamInput001 / May 10 18:51:42 Jaap-Desktop steam.desktop[17435]: [0510/185142.398:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 0 May 10 18:51:42 Jaap-Desktop steam.desktop[17465]: ERROR: ld.so: object '/home/jaap/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. May 10 18:51:42 Jaap-Desktop steam.desktop[7704]: >>> Adding process 17465 for game ID 1086940 May 10 18:51:42 Jaap-Desktop steam.desktop[17465]: [0510/185142.816:ERROR:dxva_video_decode_accelerator_win.cc(1368)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: Module not found. (0x7E) May 10 18:51:42 Jaap-Desktop steam.desktop[17465]: [0510/185142.817:ERROR:dxva_video_decode_accelerator_win.cc(1376)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. (0x7E) May 10 18:51:43 Jaap-Desktop steam.desktop[17524]: ERROR: ld.so: object '/home/jaap/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. May 10 18:51:43 Jaap-Desktop steam.desktop[17435]: WARNING: radv is not a conformant vulkan implementation, testing use only. May 10 18:51:43 Jaap-Desktop steam.desktop[7704]: >>> Adding process 17524 for game ID 1086940 May 10 18:51:43 Jaap-Desktop steam.desktop[17524]: [0510/185143.481:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 0 May 10 18:51:43 Jaap-Desktop steam.desktop[17435]: WARNING: radv is not a conformant vulkan implementation, testing use only. May 10 18:51:43 Jaap-Desktop steam.desktop[17551]: ERROR: ld.so: object '/home/jaap/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. May 10 18:51:43 Jaap-Desktop steam.desktop[7704]: >>> Adding process 17551 for game ID 1086940 May 10 18:51:43 Jaap-Desktop steam.desktop[17435]: [0510/185143.974:INFO:CONSOLE(1)] "Trying to load user session: 20", source: https://launcher.larian.com/js/app.989d96ba.js (1) May 10 18:51:43 Jaap-Desktop steam.desktop[17435]: [0510/185143.975:INFO:CONSOLE(1)] "set game from STORE bg3", source: https://launcher.larian.com/js/app.989d96ba.js (1) May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: [0510/185144.032:INFO:CONSOLE(1)] "error: System.InvalidOperationException: Could not execute method: getLanguageIso() May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: ---> System.NullReferenceException: Object reference not set to an instance of an object. May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: at LariLauncher.ViewModel.Cef.JavascriptHandler.GetLanguageIso() May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: --- End of inner exception stack trace --- May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: at CefSharp.Internals.JavascriptObjectRepository.TryCallMethod(Int64 objectId, String name, Object[] parameters, Object& result, String& exception) May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: --- End of inner exception stack trace --- May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: at CefSharp.Internals.JavascriptObjectRepository.TryCallMethod(Int64 objectId, String name, Object[] parameters, Object& result, String& exception)", source: https://launcher.larian.com/js/app.989d96ba.js (1) May 10 18:51:44 Jaap-Desktop steam.desktop[17435]: [0510/185144.037:INFO:CONSOLE(1)] "CefSharp platform (PLAT, GAMEID, TOK): steam 1086940 FAAAADTojkhstsE5JaJJAgEAEAGDYplgGAAAAAEAAAACAAAAJpfdt7uELTUM1hUADQAAALIAAAAyAAAABAAAACWiSQIBABAB3JUQADm4WFa7AajAAAAAAPpTjGB6A6hgAQAhkwUAAAAAABIKFfGqsFXYZvn5vy+OzvU6k7Iz+9ir3PKY0OxtiEs268Em4cNdGU6xyejjapEszgAn8XU3PSaczLVmvLtUQPJ1KffnmW0INOHc0SHt43cWw/jtkngHFUEjVHKg55loLNixrfy7sNf9EaE2Gn6DzYvSoZ1kIPbjk40C0uBDoyXn", source: https://launcher.larian.com/js/app.989d96ba.js (1) May 10 18:51:56 Jaap-Desktop steam.desktop[17435]: [0510/185156.227:INFO:CONSOLE(1)] "vulkan", source: https://launcher.larian.com/js/app.989d96ba.js (1) May 10 18:51:56 Jaap-Desktop steam.desktop[17593]: ERROR: ld.so: object '/home/jaap/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. May 10 18:51:56 Jaap-Desktop steam.desktop[7704]: >>> Adding process 17593 for game ID 1086940 May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: Game update: AppID 1086940 "", ProcID 17593, IP 0.0.0.0:0 May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): SteamUtils009 / Utils May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): SteamUser020 / User May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): STEAMAPPS_INTERFACE_VERSION008 / May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): SteamUtils009 / May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): SteamUser020 / May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): SteamFriends017 / May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): STEAMUSERSTATS_INTERFACE_VERSION011 / May 10 18:51:58 Jaap-Desktop steam.desktop[17593]: WARNING: radv is not a conformant vulkan implementation, testing use only. May 10 18:51:58 Jaap-Desktop steam.desktop[17593]: Fossilize INFO: Overriding serialization path: "/home/jaap/.local/share/Steam/steamapps/shadercache/1086940/fozpipelinesv5/steamapprun_pipeline_cache". May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: CAPIJobRequestUserStats - Server response failed 2 May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): STEAMUGC_INTERFACE_VERSION014 / May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): SteamUtils009 / Utils May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): SteamController007 / Controller May 10 18:51:58 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): SteamInput001 / Controller May 10 18:51:59 Jaap-Desktop rtkit-daemon[991]: Supervising 12 threads of 8 processes of 1 users. May 10 18:51:59 Jaap-Desktop rtkit-daemon[991]: Supervising 12 threads of 8 processes of 1 users. May 10 18:51:59 Jaap-Desktop rtkit-daemon[991]: Supervising 12 threads of 8 processes of 1 users. May 10 18:51:59 Jaap-Desktop rtkit-daemon[991]: Successfully made thread 17632 of process 17593 owned by '1000' high priority at nice level -15. May 10 18:51:59 Jaap-Desktop rtkit-daemon[991]: Supervising 13 threads of 9 processes of 1 users. May 10 18:52:06 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17593): STEAMREMOTESTORAGE_INTERFACE_VERSION014 / May 10 18:52:06 Jaap-Desktop rtkit-daemon[991]: Successfully made thread 17642 of process 17593 owned by '1000' high priority at nice level -15. May 10 18:52:06 Jaap-Desktop rtkit-daemon[991]: Supervising 14 threads of 9 processes of 1 users. May 10 18:52:17 Jaap-Desktop pipewire-pulse[1702]: 1 events suppressed May 10 18:52:17 Jaap-Desktop pipewire-pulse[1702]: pulse-server 0x558d9f9797c0: [bg3.exe] UNDERFLOW channel:0 offset:7133184 underrun:2048 May 10 18:52:17 Jaap-Desktop steam.desktop[17650]: ERROR: ld.so: object '/home/jaap/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. May 10 18:52:17 Jaap-Desktop steam.desktop[7704]: >>> Adding process 17650 for game ID 1086940 May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: Game update: AppID 1086940 "", ProcID 17650, IP 0.0.0.0:0 May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamUtils009 / May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamUser021 / User May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamUser021 / User May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamFriends017 / Friends May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamUtils009 / Utils May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamMatchMaking009 / Matchmaking May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamMatchMakingServers002 / MatchmakingServers May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMUSERSTATS_INTERFACE_VERSION012 / UserStats May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMAPPS_INTERFACE_VERSION008 / Apps May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamNetworking006 / Networking May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMREMOTESTORAGE_INTERFACE_VERSION014 / RemoteStorage May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMSCREENSHOTS_INTERFACE_VERSION003 / Screenshots May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamMatchGameSearch001 / GameSearch May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMHTTP_INTERFACE_VERSION003 / HTTP May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamController007 / Controller May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMUGC_INTERFACE_VERSION014 / UGC May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMAPPLIST_INTERFACE_VERSION001 / AppList May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMMUSIC_INTERFACE_VERSION001 / Music May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMMUSICREMOTE_INTERFACE_VERSION001 / MusicRemote May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMHTMLSURFACE_INTERFACE_VERSION_005 / HTMLSurface May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMINVENTORY_INTERFACE_V003 / Inventory May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMVIDEO_INTERFACE_V002 / Video May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMPARENTALSETTINGS_INTERFACE_VERSION001 / ParentalSettings May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamInput001 / Controller May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamParties002 / Parties May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): STEAMREMOTEPLAY_INTERFACE_VERSION001 / RemotePlay May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamNetworkingUtils003 / May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamNetworkingUtils003 / May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamNetworkingSockets008 / May 10 18:52:18 Jaap-Desktop rtkit-daemon[991]: Supervising 11 threads of 7 processes of 1 users. May 10 18:52:18 Jaap-Desktop rtkit-daemon[991]: Supervising 11 threads of 7 processes of 1 users. May 10 18:52:18 Jaap-Desktop rtkit-daemon[991]: Supervising 11 threads of 7 processes of 1 users. May 10 18:52:18 Jaap-Desktop rtkit-daemon[991]: Successfully made thread 17658 of process 17650 owned by '1000' high priority at nice level -10. May 10 18:52:18 Jaap-Desktop rtkit-daemon[991]: Supervising 12 threads of 8 processes of 1 users. May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamUtils009 / May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamController007 / May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: RecordSteamInterfaceCreation (PID 17650): SteamInput001 / May 10 18:52:18 Jaap-Desktop steam.desktop[17435]: Setting breakpad minidump AppID = 1086940 May 10 18:52:18 Jaap-Desktop steam.desktop[17435]: SteamInternal_SetMinidumpSteamID: Caching Steam ID: 76561197998645797 [API loaded no] May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: Unhandled exception. System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.Markup.StaticExtension' threw an exception. May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: ---> System.TypeInitializationException: The type initializer for 'CrashReporter.ViewModel.CrashReporter' threw an exception. May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: ---> System.ArgumentNullException: Value cannot be null. (Parameter 'value') May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Globalization.CultureInfo.set_CurrentUICulture(CultureInfo value) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at CrashReporter.ViewModel.CrashReporter..ctor() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at CrashReporter.ViewModel.CrashReporter..cctor() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: --- End of inner exception stack trace --- May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at CrashReporter.ViewModel.CrashReporter.get_Instance() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: --- End of inner exception stack trace --- May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: --- End of inner exception stack trace --- May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Application.DoStartup() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Application.<.ctor>b__1_0(Object unused) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.DispatcherOperation.InvokeImpl() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: --- End of stack trace from previous location where exception was thrown --- May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.DispatcherOperation.Invoke() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.Dispatcher.ProcessQueue() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Threading.Dispatcher.Run() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Application.RunDispatcher(Object ignore) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Application.RunInternal(Window window) May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at System.Windows.Application.Run() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: at CrashReporter.App.Main() May 10 18:52:18 Jaap-Desktop steam.desktop[17650]: wine: Unhandled exception 0xe0434352 in thread 37c at address 000000007B01223E (thread 037c), starting debugger... May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: ERROR: ld.so: object '/home/jaap/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. May 10 18:52:18 Jaap-Desktop steam.desktop[7704]: >>> Adding process 17662 for game ID 1086940 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Unhandled exception: 0xe0434352 in 64-bit code (0x000000007b01223e). May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Register dump: May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: rip:000000007b01223e rsp:00000000002ad9c0 rbp:00000000002ade00 eflags:00000206 ( - -- I - -P- ) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: rax:00000000002ada00 rbx:00000000e0434352 rcx:00000000002ad9e0 rdx:0000000000000001 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: rsi:00000000002adb90 rdi:00000000002ada28 r8:0000000000000005 r9:00000000002adb68 r10:0000000000000006 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: r11:00000000002adb68 r12:000000001167dcf0 r13:0000000000000000 r14:0000000000000001 r15:00000000002adb68 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Stack dump: May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ad9c0: 00000000002ad9e0 0000000000d7be9e May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ad9d0: 00000000017fa980 0000000000000000 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ad9e0: 00000001e0434352 0000000000000000 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ad9f0: 000000007b01223e 0000000000000005 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ada00: ffffffff80131501 0000000000000000 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ada10: 0000000000000000 0000000000000000 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ada20: 0000000000c70000 0000000000000000 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ada30: fffffffffffffffe 0000000000000000 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ada40: 0000000000000000 00090e040001005e May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ada50: 0000000080000000 0000000000000000 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ada60: 00090f040001005f 0000000000d7c141 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x00000000002ada70: 0000000000000000 0000000000a3da30 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Backtrace: May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: =>0 0x000000007b01223e EntryPoint+0xffffffffffffffff() in kernelbase (0x00000000002ade00) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 1 0x0000000000d7bd68 EntryPoint+0xffffffffffffffff() in coreclr (0x00000000002ade00) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 2 0x0000000000d7b4d3 EntryPoint+0xffffffffffffffff() in coreclr (0x00000000002ade00) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 3 0x000006448a515901 in system.private.corelib (+0x515900) (0x00000000002ade00) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 4 0x000006448a3e8d4e in system.private.corelib (+0x3e8d4d) (0x00000000002ade00) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 5 0x000006448a40a390 in system.private.corelib (+0x40a38f) (0x00000000002ade90) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 6 0x0000000180246ad8 in windowsbase (+0x136ad7) (0x00000000002ade90) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 7 0x00000001802ad294 in windowsbase (+0x19d293) (0x00000000002adef0) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 8 0x00000001802a9fe1 in windowsbase (+0x199fe0) (0x00000000002adf90) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 9 0x00000001802aa538 in windowsbase (+0x19a537) (0x00000000002ae020) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 10 0x0000000180236e78 in windowsbase (+0x126e77) (0x00000000000200a4) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 11 0x0000000180236029 in windowsbase (+0x126028) (0x0000000000000000) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 12 0x00000001802a67b5 in windowsbase (+0x1967b4) (0x0000000000000000) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 13 0x00000001802a6646 in windowsbase (+0x196645) (0x00000000002ae1b0) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 14 0x00000001802a8b9e in windowsbase (+0x198b9d) (0x00000000002ae240) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 15 0x0000000180235dbc in windowsbase (+0x125dbb) (0x00000000002ae370) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0x000000007b01223e EntryPoint+0xffffffffffffffff in kernelbase: nop May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Modules: May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Module Address Debug info Name (121 modules) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE ac0000- b52000 Deferred hostpolicy May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE c70000- 11df000 Export coreclr May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1a060000- 1a1a2000 Deferred clrjit May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1a780000- 1a80c000 Deferred crashreporter May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1a930000- 1a93e000 Deferred system.runtime May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1a950000- 1aaad000 Deferred system.xaml May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1ab10000- 1ab2c000 Deferred netstandard May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1ab50000- 1ab8b000 Deferred system.private.uri May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1ac40000- 1ac52000 Deferred mscorlib May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1ad80000- 1adf9000 Deferred directwriteforwarder May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1ae40000- 1ae73000 Deferred system.runtime.extensions May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1ae80000- 1ae8e000 Deferred system.runtime.interopservices May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1aeb0000- 1aeb5000 Deferred system.runtime.compilerservices.visualc May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1aed0000- 1aed3000 Deferred system.diagnostics.debug May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1aee0000- 1aef3000 Deferred system.threading May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1af00000- 1af06000 Deferred microsoft.win32.primitives May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1af20000- 1af38000 Deferred system.collections.nongeneric May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b060000- 1b0c6000 Deferred system.linq May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b0f0000- 1b141000 Deferred system.collections May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b160000- 1b175000 Deferred microsoft.win32.registry May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b190000- 1b1a6000 Deferred system.collections.specialized May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b1c0000- 1b1ce000 Deferred system.componentmodel.primitives May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b1e0000- 1b21f000 Deferred system.diagnostics.process May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b4e0000- 1b4e5000 Deferred system.threading.thread May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b500000- 1b62d000 Deferred presentationnative_cor3 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b660000- 1b665000 Deferred system.xml.readerwriter May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1b680000- 1be89000 Deferred system.private.xml May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1bef0000- 1bf25000 Deferred system.io.filesystem May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1bf50000- 1bf77000 Deferred system.net.webclient May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1bfa0000- 1bfcc000 Deferred system.memory May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1c000000- 1c0a8000 Deferred system.security.cryptography.algorithms May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1c0b0000- 1c0b3000 Deferred system.text.encoding.extensions May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1c1a0000- 1c1a4000 Deferred system.threading.tasks May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1c1c0000- 1c1dc000 Deferred shared May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1c1e0000- 1c3ee000 Deferred wpfgfx_cor3 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1c3f0000- 1c84c000 Deferred d3dcompiler_47_cor3 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1c850000- 1c8b2000 Deferred steamworks.net May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1c910000- 1cafa000 Deferred gameoverlayrenderer64 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cb20000- 1cb23000 Deferred system.threading.timer May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cb40000- 1cb44000 Deferred system.resources.resourcemanager May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cb50000- 1cb55000 Deferred system.componentmodel May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cb70000- 1cb8f000 Deferred system.diagnostics.tracesource May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cbb0000- 1cc5c000 Deferred system.componentmodel.typeconverter May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cc80000- 1cc9e000 Deferred system.windows.extensions May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1ccb0000- 1ccb3000 Deferred system.threading.threadpool May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1ccd0000- 1ccff000 Deferred system.collections.concurrent May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cd40000- 1cd56000 Deferred system.objectmodel May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cfe0000- 1d024000 Deferred uiautomationtypes May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d0a0000- 1d208000 Deferred system.net.http May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d240000- 1d274000 Deferred system.net.primitives May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d2a0000- 1d2a4000 Deferred system.diagnostics.tracing May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d2b0000- 1d33c000 Deferred system.net.security May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d360000- 1d3d1000 Deferred system.security.cryptography.x509certificates May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d3f0000- 1d49e000 Deferred newtonsoft.json May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d4d0000- 1d51c000 Deferred system.runtime.serialization.formatters May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d550000- 1da54000 Deferred system.linq.expressions May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1daa0000- 1dad0000 Deferred system.runtime.numerics May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1db00000- 1db1e000 Deferred system.drawing.primitives May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1db20000- 1db27000 Deferred system.runtime.serialization.primitives May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1db40000- 1de0b000 Deferred system.data.common May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1de70000- 1de73000 Deferred system.reflection.emit.ilgeneration May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1de90000- 1de94000 Deferred system.reflection.primitives May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1dea0000- 1dea3000 Deferred system.reflection.emit.lightweight May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1dff0000- 1e15f000 Deferred microsoft.diasymreader.native.amd64 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1e160000- 1e169000 Deferred system.diagnostics.stacktrace May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1e170000- 1e275000 Deferred system.reflection.metadata May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1e2c0000- 1e35e000 Deferred system.collections.immutable May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1e3a0000- 1e3a5000 Deferred system.diagnostics.tools May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 7b000000- 7b0d3000 Export kernelbase May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 7b600000- 7b812000 Deferred kernel32 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 7bc00000- 7bc99000 Deferred ntdll May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 80360000- 80baf000 Deferred presentationcore May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 138000000- 139487000 Deferred steamclient64 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 13b400000- 13b444000 Deferred steam_api64 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 140000000- 140089000 Deferred crashreporter May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 180000000- 180094000 Deferred hostfxr May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 180110000- 18032c000 Export windowsbase May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 180590000- 18149a000 Deferred presentationframework May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1cd860000- 1cd863000 Deferred api-ms-win-crt-utility-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1d97a0000- 1d97a7000 Deferred api-ms-win-core-fibers-l1-1-1 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1e7540000- 1e7548000 Deferred api-ms-win-core-winrt-roparameterizediid-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 1fedf0000- 1fee05000 Deferred api-ms-win-crt-private-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 21a7e0000- 21a854000 Deferred setupapi May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 231ae0000- 231b62000 Deferred rpcrt4 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 23d820000- 23da47000 Deferred user32 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 241850000- 241853000 Deferred api-ms-win-crt-environment-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 262250000- 262259000 Deferred api-ms-win-crt-runtime-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 26b4c0000- 26b642000 Deferred gdi32 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 2739c0000- 273af6000 Deferred oleaut32 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 28ba60000- 28ba67000 Deferred api-ms-win-crt-time-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 2ba290000- 2ba298000 Deferred api-ms-win-core-winrt-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 2d4d40000- 2d4d57000 Deferred bcrypt May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 2e3540000- 2e3591000 Deferred shlwapi May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 2e8f10000- 2e9028000 Deferred ole32 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 2f1fa0000- 2f1fad000 Deferred version May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 2fe110000- 2fe115000 Deferred api-ms-win-crt-multibyte-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 30a2c0000- 30a2c9000 Deferred api-ms-win-crt-stdio-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 30c980000- 30c988000 Deferred api-ms-win-core-synch-l1-2-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 3126f0000- 312709000 Deferred shcore May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 327020000- 327072000 Deferred combase May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 32a700000- 32a729000 Deferred sechost May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 330260000- 33029f000 Deferred advapi32 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 33ea00000- 33ea09000 Deferred api-ms-win-crt-string-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 344840000- 344848000 Deferred api-ms-win-crt-filesystem-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 350a30000- 350a39000 Deferred api-ms-win-crt-convert-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 351680000- 351688000 Deferred api-ms-win-core-localization-l1-2-1 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 355100000- 355107000 Deferred api-ms-win-crt-locale-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 356770000- 3567a9000 Deferred mscoree May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 360a80000- 360a8a000 Deferred api-ms-win-crt-math-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 361450000- 361457000 Deferred api-ms-win-core-synch-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 39b510000- 39b518000 Deferred api-ms-win-crt-heap-l1-1-0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 3af670000- 3af728000 Deferred ucrtbase May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 3afd00000- 3afd1a000 Deferred imm32 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 3be590000- 3be5f0000 Deferred dbghelp May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 6448a000000- 6448a91d000 Export system.private.corelib May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 644a0040000- 644a0083000 Deferred system.io.packaging May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 644a00c0000- 644a01b0000 Deferred system.configuration.configurationmanager May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 7f8413520000- 7f8413523000 Deferred lsteamclient May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 7f8413950000- 7f8413953000 Deferred dwrite May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 7f84202c0000- 7f84202c4000 Deferred winex11 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: PE 7f84216b0000- 7f8421f87000 Deferred shell32 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Threads: May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: process tid prio (all id:s are in hex) May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000020 steam.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000024 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000d0 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000030 services.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000034 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000038 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000044 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000054 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000064 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000007c 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000088 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000c4 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000fc 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000003c winedevice.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000040 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000004c 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000050 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000058 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000005c plugplay.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000060 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000068 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000006c 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000070 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000090 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000094 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000002ec 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000074 winedevice.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000078 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000080 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000084 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000008c 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000098 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000009c 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000a0 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000a4 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000a8 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000ac 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000b0 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000b4 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000b8 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000bc svchost.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000c0 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000c8 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000cc 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000d4 explorer.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000d8 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000e0 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000e4 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000f4 rpcss.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000000f8 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000104 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000108 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000010c 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000110 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000114 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000378 (D) Z:\home\jaap\.local\share\Steam\steamapps\common\Baldurs Gate 3\Launcher\CrashReporter.exe May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000037c 0 <== May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000380 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000384 2 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000388 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000038c 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000394 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 00000398 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 0000039c 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000003a8 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: 000003ac 0 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: System information: May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Wine build: wine-6.3 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Platform: x86_64 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Version: Windows 10 May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Host system: Linux May 10 18:52:18 Jaap-Desktop steam.desktop[17662]: Host version: 5.12.2-arch1-1 May 10 18:52:23 Jaap-Desktop steam.desktop[17368]: pid 17368 != 17367, skipping destruction (fork without exec?) May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game removed: AppID 1086940 "", ProcID 17650 May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMAPPLIST_INTERFACE_VERSION001 / AppList May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMAPPS_INTERFACE_VERSION008 / Apps May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMHTMLSURFACE_INTERFACE_VERSION_005 / HTMLSurface May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMHTTP_INTERFACE_VERSION003 / HTTP May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMINVENTORY_INTERFACE_V003 / Inventory May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMMUSICREMOTE_INTERFACE_VERSION001 / MusicRemote May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMMUSIC_INTERFACE_VERSION001 / Music May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMPARENTALSETTINGS_INTERFACE_VERSION001 / ParentalSettings May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMREMOTEPLAY_INTERFACE_VERSION001 / RemotePlay May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMREMOTESTORAGE_INTERFACE_VERSION014 / RemoteStorage May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMSCREENSHOTS_INTERFACE_VERSION003 / Screenshots May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMUGC_INTERFACE_VERSION014 / UGC May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMUSERSTATS_INTERFACE_VERSION012 / UserStats May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface STEAMVIDEO_INTERFACE_V002 / Video May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamController007 / May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamController007 / Controller May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamFriends017 / Friends May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamInput001 / May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamInput001 / Controller May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamMatchGameSearch001 / GameSearch May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamMatchMaking009 / Matchmaking May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamMatchMakingServers002 / MatchmakingServers May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamNetworking006 / Networking May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamNetworkingSockets008 / May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamNetworkingUtils003 / May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamParties002 / Parties May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamUser021 / User May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamUtils009 / May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 created interface SteamUtils009 / Utils May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 method call count for IClientNetworkingSocketsSerialized::GetSTUNServer : 2 May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 method call count for IClientUtils::RecordSteamInterfaceCreation : 32 May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 method call count for IClientUtils::GetAppID : 34 May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 method call count for IClientFriends::SetRichPresence : 2 May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 method call count for IClientUser::GetAuthSessionTicket : 1 May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 method call count for IClientUser::GetSteamID : 2 May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Game 1086940 method call count for IClientUser::BLoggedOn : 2 May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Uploaded AppInterfaceStats to Steam May 10 18:52:24 Jaap-Desktop steam.desktop[7704]: Exiting app 1086940 ```
OS: Arch KERNEL: linux-zen 5.12.15 CPU: Intel Core i5-9300H @ 2.40GHz GPU: AMD Radeon RX 580 EGPU GPU DRIVER: Mesa 21.1.5-1 RAM: 40 GB
I can't seem to figure out whats going on here. I've tried proton 6.3 and 5.13. I have env WINEDLLOVERRIDES="cchromaeditorlibrary64=" %command% as well.
I can't seem to get any of the GloriousEggroll versions installed but the game launches and I think I can play but it's hard to tell with the color issue. Anyone else seen this or have any suggestions?
3 things to try. Install AMDVLK
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_icd64.json %command%
RADV_DEBUG=invariantgeom %command%
RADV_DEBUG=nodcc %command%
Don't use these all at once, try each separately.
OS: Linux 5.12.15-arch1-1 CPU: i5 10600k GPU: 1070ti RAM: 32gb NVIDIA VER: 465.31
After a while, the saves stops loading, crashes at the end loading. Tried it through proton, steam, pure wine, the result is the same.
Steam log [276: 352: 20210718,182539.495: ERROR crashpad_client_win.cc:132] crash server failed to launch, self-terminating
gold.log in the game folder [18-07-2021 15: 25: 39: 436] [D: \ Jenkins \ workspace \ Repo \ FW4 \ EA \ Stable \ LSProjects \ Framework \ Code \ RenderAPI \ vk \ err \ Errors.cpp 41 rf :: vk :: err :: Error]: [rf :: vk :: Device] vkBindImageMemory failed with error "VK_ERROR_VALIDATION_FAILED_EXT"
3 things to try. Install AMDVLK
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_icd64.json %command%
RADV_DEBUG=invariantgeom %command%
RADV_DEBUG=nodcc %command%
Don't use these all at once, try each separately.
Thank you for this Jarrard. It did not fix my issue but it led me down the right path. Turned out to be a kernel bug bolt.service had been failing to launch. So while my EGPU was being recognized only my internal intel gpu was in use. Turns out this is a known issue in the current linux-zen kernel. Switching to LTS fixes the problem for me.
OS: Linux 5.x KERNEL: 5.13.9-200.fc34.x86_64 CPU: AMD Ryzen 5 3600 6-Core GPU: NVIDIA NVIDIA GeForce RTX 2070 GPU DRIVER: NVIDIA 470.63.01 RAM: 32 GB
I came here with the same problem as @cthutqspb
Dump: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Same gold.log error too I believe.
Patch 6 (released today) shows ~immediate crash for Vulkan and~ the following assertion error for DX11. Tested on Proton 6.3-7.
EDIT: Vulkan is working after starting it a second time. Can confirm I see the same artifacts as @mattdm (almost same setup - F35 Beta - mesa 21.2.3, AMD RX6800).
FWIW Patch 6 works fine for me in Vulkan; did not try DX11.
Fedora Linux 35 beta kernel: 5.14.10-300.fc35.x86_64 GPU: AMD Navi 10 Radeon Pro W5700
There are some weird visual artifacts, like colored ribbons running through all of the textures. There was some of this before, but now it's everywhere. (Patch notes a lot of changes to the visuals, so I supposed that's why.)
Enabling NVAPI for Patch 6 DLSS Support seems to decimate performance. Just unhiding the Nvidia GPU doesn't do it, so it looks like it's about NVAPI.
Can confirm I see the same artifacts as @mattdm
Yep, that screenshot matches what I see. Previously these would sometimes occur in the distance, but now they're everywhere.
There are some weird visual artifacts, like colored ribbons running through all of the textures. There was some of this before, but now it's everywhere. (Patch notes a lot of changes to the visuals, so I supposed that's why.)
I am getting the same weird ribbons on Ubuntu 21.04, AMD Vega 64
Seems to be a mesa issue. Created: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5509
I've just tried running it with mesa-git (from flatpak org.freedesktop.Platform.GL.mesa-git
) but the launcher, as well as directly running the game instantly crashes (log attached to the mesa issue). Can someone reproduce this with e.g. https://copr.fedorainfracloud.org/coprs/xxmitsu/mesa-git/ ?
EDIT: It's a flatpak + mesa-git issue, not specific to BG3.
I'm on Manjaro, and installed mesa-git. The vulkan version of BG3 crashed on startup, but the dx11 version seems to run fine now, no weird graphics. Not sure why the vulkan version is crashing, but it's something, I guess. Fully updated Manjaro-testing, Ryzen 3600 and Radeon 6700XT. Running BG3 under steam.
I can confirm the bug with the colored ribbons too using Vulkan. DX11 does not launch for me.
Arch Linux Kernel: 5.14.14-arch1-1 GPU: Radeon RX 570 Series (POLARIS10, DRM 3.42.0, 5.14.14-arch1-1, LLVM 12.0.1) Mesa: 21.2.4-1 Proton: 6.19-GE-2 (as well as 6.3-7)
UPDATE: I rebooted and updated BG3 (Hotfix 16). No change for Vulkan, but DX11 starts now and it does not have the issue. However, it does appear to have slightly worse performance.
Can confirm the ribbon issue on AMD (RX 6800) and the slightly worse performance on DX11.
For me Vulkan version is crashing with _MESA-INTEL: error: ../src/intel/vulkan/anv_device.c:3713: GPU hung on one of our command buffers (VK_ERROR_DEVICELOST)
Typical steam run with experimental proton
Basically, the rendering/shader compilation takes too much time and hits a timeout, tried
~# echo "5000" > /sys/class/drm/card0/engine/rcs0/preempt_timeout_ms
and it is starting and running fine after this. Slightly better performance (~10%) under vulkan comparing to DX11 on my hardware.
Specs: Fedora35 5.14.17-301.fc35.x86_64 GPU:
Graphics: Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] driver: i915 v: kernel Device-2: NVIDIA TU117M [GeForce GTX 1650 Ti Mobile] driver: nvidia v: 495.44 Device-3: Acer HD Webcam type: USB driver: uvcvideo Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa resolution: 1920x1080~144Hz OpenGL: renderer: NVIDIA GeForce GTX 1650 Ti/PCIe/SSE2 v: 4.6.0 NVIDIA 495.44
server glx version string: 1.4 client glx version string: 1.4 GLX version: 1.4 Max core profile version: 4.6 Max compat profile version: 4.6 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.2 OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.2.5 OpenGL core profile shading language version string: 4.60 OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.2.5 OpenGL shading language version string: 4.60 OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.5 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Cool thing they are using Jenkins compiling binaries, but why no native Linux build I wonder xD
So I have some information that may help. The vulkan-amdgpu-pro driver (the official AMD drivers for radeon gpus) I can run vulkan BG3 without graphics bugs. It requires specifying the use of the pro driver via "VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_pro_icd32.json:/usr/share/vulkan/icd.d/amd_pro_icd64.json %command%" in the steam launch options. It has a slight performance improvement over DX11 mode, and it does seem to work. Unsure of the difference between vulkan-radeon and the pro driver, but there it is. Using manjaro-gnome with latest updates, and proton 6.3-8.
Attached below is a screenie of me running the pro drivers using mangohud .
There is PRO driver and Unified Linux driver, the PRO is proprietary solution and is currently at version 21.30 if I remember correctly. The unified one is 21.40.
I don't know when but I suspect AMD will release a updated PRO driver sometime. The PRO driver is the one with Ray-tracing support btw; I don't believe the Linux Unified Driver has RT support atm.
I believe amdvlk driver is different to unified Linux driver... so all in all I believe there are 4 or more AMD GPU drivers about which makes it very confusing for people.
RadeonSI/AMDGPU (RADV/MESA) AMDVLK (AMD Open Source) Linux Unified Driver (AMD Website) Linux AMDGPU-PRO Driver (AMD Website)
I'm using the vulkan-amdgpu-pro driver under manjaro, from AUR. I believe it downloads the driver from the amd website, so my assumption is that it's the AMDGPU-PRO driver that you mentioned. Last updated on the 19th of August, from the date in the package manager. It does seem to be version 21.30.
But the point remains that I'd rather have the open source vulkan-radeon driver have that support, rather than relying on the PRO driver. It's more hassle than I'd like, and involves too much fiddling with steam launch options for my liking. If the kernel devs or whomever does the vulkan-radeon driver can manage that, it'd be the preferred solution.
I’ve been able to launch the game, but I have this graphical issue where the entire game screen is just black with some random artifacts moving around. I can start the game and move my character/use the UI, but the screen still remains blacked out.
both vulkan and dx11 seem to have this same issue
both vulkan and dx11 seem to have this same issue
Old NVIDIA driver? Incorrect AMD driver? (there are 4-5 amd drivers btw, be sure to CONFIRM use of RADV) Use Mangohud full for easy in-game checking.
I don't have the game but it seems others had success with amdgpu-pro. I use this one which doesn't confuse the OS like the amdvlk one does (which is different driver to pro, lol) . https://github.com/Frogging-Family/amdgpu-pro-vulkan-only
Replying to https://github.com/ValveSoftware/Proton/issues/4243#issuecomment-1013764702
The computer in question only has an integrated Intel GPU which I thought could be the issue, however I’ve seen others able to run it on lower settings without this error.
Intel Mesa driver has variable flags you can enable to test things to see whats causing the issue. I don't know which shader compiler is default for intel but you can try different ones. Also be sure to flush mesa cache between testing.
Huh! Latest Mesa dev (and 5.16.1, if that has any connection) fixed the Vulkan ribbon issue for me! Also latest few Proton GE RC versions work, as they skip the launcher and fire the Vulkan version directly. :)
Can confirm. Vulkan is fixed with 5.16.1-arch1-1
for me on my RX 570.
Compatibility Report
System Information
I confirm:
Symptoms
Game does not start. fails to run steamapps/common/Baldurs Gate 3/Launcher/LariLauncher.exe
Reproduction
Install game, click Play.
steam-1086940.log