<?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 Re:Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics in Developing Games on Intel Graphics</title>
    <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1653071#M2537</link>
    <description>&lt;P&gt;Hi Ellison,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;These are usually the worst kind of bugs as they prevent us from using the application or completing the game.&lt;/P&gt;&lt;P&gt;You can enable the OS to generate logs that can help us debug the issue. Please note the exact graphics driver version used when the dump/log files are generated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: modifying Windows Registry is serious business and can render your OS inoperative. If you follow these instructions Intel won’t be responsible for any outcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still wish to proceed&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open command prompt as Administrator.&lt;/LI&gt;&lt;LI&gt;Run the following commands one at a time:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "0x1" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "0x1" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v "DumpFolder" /t REG_EXPAND_SZ /d "C:\AppCrashDumps" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v "DumpType" /t REG_DWORD /d "0x2" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\LiveKernelReports" /v "DeleteLiveMiniDumps" /t REG_DWORD /d "0x0" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports" /v SystemThrottleThreshold /t REG_DWORD /d 0 /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports" /v ComponentThrottleThreshold /t REG_DWORD /d 0 /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports" /v FullLiveReportsMax /t REG_DWORD /d 10 /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v AlwaysKeepMemoryDump /t REG_DWORD /d 1 /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v "FilterPages" /t REG_DWORD /d "0x1" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v "CrashDumpEnabled" /t REG_DWORD /d "0x1" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "PagingFiles" /t REG_MULTI_SZ /d "C:\pagefile.sys 17400 17400" /f&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Restart the computer.&lt;/LI&gt;&lt;LI&gt;Reproduce the crash/hang.&lt;/LI&gt;&lt;LI&gt;After the app or game crashes a new dump file should be created under any of the following folders:&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;User-mode Application Crash dump:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;C:\AppCrashDumps&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Small memory dump file:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;%SystemRoot%\Minidump&lt;/EM&gt;&amp;nbsp;(default)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;LiveKernelReports:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;%SystemRoot%\Windows\LiveKernelReports&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Complete/active memory dump file:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;%SystemRoot%\MEMORY.DMP&lt;/EM&gt;&amp;nbsp;(default)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;App-specific dumps: Location is set by the application&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Upload the dump file in your preferred file sharing system (OneDrive, Google drive, etc.) so it can be shared with Intel Customer Support.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To revert the changes done in the Registry:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Run the command prompt as an Administrator.&lt;/LI&gt;&lt;LI&gt;Run the following commands&amp;nbsp;one at a time:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v "DumpType" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v "DumpFolder" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\LiveKernelReports" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v AlwaysKeepMemoryDump /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v "FilterPages" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v "CrashDumpEnabled" /t REG_DWORD /d "0x7" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "PagingFiles" /t REG_MULTI_SZ /d "?:\pagefile.sys" /f&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Restart the computer.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Dean R.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Dec 2024 07:26:01 GMT</pubDate>
    <dc:creator>DeancR_Intel</dc:creator>
    <dc:date>2024-12-30T07:26:01Z</dc:date>
    <item>
      <title>Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1649404#M2532</link>
      <description>&lt;P&gt;Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2024 07:41:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1649404#M2532</guid>
      <dc:creator>Ellison</dc:creator>
      <dc:date>2024-12-14T07:41:36Z</dc:date>
    </item>
    <item>
      <title>Re:Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1651539#M2533</link>
      <description>&lt;P&gt;Hi Ellison,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting in the Community!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please make sure you provide the following&amp;nbsp;&lt;STRONG&gt;basic information&lt;/STRONG&gt;&amp;nbsp;when reporting a bug:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What is the graphics driver you are using?&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;Confirm you are using the&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/search.html#q=&amp;amp;sort=relevancy&amp;amp;f:@tabfilter=[Downloads]&amp;amp;f:@stm_10385_en=[Graphics]" rel="noopener noreferrer" target="_blank"&gt;latest WHQL graphics driver&lt;/A&gt;&amp;nbsp;available (let us know the exact driver version you are using).&lt;/LI&gt;&lt;LI&gt;A clean driver installation using DDU in safe mode is recommended. Follow&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000091878/graphics.html" rel="noopener noreferrer" target="_blank"&gt;this link&lt;/A&gt;&amp;nbsp;for instructions.&lt;/LI&gt;&lt;LI&gt;You could also test using the latest&amp;nbsp;&lt;STRONG&gt;non-WHQL driver&lt;/STRONG&gt;. This driver goes through all Intel quality assurance processes and is safe to use for evaluation.&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Provide us with the&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/download/18377/intel-system-support-utility-for-windows.html" rel="noopener noreferrer" target="_blank"&gt;Intel SSU report&lt;/A&gt;&amp;nbsp;from your system.&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;If you do not wish to submit the SSU report then at least provide us with the following information about your system:&lt;UL&gt;&lt;LI&gt;Processor make and model.&lt;UL&gt;&lt;LI&gt;Power Supply make and model.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Motherboard make and model.&lt;/LI&gt;&lt;LI&gt;Amount of memory (RAM).&lt;/LI&gt;&lt;LI&gt;Operating System version/build number.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean R.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2024 03:11:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1651539#M2533</guid>
      <dc:creator>DeancR_Intel</dc:creator>
      <dc:date>2024-12-23T03:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1651663#M2534</link>
      <description>&lt;P&gt;Hello Dean R, I hope you are doing well. Thanks for the reply.&amp;nbsp;&lt;BR /&gt;I have attached the configuration file that was generated with SSH.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Free fire games on Bluestack Emulator freezes within a few mins or sometimes seconds when I open the game on Bluestack 5.&amp;nbsp; Probably I will need to go to support of bluestack for it.&lt;BR /&gt;Thanks again for looking into it.&amp;nbsp;&lt;BR /&gt;Kind regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 10:54:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1651663#M2534</guid>
      <dc:creator>Ellison</dc:creator>
      <dc:date>2024-12-23T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re:Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1652326#M2535</link>
      <description>&lt;P&gt;Hi Ellison,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have noticed that you're on the latest version of the graphics driver. Are there any error messages that pops up upon launching the game? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Dean R.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Dec 2024 08:33:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1652326#M2535</guid>
      <dc:creator>DeancR_Intel</dc:creator>
      <dc:date>2024-12-26T08:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1652576#M2536</link>
      <description>&lt;P&gt;No, there are no pop-up messages or errors when I launch and start the Free Fire game on BlueStack 5. But I noticed&amp;nbsp; from the settings I can turn on hardware acceleration for all the other graphics but not intel arc a750. It shows it doesn't support that.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for replying,&amp;nbsp;&lt;SPAN&gt;Dean R.&lt;BR /&gt;Kind regards,&amp;nbsp;&lt;BR /&gt;Ellison&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 05:13:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1652576#M2536</guid>
      <dc:creator>Ellison</dc:creator>
      <dc:date>2024-12-27T05:13:33Z</dc:date>
    </item>
    <item>
      <title>Re:Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1653071#M2537</link>
      <description>&lt;P&gt;Hi Ellison,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;These are usually the worst kind of bugs as they prevent us from using the application or completing the game.&lt;/P&gt;&lt;P&gt;You can enable the OS to generate logs that can help us debug the issue. Please note the exact graphics driver version used when the dump/log files are generated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: modifying Windows Registry is serious business and can render your OS inoperative. If you follow these instructions Intel won’t be responsible for any outcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still wish to proceed&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open command prompt as Administrator.&lt;/LI&gt;&lt;LI&gt;Run the following commands one at a time:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "0x1" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "0x1" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v "DumpFolder" /t REG_EXPAND_SZ /d "C:\AppCrashDumps" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v "DumpType" /t REG_DWORD /d "0x2" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\LiveKernelReports" /v "DeleteLiveMiniDumps" /t REG_DWORD /d "0x0" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports" /v SystemThrottleThreshold /t REG_DWORD /d 0 /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports" /v ComponentThrottleThreshold /t REG_DWORD /d 0 /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports" /v FullLiveReportsMax /t REG_DWORD /d 10 /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v AlwaysKeepMemoryDump /t REG_DWORD /d 1 /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v "FilterPages" /t REG_DWORD /d "0x1" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v "CrashDumpEnabled" /t REG_DWORD /d "0x1" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "PagingFiles" /t REG_MULTI_SZ /d "C:\pagefile.sys 17400 17400" /f&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Restart the computer.&lt;/LI&gt;&lt;LI&gt;Reproduce the crash/hang.&lt;/LI&gt;&lt;LI&gt;After the app or game crashes a new dump file should be created under any of the following folders:&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;User-mode Application Crash dump:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;C:\AppCrashDumps&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Small memory dump file:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;%SystemRoot%\Minidump&lt;/EM&gt;&amp;nbsp;(default)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;LiveKernelReports:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;%SystemRoot%\Windows\LiveKernelReports&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Complete/active memory dump file:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;%SystemRoot%\MEMORY.DMP&lt;/EM&gt;&amp;nbsp;(default)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;App-specific dumps: Location is set by the application&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Upload the dump file in your preferred file sharing system (OneDrive, Google drive, etc.) so it can be shared with Intel Customer Support.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To revert the changes done in the Registry:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Run the command prompt as an Administrator.&lt;/LI&gt;&lt;LI&gt;Run the following commands&amp;nbsp;one at a time:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v "DumpType" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v "DumpFolder" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\LiveKernelReports" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\FullLiveKernelReports" /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v AlwaysKeepMemoryDump /f&lt;/P&gt;&lt;P&gt;reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v "FilterPages" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl" /v "CrashDumpEnabled" /t REG_DWORD /d "0x7" /f&lt;/P&gt;&lt;P&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "PagingFiles" /t REG_MULTI_SZ /d "?:\pagefile.sys" /f&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Restart the computer.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Dean R.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Dec 2024 07:26:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1653071#M2537</guid>
      <dc:creator>DeancR_Intel</dc:creator>
      <dc:date>2024-12-30T07:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1653155#M2538</link>
      <description>&lt;P&gt;Hi Dean R,&amp;nbsp;&lt;BR /&gt;Thank you for helping out with it. I have added the dump file that is generated after adding those registry from command prompt and later opening free fire in bluestack 5, after it got freeze I got the dump file.&lt;BR /&gt;Here's it:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/10cfvYizEwQCjXEDi0ihbzDrvdaUPeoqq/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/10cfvYizEwQCjXEDi0ihbzDrvdaUPeoqq/view?usp=sharing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am currently using the latest graphics driver that is: 32.0.101.6332 version. Please feel free to let me know if you need anything else. Thanks for all the help.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Ellison&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 16:58:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1653155#M2538</guid>
      <dc:creator>Ellison</dc:creator>
      <dc:date>2024-12-30T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1654426#M2539</link>
      <description>&lt;P&gt;Hi Ellison,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: arial; font-size: 12.0pt; color: black;"&gt;&lt;FONT color="#FFFFFF"&gt;This is an acknowledgement message for your case, do please wait as this concern will be investigated internally to be able to provide a resolution to your request. I will get back to your once I have the necessary information.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dean R.&lt;/P&gt;
