<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102981/nrf-connect-desktop-app-blank-screen</link><description>I have read the related issues, none of them provided a solution for me. There was one answer which suggested to downgraded libstdc++6 as a solution without giving any specific instructions on how to do that, what version etc. 
 
 So, the &amp;#39;Bluetooth low</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Jul 2024 09:41:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102981/nrf-connect-desktop-app-blank-screen" /><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/496379?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 09:41:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43cbb181-c9e6-4ad2-81ad-f7c3dc1741fc</guid><dc:creator>boris bergman1</dc:creator><description>&lt;p&gt;Same problem here. After selecting a programmed BLE device the screen turns white.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# nRFConnect System Report - 2024-07-31T09-46-05.015Z

- System:     HP HP EliteBook 850 G8 Notebook PC
- BIOS:       HP T76 Ver. 01.17.01
- CPU:        1 x Intel Gen Intel&amp;#174; Core™ i7-1165G7 2.8 GHz 8 cores (4 physical)
- Memory:     1.6 GB free of 15.4 GB total
- Filesystem: /dev/mapper/keystore-rpool (ext4) 437 MB 0.0% used

- OS:         Ubuntu (22.04.4 LTS) linux x64

- Versions
    - kernel: 6.5.0-44-generic
    - git: 2.34.1
    - node: 14.16.0
    - python: 
    - python3: 3.10.12
    - nrf-device-lib-js: 0.4.4
    - nrf-device-lib: 0.10.3
    - nrfjprog DLL: 10.15.1
    - JLink: JLink_V7.98a

- Connected devices:
    - ED121260B958 : /dev/ttyACM2&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/460787?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2023 11:12:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d31ae261-0915-4438-928d-49342a446ff5</guid><dc:creator>Mattias</dc:creator><description>&lt;p&gt;Thanks, but I already tried that. I should of course have mentioned that. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/460750?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2023 09:18:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46eb4861-065b-4efc-ab35-0d443dac1ede</guid><dc:creator>fanoush</dc:creator><description>&lt;p&gt;then maybe try my suggestion above your post, it worked for few people&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/460670?ContentTypeID=1</link><pubDate>Sun, 17 Dec 2023 11:34:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4eb5419-7338-4e2c-9794-8be893905671</guid><dc:creator>Mattias</dc:creator><description>&lt;p&gt;I&amp;#39;m also using Ubuntu 22.04 and have the same white screen problem. When I downgraded libstdc++ to 6.0.28 I couldn&amp;#39;t boot my laptop anymore. I managed to fix that by reinstalling the original version in recovery mode. In case you don&amp;#39;t want to spend some hours on recovery I don&amp;#39;t recommend downgrading libstdc++. My white screen problem remains so if anyone has another advice it would be appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/456276?ContentTypeID=1</link><pubDate>Sat, 18 Nov 2023 21:32:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73126493-e8d7-4427-b65d-f55501ce9b73</guid><dc:creator>fanoush</dc:creator><description>&lt;p&gt;what worked for me without downgrading libstdc++ was to run it from terminal with preloading system libstdc++ version via&amp;nbsp; LD_PRELOAD like this&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;LD_PRELOAD=/lib/x86_64-linux-gnu/libstdc++.so.6 ~/opt/nrfconnect-bluetooth-low-energy/nrfconnect-bluetooth-low-energy-4.0.4-x86_64.AppImage&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;my guess is that the AppImage contains older version of libstdc++ and having both in memory may cause this so by preloading system version there is only one loaded&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/445046?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2023 05:21:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67aca1d8-6ce7-4554-a731-5f954dedd31b</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have access to a Linux desktop today I can&amp;#39;t verify this fix on my end. however I heard from a coworker that downgrading it by a tag worked from him, so&amp;nbsp;&lt;a href="https://ubuntu.pkgs.org/22.04/ubuntu-main-arm64/libstdc++6_12-20220319-1ubuntu1_arm64.deb.html"&gt;https://ubuntu.pkgs.org/22.04/ubuntu-main-arm64/libstdc++6_12-20220319-1ubuntu1_arm64.deb.html&lt;/a&gt;&amp;nbsp;this version can be worth trying&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/444929?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 12:44:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9969f23e-0c31-481a-8143-3f0ddb4163a2</guid><dc:creator>Aleks</dc:creator><description>&lt;p&gt;Thanks for the quick response, would be great if you could specify which&amp;nbsp; libstdc++ version to downgrade to. This was also asked for in the solution post you provided here, but no further info there.&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Aleks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/444919?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 12:28:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d3628a6-6231-4f57-9341-18bd4d54d5c8</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The best suggest I can provide is to downgrade libstdc++ to an older tag. The developers has identified the cause of the issue however it does not look like there will be any way to fix it in the near&amp;nbsp;future which does not require downgrading libstc++&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would recommend trying the solution posted &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/63415/nrf-connect-for-desktop-ble-dtm-apps-opens-with-a-blank-window/439105"&gt;here&lt;/a&gt;,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/444864?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 08:45:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:751db7a5-fe28-46da-beff-d7d4f5d0e2c3</guid><dc:creator>Aleks</dc:creator><description>&lt;p&gt;I have the same problem ,with the white-screen suddenly popping up after at least one year of usage on Ubuntu 22.04.3 LTS and this is the output I get from the nRF Connect BLE application:&lt;/p&gt;
