[Bug 796450] gst_init() shows 0xc000012f error on Windows

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 20 15:55:53 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796450

--- Comment #7 from Milenko <dcoder at dsp-worx.de> ---
I debugged this a bit and found out that it is coming from libgstladspa.

gstladspa.c enumerates the APPDATA and COMMONPROGRAMFILES paths for all files
and loads them using g_module_open. This calls LoadLibrary on Windows and
Windows shows the 0xc000012f error message because putty.rnd can not be loaded.

I have attached a stack trace to the previous comment

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list