My app runs on linux.
It runs if I place the necessary dlls next to the exe (I took them from the msys2 library).
But when I install runtime (win x64 from https://gtkd.org/download.html) and try to run my application I get an error.
App compiled by dub and dmd.
Error (windbg log):
ModLoad: 00007ff9`c98a0000 00007ff9`c9a4e000 C:\Windows\SYSTEM32\WindowsCodecs.dll
(244.1948): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
*** WARNING: Unable to verify timestamp for C:\Program Files\Gtk-Runtime\bin\libgtk-3-0.dll
00000000`00000000 ?? ???
P.S. File libgtk-3-0.dll exists
P.P.S. I can send the full log if necessary
My app runs on linux. It runs if I place the necessary dlls next to the exe (I took them from the msys2 library). But when I install runtime (win x64 from https://gtkd.org/download.html) and try to run my application I get an error.
App compiled by dub and dmd.
Error (windbg log):
P.S. File libgtk-3-0.dll exists P.P.S. I can send the full log if necessary