<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic i have a problem with a in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086153#M87407</link>
    <description>i have a problem with a program named Djuced
it needs to work and i did find this post after the hercules custimer service
did send me this

i don't know how this al works an sombody explain me everything a bout this?</description>
    <pubDate>Mon, 03 Dec 2018 10:45:33 GMT</pubDate>
    <dc:creator>Welles__Rubin</dc:creator>
    <dc:date>2018-12-03T10:45:33Z</dc:date>
    <item>
      <title>Access violation in ig75icd64.dll, ig9icd64.dll when calling DestroyWindow</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086147#M87401</link>
      <description>&lt;P&gt;We have received numerous crash reports (thousands) through Microsoft's WER (sysdev) for crashes in:&lt;/P&gt;

&lt;P&gt;File: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Version:&lt;BR /&gt;
	ig75icd64.dll &amp;nbsp; &amp;nbsp; 20.19.15.4531&lt;BR /&gt;
	ig9icd64.dll &amp;nbsp; &amp;nbsp; &amp;nbsp;20.19.15.4483&lt;BR /&gt;
	&lt;SPAN style="font-size: 13.008px;"&gt;not limited to the one above. It seems all versions are affected.&lt;BR /&gt;
	Crash dump:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://1drv.ms/u/s!AiD5dUDFw4XRnDIHuU-HzVbqb-lF" target="_blank"&gt;https://1drv.ms/u/s!AiD5dUDFw4XRnDIHuU-HzVbqb-lF&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The crashes are reported in WER as following:&lt;BR /&gt;
	null_class_ptr_write_c0000005_ig75icd64.dll!wglmonitorchangesinternal&lt;BR /&gt;
	Unhandled exception at 0x00007FFB18290BDD (ntdll.dll) in triagedump.dmp: 0xC0000005: Access violation writing location 0x0000000000000008. occurred&lt;/P&gt;

&lt;P&gt;The problem happens when DestroyWindow is called in DLL_PROCESS_DETACH. The graphic driver seems to be trying to enter (access) a CRITICAL_SECTION which is already destroyed:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ntdll.dll!RtlEnterCriticalSection()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ig75icd64.dll!00007ffac3ade9bf()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ig75icd64.dll!00007ffac3ade39c()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;user32.dll!DispatchHookA()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;/P&gt;

&lt;P&gt;Stack traces:&lt;/P&gt;

&lt;P&gt;ig75icd64.dll (version: 20.19.15.4531)&lt;BR /&gt;
	--------------------------------------&lt;BR /&gt;
	Stack&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ntdll.dll!RtlEnterCriticalSection()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ig75icd64.dll!00007ffac3ade9bf()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ig75icd64.dll!00007ffac3ade39c()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;user32.dll!DispatchHookA()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;user32.dll!fnHkINLPCWPSTRUCTA()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;user32.dll!__fnDWORD()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ntdll.dll!KiUserCallbackDispatcherContinue()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;win32u.dll!NtUserDestroyWindow()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;[Inline Frame] FTPShellExtension.dll!ATL::CWindowImplBaseT&amp;lt;ATL::CWindow,ATL::CWinTraits&amp;lt;1442840576,0&amp;gt; &amp;gt;::DestroyWindow() Line 3458&amp;nbsp;&amp;nbsp; &amp;nbsp;C++&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;FTPShellExtension.dll!CFTPShellExtensionModule::~CFTPShellExtensionModule() Line 64&amp;nbsp;&amp;nbsp; &amp;nbsp;C++&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ucrtbase.dll!_malloc_base()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ucrtbase.dll!__crt_seh_guarded_call&amp;lt;int&amp;gt;::operator()&amp;lt;class &amp;lt;lambda_7777bce6b2f8c936911f934f8298dc43&amp;gt;,class &amp;lt;lambda_f03950bc5685219e0bcd2087efbe011e&amp;gt; &amp;amp;,class &amp;lt;lambda_3883c3dff614d5e0c5f61bb1ac94921c&amp;gt; &amp;gt;(class &amp;lt;lambda_7777bce6b2f8c936911f934f8298dc43&amp;gt; &amp;amp;&amp;amp;,class &amp;lt;lambda_f03950bc5685219e0bcd2087efbe011e&amp;gt; &amp;amp;,class &amp;lt;lambda_3883c3dff614d5e0c5f61bb1ac94921c&amp;gt; &amp;amp;&amp;amp;)&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ucrtbase.dll!_execute_onexit_table()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;FTPShellExtension.dll!dllmain_crt_process_detach(const bool is_terminating) Line 107&amp;nbsp;&amp;nbsp; &amp;nbsp;C++&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;FTPShellExtension.dll!dllmain_dispatch(HINSTANCE__ * const instance, const unsigned long reason, void * const reserved) Line 211&amp;nbsp;&amp;nbsp; &amp;nbsp;C++&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ntdll.dll!LdrpCallInitRoutine()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ntdll.dll!LdrShutdownProcess()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ntdll.dll!RtlExitUserProcess()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;kernel32.dll!ExitProcessImplementation()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ucrtbase.dll!exit()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ucrtbase.dll!exit()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;SmartFTP.exe!__scrt_common_main_seh() Line 268&amp;nbsp;&amp;nbsp; &amp;nbsp;C++&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;kernel32.dll!BaseThreadInitThunk()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ntdll.dll!RtlUserThreadStart()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;/P&gt;

