https://bugs.winehq.org/show_bug.cgi?id=50530
Bug ID: 50530 Summary: DCS World crashes right away - page fault on read access to 0x00000004 Product: Wine Version: 6.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: consolelogger@rhyta.com Distribution: ---
Created attachment 69192 --> https://bugs.winehq.org/attachment.cgi?id=69192 console log for dcs
Winehq package on Debian 11 running the Run.exe file. same results with the /bin/DCS.exe file Steam version log is attached
https://bugs.winehq.org/show_bug.cgi?id=50530
consolelogger consolelogger@rhyta.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Debian URL| |https://store.steampowered. | |com/app/223750/DCS_World_St | |eam_Edition/
--- Comment #1 from consolelogger consolelogger@rhyta.com --- https://store.steampowered.com/app/223750/DCS_World_Steam_Edition/ https://www.digitalcombatsimulator.com/en/downloads/world/ 2 different free download locations - tested with the first
https://bugs.winehq.org/show_bug.cgi?id=50530
consolelogger consolelogger@rhyta.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #69192|0 |1 is obsolete| |
--- Comment #2 from consolelogger consolelogger@rhyta.com --- Created attachment 69193 --> https://bugs.winehq.org/attachment.cgi?id=69193 bin/DCS.exe run with winehq-stable 6.0
Sorry, had mistakenly recorded the logs with Debians wine package. Here with the actual winehq package. Both tests done on clean new wineprefixes. thx
https://bugs.winehq.org/show_bug.cgi?id=50530
--- Comment #3 from consolelogger consolelogger@rhyta.com --- OK, I tried some workarounds. There seems to be a symlink that is needed, not sure if that even is a wine bug, but it is required.
From inside the programm's main installation folder
ln -s ./bin/webrtc_dcs_plugin.dll ./webrtc_plugin.dll ln -s ./bin/webrtc_dcs_plugin.dll ./webrtc_dcs_plugin.dll or ln -s ./bin/webrtc_plugin.dll ./webrtc_plugin.dll
(depending on you version number the wertc*.dll file might have different names. I did the first two (probably only one of them is actually needed).
Then with quite a lot of native components installed like this:
winetricks vcrun2017 corefonts xact d3dcompiler_43
the program seems to work. It will take quite a while to load from the main menu and then again quite a while to load any scenario you select. But seems to work somewhat.
[the critical piece of information about the symlink was found here: https://www.protondb.com/app/223750 ]
Thanks a lot for the work everybody here does on wine. Have a nice day!