&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jan 2025 21:36:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1654426#M2539</guid>
      <dc:creator>DeancR_Intel</dc:creator>
      <dc:date>2025-01-05T21:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1654605#M2540</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Dean R,&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;Thanks a lot for looking into it. Feel free to let me know if you need any other information from me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Ellison&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 06:39:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1654605#M2540</guid>
      <dc:creator>Ellison</dc:creator>
      <dc:date>2025-01-06T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re:Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1654900#M2541</link>
      <description>&lt;P&gt;Hi Ellison,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To ensure you receive the most specialized assistance, we have a dedicated forum that addresses these specific concerns. Therefore, I will be moving this discussion to our Developing Games Forum. This will allow our knowledgeable community and experts to provide you with timely and accurate solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: inherit;"&gt;You can submit a case as well directly to &lt;/SPAN&gt;&lt;A href="https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT/issues" rel="noopener noreferrer" target="_blank"&gt;IGCIT GitHub Support&lt;/A&gt; if you prefer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean R.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2025 03:03:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1654900#M2541</guid>
      <dc:creator>DeancR_Intel</dc:creator>
      <dc:date>2025-01-07T03:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1655020#M2542</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Dean R,&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;Please go ahead and move this discussion to that forum if possible.&amp;nbsp;Thanks a lot.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ellison&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 07:39:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1655020#M2542</guid>
      <dc:creator>Ellison</dc:creator>
      <dc:date>2025-01-07T07:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1656564#M2556</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/330450"&gt;@Ellison&lt;/a&gt;&amp;nbsp;thank you for your report&lt;BR /&gt;QQ&lt;BR /&gt;Are a user of the BlueStack emulator or are you a developer of the BlueStack emulator?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Karen&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 16:08:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1656564#M2556</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2025-01-13T16:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1656584#M2557</link>
      <description>&lt;P&gt;Hi Karen,&amp;nbsp;&lt;BR /&gt;nice to meet you.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am a user of the Bluestack not a developer of the Bluestack emulator. It just I like to play free fire online with my friends but it get freezes on bluestack very often so I thought maybe the graphics is not compaitible with it. Then I saw all others games that I play on pc are working fine with this graphics card.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;kind regards,&amp;nbsp;&lt;BR /&gt;Ellison&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 17:33:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1656584#M2557</guid>
      <dc:creator>Ellison</dc:creator>
      <dc:date>2025-01-13T17:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1656587#M2558</link>
      <description>&lt;P&gt;Thank you for the swift reply&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/330450"&gt;@Ellison&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, can you submit a report on the BlueStacks forum for the developer to be aware of this behavior?&lt;BR /&gt;This is a forum for developers so, we need access to the mod code to reproduce and isolate the issue with their help and collaboration.&lt;BR /&gt;The reason why is because we need to extract the issue from BlueStacks&lt;/P&gt;
&lt;P&gt;Could you do that for us please? Also, if there are other users reporting this issue, we need this information directly from the developer as well.&lt;/P&gt;
&lt;P&gt;Keep us posted.&lt;/P&gt;
&lt;P&gt;Karen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 17:51:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1656587#M2558</guid>
      <dc:creator>karen_intel</dc:creator>
      <dc:date>2025-01-13T17:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Free Fire game freezes on Bluestack Emulator when using intel arc A750 graphics</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1659771#M2564</link>
      <description>&lt;P&gt;The issue is likely due to driver compatibility. Update your Intel Arc A750 graphics drivers and Bluestacks to the latest versions. If the problem persists&lt;A href="https://thedentaku.com/" target="_self"&gt;,&lt;/A&gt; try disabling hardware acceleration in Bluestacks or switching to a different graphics renderer in its settings.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 04:50:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Free-Fire-game-freezes-on-Bluestack-Emulator-when-using-intel/m-p/1659771#M2564</guid>
      <dc:creator>thedentaku67</dc:creator>
      <dc:date>2025-01-23T04:50:59Z</dc:date>
    </item>
  </channel>
</rss>