&lt;P&gt;ig9icd64.dll 20.19.15.4483&lt;BR /&gt;
	--------------------------&lt;BR /&gt;
	ntdll.dll!RtlEnterCriticalSection &amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	ig9icd64.dll!00007ffbc13859af()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	ig9icd64.dll!00007ffbc13853cc()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	user32.dll!DispatchHookA()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	user32.dll!fnHkINLPCWPSTRUCTA()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	user32.dll!__fnDWORD()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	ntdll.dll!KiUserCallbackDispatcherContinue()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	win32u.dll!NtUserDestroyWindow()&amp;nbsp;&amp;nbsp; &amp;nbsp;Unknown&lt;BR /&gt;
	[Inline Frame] FTPShellExtension.dll!ATL::CWindowImplBaseT&amp;lt;ATL::CWindow,ATL::CWinTraits&amp;lt;1442840576,0&amp;gt; &amp;gt;::DestroyWindow() Line 3446&amp;nbsp;&amp;nbsp; &amp;nbsp;C++&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Pseudo code to reproduce:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;HWND g_hwnd = NULL;

LRESULT CALLBACK MainWProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
	return DefWindowProc(hWnd, uMsg, wParam, lParam);
}

BOOLEAN WINAPI DllMain(IN HINSTANCE hDllHandle,
	IN DWORD     nReason,
	IN LPVOID    Reserved)
{
	BOOLEAN bSuccess = TRUE;

	//  Perform global initialization.

	switch (nReason)
	{
	case DLL_PROCESS_ATTACH:
	{
		DisableThreadLibraryCalls(hDllHandle);
		static const TCHAR* class_name = _T("DUMMY_CLASS");
		WNDCLASSEX wx = {};
		wx.cbSize = sizeof(wx);
		wx.lpfnWndProc = MainWProc;
		wx.hInstance = hDllHandle;
		wx.lpszClassName = class_name;
		RegisterClassEx(&amp;amp;wx);

		g_hwnd = CreateWindowEx(0, class_name, NULL, 0, 0, 0, 0, 0, HWND_MESSAGE, (HMENU)0x100, hDllHandle, NULL);
	}
	break;

	case DLL_PROCESS_DETACH:
		if (g_hwnd)
		{
			// this triggers the access violation
			DestroyWindow(g_hwnd);
		}
		break;
	}

	return TRUE;
}&lt;/PRE&gt;

