gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

[runtime win x64] Unable to verify timestamp for libgtk-3-0.dll #356

Open VadimkaG opened 5 months ago

VadimkaG commented 5 months ago

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