<p dir="ltr">I figured out the unknowable reason; the splash screen was blocking the view of the dialog box with the message about QT_PLUGIN_PATH </p>
<p dir="ltr">On May 18, 2016 3:33 PM, "Michael George Hart" <<a href="mailto:michael.george.hart@gmail.com">michael.george.hart@gmail.com</a>> wrote:<br>
><br>
> For some unknowable I am now getting a dialog with the following message:<br>
>       "Now I get the error dialog box:<br>
> Could not find any plugins during startup.<br>
> Please make sure QT_PLUGIN_PATH is set correctly.<br>
> Refer to this article for more information."<br>
><br>
> To tell the truth, after reading the article and  doing some research via Google.  setting QT_PLUGIN_PATH does not seem that obvious in the Cygwin environment.<br>
><br>
> The source of the shared memory problem can be found in the main.cpp file<br>
> kdevelop-5/4.90.92/kdevelop-4.90.92/app/main.cph<br>
><br>
> See code above is the source of my grief under Cygwin ---Years ago coding similar to a known kdevelop bug (<a href="https://bugs.kde.org/show_bug.cgi?id=249107">https://bugs.kde.org/show_bug.cgi?id=249107</a>)<br>
><br>
> Intrestingly when I commented out line the lines<br>
> "if (!QProcessEnvironment::systemEnvironment().contains("KDEV_DISABLE_SPLASH")) {<br>
>         splash = new KDevSplashScreen;<br>
>         splash->show();<br>
>     }"<br>
><br>
> I started getting the Dialog box; now it always appears even when below lines of code are uncomment<br>
><br>
>     KDevSplashScreen* splash = nullptr;<br>
>     if (!QProcessEnvironment::systemEnvironment().contains("KDEV_DISABLE_SPLASH")) {<br>
>         splash = new KDevSplashScreen;<br>
>         splash->show();<br>
>     }<br>
><br>
>     if(!Core::initialize(splash, Core::Default, session))<br>
>         return 5;<br>
><br>
><br>
> I read KCrash::initialize does no do anything when in debug mode. Where can I get the source code to this so I may try the latest build under cygwin?<br>
><br>
> I have tracked down that QXcbShmImage: shmget() failed (88) for size 179960 (409x110) may have something to do with how xserver is started on MS WINDOWS<br>
><br>
> Anything you guys want me to try<br>
><br>
> On May 18, 2016 4:56 AM, "René J.V." <<a href="mailto:rjvbertin@gmail.com">rjvbertin@gmail.com</a>> wrote:<br>
>><br>
>> On Tuesday May 17 2016 16:13:13 Michael George Hart wrote:<br>
>><br>
>> >Unfortunately proceeding to run it stopped at the 10% splash screen,<br>
>> >showing on the command line<br>
>> >$ kdevelop<br>
>> >Fontconfig error: "/etc/fonts/conf.d/66-google-noto-nastaliq-urdu.conf",<br>
>> >line 35: mismatched tag<br>
>> >QXcbShmImage: shmget() failed (88) for size 179960 (409x110)<br>
>><br>
>> I'm not sure that's related. What do other Qt5 applications show (if they run), like Qt's Assistant for instance?<br>
>><br>
>> If they too get stuck on this or a comparable error, the 1st thing to try would be to move aside all .conf files from etc/fonts/conf.d .<br>
>><br>
>> FWIW, I'm also seeing QXcbShmImage smget errors when I use the XCB qpa plugin on OS X, but they're apparently benign.<br>
>><br>
>> And that brings me to the 64k$ question: is it expected that Qt5/KF5 applications use X11 under Cygwin, rather than some native display engine (QPA)?<br>
>><br>
>> R.<br>
</p>