<?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: Blank map when WPF is in software rendering mode in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285767#M3368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, we'll try the workaround you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a clarification, we're not explicitly setting the process render mode, WPF is choosing software rendering in our application. Checking the value of&amp;nbsp;&lt;EM style="background-color: #ffffff; border: 0px;"&gt;RenderOptions.ProcessRenderMode&amp;nbsp;&lt;/EM&gt;wouldn't&lt;EM style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/EM&gt;cover our real-world case,&amp;nbsp;setting it is just a convenient way to reproduce the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your support!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2019 14:41:45 GMT</pubDate>
    <dc:creator>chrishibler1</dc:creator>
    <dc:date>2019-01-15T14:41:45Z</dc:date>
    <item>
      <title>Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285765#M3366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, in 100.3, using WPF I'm seeing a blank map with nothing at all rendered when the hosting WPF application has fallen back to software rendering mode. Unfortunately, our desktop application is required to work in this case because there are some circumstances in which WPF uses software rendering that are outside of our control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is reproducible by setting&amp;nbsp;&lt;EM&gt;RenderOptions.ProcessRenderMode = RenderMode.SoftwareOnly&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp;&lt;EM&gt;guessing&lt;/EM&gt; this could be because the &lt;EM&gt;D3DImage.SetBackBuffer&lt;/EM&gt; method is being called without the optional parameter to fallback to software rendering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution or workaround for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 17:01:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285765#M3366</guid>
      <dc:creator>chrishibler1</dc:creator>
      <dc:date>2018-12-18T17:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285766#M3367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We'll look into improving this, so if this property is set, we'll auto-switch to software rendering. Until then, you can use this temporary workaround (but be aware that since this is using reflection to flip a switch, it might not continue to work in future versions):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typeof(Esri.ArcGISRuntime.ArcGISRuntimeEnvironment).GetMethod("ForceDxSoftwareRendering", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static).Invoke(null, null);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 23:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285766#M3367</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-01-14T23:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285767#M3368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, we'll try the workaround you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a clarification, we're not explicitly setting the process render mode, WPF is choosing software rendering in our application. Checking the value of&amp;nbsp;&lt;EM style="background-color: #ffffff; border: 0px;"&gt;RenderOptions.ProcessRenderMode&amp;nbsp;&lt;/EM&gt;wouldn't&lt;EM style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/EM&gt;cover our real-world case,&amp;nbsp;setting it is just a convenient way to reproduce the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your support!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:41:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285767#M3368</guid>
      <dc:creator>chrishibler1</dc:creator>
      <dc:date>2019-01-15T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285768#M3369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to understand your scenario a little better where software rendering happens, so that we can better auto-detect it in a future release. Could you share a little more about the environment you run in that causes software rendering (we should have auto-detected and fallen back to software, this but apparently with your setup that doesn't work).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you &lt;EM&gt;don't&lt;/EM&gt; set&amp;nbsp;&lt;EM style="background-color: #ffffff; border: 0px;"&gt;RenderOptions.ProcessRenderMode&lt;/EM&gt; but check it on this specific system does it return software mode, or still return default? (ie I'm trying to understand if it's sufficient for us to just check this value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 20:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285768#M3369</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-01-15T20:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285769#M3370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Morten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This workaround is very helpful for us as the issue was showing up on some PC's but not others when we decided to move from Runtime 100.1. to 100.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While testing on the PC's that had the issue with the blank map to see what the &lt;EM&gt;RenderOptions.ProcessRenderMode&lt;/EM&gt; was being set to, the value was "&lt;STRONG&gt;Default&lt;/STRONG&gt;".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the &lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;&lt;EM&gt;RenderMode.SoftwareOnly&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;forced the PC's that didn't have the issue to show the same symptoms, but in any case adding the line of code you recommended is a very welcome workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also tested the PC's that had the issue with Runtime 100.2.1 and 100.4. The issue was not present running on 100.2.1 but it persisted with 100.4 as it did with 100.3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this being said, do you think this is something that will be fixed in the future releases of ArcGIS Runtime 100.x?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 17:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285769#M3370</guid>
      <dc:creator>DritanZhuja</dc:creator>
      <dc:date>2019-02-20T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285770#M3371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for confirming it's returning default. My idea for a fix was to check this value and if returns software, we'd force software rendering. Unfortunately that doesn't seem to be the case, so we need to find some other sort of indicator to provide a fix- I'd need to set up an in-house reproducer so we can find a better fix.&lt;/P&gt;&lt;P&gt;It would be awesome if you could share as many details about the systems you are experiencing this issue on, so we can try and set up a similar environment.&lt;/P&gt;&lt;P&gt;Also if you could press&amp;nbsp;Win+R and enter "dxdiag" and OK to run the DX Diagnostic tool, then click "Save All Information" and share the generated report, that would be very useful as well (if you can email it to mnielsen (at) esri.com).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for helping us tracking this down!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 17:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285770#M3371</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-02-20T17:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285771#M3372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two more things...&lt;/P&gt;&lt;P&gt;Could you try and report the value returned by "System.Windows.Media.RenderCapability.Tier" on a system that doesn't work vs a system that does?&lt;/P&gt;&lt;P&gt;Also is the&amp;nbsp;HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics\DisableHWAcceleration value set in the registry ? (and if so to what)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would be immensely helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 18:24:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285771#M3372</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-02-20T18:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285772#M3373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our application uses VNC for some unrelated features and in some cases the setup to make that work prevents&amp;nbsp;hardware rendering. I think it &lt;EM&gt;probably&amp;nbsp;&lt;/EM&gt;doesn't work over RDP in all cases either (I haven't verified this, but we've seen problems with hardware rendering from other components).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;System.Windows.Media.RenderCapability.Tier&amp;nbsp;on a non-working system is 0. We log this in our app and use that value&amp;nbsp;to indicate software rendering for other things. We've been able to rely on that value for our situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The registry key&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics\DisableHWAcceleration doesn't exist on any either system I checked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks again!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285772#M3373</guid>
      <dc:creator>chrishibler1</dc:creator>
      <dc:date>2019-03-11T16:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285773#M3374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for confirming. We've added a fix to Update 5, so&amp;nbsp;that If your system reports 0 for the Rendering Tier, it'll automatically switch to software rendering mode, so this should "just work" soon. At the devsummit last week we were announcing that we hope to release U5 at end of March / early April if all things go well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:29:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285773#M3374</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-03-11T16:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Blank map when WPF is in software rendering mode</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285774#M3375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be resolved in the &lt;A href="https://developers.arcgis.com/net/"&gt;v100.5 release of ArcGIS Runtime SDK for .NET.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you update, retest, and confirm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2019 22:46:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/blank-map-when-wpf-is-in-software-rendering-mode/m-p/285774#M3375</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-04-15T22:46:05Z</dc:date>
    </item>
  </channel>
</rss>

