Stefan Vidakovic

Results 14 comments of Stefan Vidakovic

Looks like it could be related to this wine bug: https://bugs.winehq.org/show_bug.cgi?id=56932

Attached is a debug_log with `+debghelp,+seh` channels turned on. [winedebug.log](https://github.com/user-attachments/files/16881369/winedebug.log)

Thanks for the reply. Correction on the unreal version, observing this on 5.3.2. `MiniDumpWriteDump` is getting called in `WindowsPlatformCrashContext.cpp`, and in our case being called by `ReportCrashUsingCrashReportClient`. It seems as...

Apologies for the delayed reply folks, I was just doing some sanity checks. Thanks for your continue interest. As you can imagine, I can't provide pdb files. I tried a...

Attempted those specific winedbg commands. Wine seems to hang indefinitely when it tries to load symbols from the pdb. The steamdeck also becomes unresponsive. Lethal pdbs 😆 . ``` (1)(deck@steamdeck...

Progress! I took the pdb file out of the expected path, ran the game, and triggered a crash. I finally got a non-empty minidump in the crash dir: ``` (deck@steamdeck...

Just following https://github.com/ivyl/Proton/blob/dbg-win/docs/DEBUGGING-WINDOWS.md#live-debugging. Do you know how I can get the proton symbols downloaded on SteamDeck? I don't actually have proton listed in the steam library on the SteamDeck.

Ok. So I think we're looking at two distinct issues here. 1. Our pdb causing wine/the steamdeck to hang. (The pdb files are quite large ~3GB). 2. That shader error...

More log info from the shader compile failure: ``` 03a8:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\libvkd3d-shader-1.dll" at 00006FFFF5320000: native 03a8:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\libvkd3d-1.dll" at 00006FFFF53F0000: native 03a8:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\wined3d.dll" at 00006FFFF5470000: builtin 03a8:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\d3dcompiler_47.dll"...

Hey folks. I've did some testing against Microsoft's version of that dll. It works! I get a gui and everything. So there's definitely something up with wine equivalent.