> -----Original Message----- > From: development-bounces+kai.koehne=digia....@qt-project.org > [mailto:development-bounces+kai.koehne=digia....@qt-project.org] On > Behalf Of Simon Lees > Sent: Sunday, December 01, 2013 11:54 PM > To: development@qt-project.org > Subject: Re: [Development] Qt 5.2 RC1 candidate packages available > > > On 11/29/2013 11:37 PM, Poenitz Andre wrote: > > Simon Lees [simon.l...@codanradio.com] > >> The version of QtCreator shipped with the package crashes my x > >> everytime i attempt to launch it. It was the Android Linux x86_64 > >> package running on openSUSE 12.3 with Enlightenment as the window > >> manager and the proprietary NVIDIA Driver > > Could you try to add the '-noload Welcome' command line option when > > starting Qt Creator and see whether this still crashed immediately? > > > > (The option prevents loading of the Qt Quick 2 based Welcome screen, > > session management would still be available under Files->Sessions/ > > Files->Session Manager) > > > > Andre' > > > That fixes it,
Could you file a bug report to bugreports.qt-project.org then? Please make sure to include your exact graphics driver version (e.g. output of `glxinfo | grep string`) , and maybe check some of the things gunnar was writing recently: - Does upgrading driver or installing latest vendor supplied driver help? - QSG_RENDER_LOOP=basic -> switch Qt Quick to use the GUI thread for rendering - QSG_INFO=1 -> make Qt Quick output SG and GL information. - LIBGL_ALWAYS_SOFTWARE=1 -> for Linux/Mesa based only, forces use of software Mesa rendering - How does other GL applications in the system fare and what about Qt's OpenGL examples? - vsynced or not? Regards Kai _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development