&lt;P&gt;We are aware that calling DestroyWindow in&amp;nbsp;DLL_PROCESS_DETACH is not exactly the best idea but an access violation in the graphic driver is not expected.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 17:05:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086147#M87401</guid>
      <dc:creator>Mathias_B_</dc:creator>
      <dc:date>2017-04-17T17:05:49Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086148#M87402</link>
      <description>&lt;P style="font-size: 13.008px;"&gt;Hi,&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;Can you fill in the template below with the details of the issue? We use the info in that format to report and debug. Also a sample binary would be helpful to reproduce the issue. That will be the first thing I am asked by the the debug team.&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;System Setup Information:&lt;BR /&gt;
	-----------------------------------------&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;System Used: (Manufacturer/Model)&lt;BR /&gt;
	CPU SKU: (i3, i5, Pentium, Celeron, etc.)&lt;BR /&gt;
	GPU SKU: (HD4400, HD5100, etc.)&lt;BR /&gt;
	Processor Line: (Y-Series, U-Series, etc.)&lt;BR /&gt;
	System BIOS Version:&lt;BR /&gt;
	CMOS settings:&lt;BR /&gt;
	Graphics Driver Version:&lt;BR /&gt;
	GOP/VBIOS Version:&lt;BR /&gt;
	Operating System:&lt;BR /&gt;
	OS Version:&lt;BR /&gt;
	API:&lt;BR /&gt;
	Occurs on non-Intel GPUs?:&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Steps to Reproduce:&lt;BR /&gt;
	-------------------------------&lt;BR /&gt;
	1.&lt;BR /&gt;
	2.&lt;BR /&gt;
	3.&lt;BR /&gt;
	4.&lt;BR /&gt;
	5.&lt;BR /&gt;
	6.&lt;BR /&gt;
	7.&lt;BR /&gt;
	8.&lt;BR /&gt;
	9.&lt;BR /&gt;
	10.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Expected Results:&lt;BR /&gt;
	-------------------------------&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Actual Results:&lt;BR /&gt;
	-------------------------------&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Additional Information:&lt;BR /&gt;
	-------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 21:50:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086148#M87402</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2017-05-12T21:50:10Z</dc:date>
    </item>
    <item>
      <title>Hello Michael, has there been</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086149#M87403</link>
      <description>&lt;P&gt;Hello Michael, has there been any follow-up on this issue by Intel? Just wondering if a fix is forthcoming. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 04:06:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086149#M87403</guid>
      <dc:creator>Salvador_M_1</dc:creator>
      <dc:date>2017-06-01T04:06:10Z</dc:date>
    </item>
    <item>
      <title>I am seeing a similar issue</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086150#M87404</link>
      <description>&lt;P&gt;I am seeing a similar issue using the recently released driver version 21.20.16.4678.&amp;nbsp; Are there any updates on this issue?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 19:28:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086150#M87404</guid>
      <dc:creator>EBopp</dc:creator>
      <dc:date>2017-06-08T19:28:26Z</dc:date>
    </item>
    <item>
      <title>Hi Salvador,</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086151#M87405</link>
      <description>&lt;P&gt;Hi Salvador,&lt;/P&gt;

&lt;P&gt;As per my previous post I need additional information before we can investigate. I need that template filled.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;-Michael&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 19:54:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086151#M87405</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2017-06-09T19:54:57Z</dc:date>
    </item>
    <item>
      <title>We have received crash</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086152#M87406</link>
      <description>&lt;P&gt;We have received crash reports in Firefox which match exactly the DLL version, type of error and stack trace in comment #1. See this bug:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://bugzilla.mozilla.org/show_bug.cgi?id=1384142" target="_blank"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1384142&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2017 21:00:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086152#M87406</guid>
      <dc:creator>Gabriele_S_</dc:creator>
      <dc:date>2017-09-30T21:00:03Z</dc:date>
    </item>
    <item>
      <title>i have a problem with a</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086153#M87407</link>
      <description>i have a problem with a program named Djuced
it needs to work and i did find this post after the hercules custimer service
did send me this

i don't know how this al works an sombody explain me everything a bout this?</description>
      <pubDate>Mon, 03 Dec 2018 10:45:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086153#M87407</guid>
      <dc:creator>Welles__Rubin</dc:creator>
      <dc:date>2018-12-03T10:45:33Z</dc:date>
    </item>
    <item>
      <title>I have this problem with</title>
      <link>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086154#M87408</link>
      <description>&lt;P&gt;I have this problem with Djuced also. It was working then crashed, now will not open again&lt;/P&gt;&lt;P&gt;What is the fix?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 06:46:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Access-violation-in-ig75icd64-dll-ig9icd64-dll-when-calling/m-p/1086154#M87408</guid>
      <dc:creator>dimaano__mike</dc:creator>
      <dc:date>2018-12-27T06:46:03Z</dc:date>
    </item>
  </channel>
</rss>

