Hello, all. We installed the Trolltech Qt SDK for Windows and downloaded the x2goclient-3.0.1-4 tarball from x2go.obviously-nice.de/deb
Before attempting any changes, we simply built and ran the project. It crashed with:
ASSERT failure in QWidget: "Widgets must be created in the GUI thread.", file kernel/qwidget.cpp,line 1133 Invalid parameter passed to C runtime function
We tracked this down to initStatusDlg(). In line 7559, it calls slotShowAdvancedStat(). On line 3966, it calls st.sync(). When it calls QWinSettingsPrivate::sync() RegFlushKey(writeHandle()), it blows up.
What have we done wrong? Thanks - John