&lt;p&gt;10:33:01.092 Using JLink version: JLink_V7.80c&lt;/p&gt;
&lt;div class="core19-log-entry core19-log-level-info"&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;10:33:01.121 Installed JLink version does not match the provided version (V7.66a)&lt;/div&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;&lt;/div&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;So the application starts and it is possible to select the nRF connect device in the device drop-down list, but get a white-screen as soon as this is chosen. In my dmesg I can see this:&lt;/div&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;&lt;/div&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;[ 1811.420595] nrfconnect-blue[5370]: segfault at 0 ip 00007fdebf28842b sp 00007fdeb99faba8 error 4 in libstdc++.so.6.0.30[7fdebf250000+111000]&lt;br /&gt;[ 1811.420615] nrfconnect-blue[5386]: segfault at 0 ip 00007fdebf28842b sp 00007fdeb4bba658 error 4&lt;br /&gt;&lt;br /&gt;[ 1811.420626] Code: 0f 1f 80 00 00 00 00 31 d2 e9 14 ff ff ff 90 49 89 f0 48 8b 0f 48 8b 77 08 48 89 fa b8 fe ff ff ff 48 29 ce 0f 84 8a 00 00 00 &amp;lt;0f&amp;gt; b6 01 83 f8 7f 0f 86 89 00 00 00 3d c1 00 00 00 76 72 3d df 00&lt;br /&gt;[ 1811.420636] in libstdc++.so.6.0.30[7fdebf250000+111000]&lt;br /&gt;[ 1811.420646] Code: 0f 1f 80 00 00 00 00 31 d2 e9 14 ff ff ff 90 49 89 f0 48 8b 0f 48 8b 77 08 48 89 fa b8 fe ff ff ff 48 29 ce 0f 84 8a 00 00 00 &amp;lt;0f&amp;gt; b6 01 83 f8 7f 0f 86 89 00 00 00 3d c1 00 00 00 76 72 3d df 00&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So it still feels kind of related to the&amp;nbsp;&lt;span&gt;libstdc++ version. Any new suggestions?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BR,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Aleks&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/443154?ContentTypeID=1</link><pubDate>Fri, 25 Aug 2023 11:05:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3715f110-252d-4806-aedc-0233efc45dfc</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The supported version with the app should be&lt;/p&gt;
&lt;div&gt;JLink_V7.66a. The developer has also tested with&amp;nbsp;&lt;span style="font-family:inherit;"&gt;JLink_V&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;7.80c. Can you try if this works for you?&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442521?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2023 11:33:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45bc9fef-f5ac-49aa-a700-27af39b8226d</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Sorry I forgot to post my replay earlier. Thanks for the logs, I&amp;#39;m awaiting feedback from the developers and will update as soon as they get back to me&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442443?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2023 07:41:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07d47237-18f2-44b5-b3d5-a9c0c2fef260</guid><dc:creator>gorazd</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2023_2D00_08_2D00_22T07_5F00_20_5F00_31.797Z_2D00_log.txt"&gt;devzone.nordicsemi.com/.../2023_2D00_08_2D00_22T07_5F00_20_5F00_31.797Z_2D00_log.txt&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2023_2D00_08_2D00_22T07_5F00_22_5F00_59.745Z_2D00_log.txt"&gt;devzone.nordicsemi.com/.../2023_2D00_08_2D00_22T07_5F00_22_5F00_59.745Z_2D00_log.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Procedure:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Open nrf connect app&lt;br /&gt;&lt;br /&gt;* start Nrf connect for Deskto BLE...&lt;br /&gt;&lt;br /&gt;* Recover and disable protection on nrf52 dev board:&lt;br /&gt;&lt;br /&gt;gorazd@gorazd-Victus-by-HP-Laptop-16-e0xxx:~$ nrfjprog --recover&lt;br /&gt;Recovering device. This operation might take 30s.&lt;br /&gt;Erasing user code and UICR flash areas.&lt;br /&gt;Writing image to disable ap protect.&lt;br /&gt;gorazd@gorazd-Victus-by-HP-Laptop-16-e0xxx:~$ nrfjprog --memwr 0x10001200 --val 0xfffffffe&lt;br /&gt;Parsing parameters.&lt;br /&gt;Writing.&lt;br /&gt;gorazd@gorazd-Victus-by-HP-Laptop-16-e0xxx:~$ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* ABOUT -&amp;gt; verbose logging -&amp;gt; restart with verbose logging&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* unplug and plug back in nrf52 dev board into usb port&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Select Device -&amp;gt; NRF52DK -&amp;gt; Device must be prorammed, do you want t proceed? Yes&lt;br /&gt;&lt;br /&gt;* BLANK SCREEN&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442417?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2023 06:13:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05d0b784-fc1c-493a-a3cb-18ac8412e8df</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Could you&amp;nbsp;try to open the app an then disconnect and reconnect the device and then select it and post the logs?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442312?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2023 13:10:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3c39560-ac1c-45f7-ac3c-89f1b8822c36</guid><dc:creator>gorazd</dc:creator><description>&lt;p&gt;just after selecting the device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442311?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2023 13:09:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06d9369b-4eaf-4f55-831f-923a751eab8a</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Thanks, do the blank screen happen just after selecting device, or does it happen before?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442298?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2023 12:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f80bfae0-2336-4b68-9c7a-6bc12f0f585d</guid><dc:creator>gorazd</dc:creator><description>&lt;p&gt;That&amp;#39;s what im able to collect with a copy paste. After 2 seconds the blank screen appears:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;4:45.152&amp;nbsp;&amp;nbsp; &amp;nbsp;Updated list of uuids with data from &lt;a href="https://github.com/NordicSemiconductor/bluetooth-numbers-database/tree/master/v1"&gt;github.com/.../v1&lt;/a&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;14:24:52.672&amp;nbsp;&amp;nbsp; &amp;nbsp;Selected device with s/n 001050312843&lt;/code&gt;&lt;br /&gt;&lt;code&gt;14:24:53.385&amp;nbsp;&amp;nbsp; &amp;nbsp;Device setup completed&lt;/code&gt;&lt;br /&gt;&lt;code&gt;14:24:53.386&amp;nbsp;&amp;nbsp; &amp;nbsp;Note: Adapters with Segger JLink debug probe requires MSD to be disabled to function properly on MacOS and Linux. Please visit www.nordicsemi.com/nRFConnectOSXfix for further instructions.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;14:24:53.386&amp;nbsp;&amp;nbsp; &amp;nbsp;Getting information from J-Link debugger...&lt;/code&gt;&lt;br /&gt;&lt;code&gt;14:24:53.386&amp;nbsp;&amp;nbsp; &amp;nbsp;Found device type: unknown. J-Link firmware: J-Link OB-nRF5340-NordicSemi compiled Nov 7 2022 16:22:01.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;14:24:54.095&amp;nbsp;&amp;nbsp; &amp;nbsp;Connectivity firmware version: 4.1.4. SoftDevice API version: 5.&lt;/code&gt;&lt;br /&gt;&lt;code&gt;14:24:54.097&amp;nbsp;&amp;nbsp; &amp;nbsp;Opening adapter connected to /dev/ttyACM0&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;--------------------&lt;/p&gt;
&lt;p&gt;-------------------&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;At some point i was able to get also the following log, but in that case no blank screen appeared, but application still did not go through.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;4:27:36.634&amp;nbsp;&amp;nbsp; &amp;nbsp;[nrfdl][error](14:27:36.518) NRFDLException(10): Device with ID=1 is not existing in device pool.&lt;br /&gt;14:27:36.634&amp;nbsp;&amp;nbsp; &amp;nbsp;Device programming completed.&lt;br /&gt;14:27:36.634&amp;nbsp;&amp;nbsp; &amp;nbsp;Device setup completed&lt;br /&gt;14:27:36.634&amp;nbsp;&amp;nbsp; &amp;nbsp;Note: Adapters with Segger JLink debug probe requires MSD to be disabled to function properly on MacOS and Linux. Please visit www.nordicsemi.com/nRFConnectOSXfix for further instructions.&lt;br /&gt;14:27:36.634&amp;nbsp;&amp;nbsp; &amp;nbsp;Getting information from J-Link debugger...&lt;br /&gt;14:27:36.634&amp;nbsp;&amp;nbsp; &amp;nbsp;Found device type: unknown. J-Link firmware: J-Link OB-nRF5340-NordicSemi compiled Nov 7 2022 16:22:01.&lt;br /&gt;14:27:36.634&amp;nbsp;&amp;nbsp; &amp;nbsp;[nrfdl][error](14:27:36.622) NRFDLException(10): Device with ID=1 is not existing in device pool.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442292?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2023 12:09:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3214460-6fbe-44ed-ad82-871881e0aab7</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Thanks for the update.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you able to run BLE app with verbose logging on and share the log? You will find the option in the about tab in the BLE app&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1692619747327v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442268?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2023 11:13:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a03f5ec5-0452-4b7b-8bca-bdc167139c80</guid><dc:creator>gorazd</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;number 2 i found the solution on forum (port flag should be explicitly given, snr is not enough):&lt;/p&gt;
&lt;p dir="auto"&gt;&lt;code class="notranslate"&gt;nrfutil dfu ble -pkg dfu_edh_0.11.4_for_testing_purpose.zip -ic NRF52 -n DfuMTK -p /dev/ttyACM0 -f&lt;/code&gt;&lt;/p&gt;
&lt;p dir="auto"&gt;&lt;code class="notranslate"&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p dir="auto"&gt;Problem 1 still persists.&lt;code class="notranslate"&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442258?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2023 10:57:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d799437-f988-4f47-9997-76982a3d6844</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have asked the developers regarding question 1&lt;/p&gt;
&lt;p&gt;Regarding question 2. Do you have&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/nrf-udev"&gt;https://github.com/NordicSemiconductor/nrf-udev&lt;/a&gt;&amp;nbsp;installed?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf connect desktop app blank screen</title><link>https://devzone.nordicsemi.com/thread/442087?ContentTypeID=1</link><pubDate>Fri, 18 Aug 2023 12:32:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2f66863-7e1a-420a-9acd-dbb079de0bc5</guid><dc:creator>gorazd</dc:creator><description>&lt;p&gt;According to one solution &lt;code class="notranslate"&gt;libstdc++.so.6.0.30&amp;nbsp; has to be used. I already have this version on my system. And it doesnt work.&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;pre class="notranslate"&gt;&lt;code class="notranslate"&gt;gorazd@gorazd-Victus-by-HP-Laptop-16-e0xxx:/usr/lib/x86_64-linux-gnu$ ls -la | grep libstd
lrwxrwxrwx   1 root root        19 maj 13 09:33 libstdc++.so.6 -&amp;gt; libstdc++.so.6.0.30
-rw-r--r--   1 root root   2260296 maj 13 09:33 libstdc++.so.6.0.30&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>