Hello,
we have a problem with last 2x client version.
With version 10 (build 1145 / r16141) we can't browse our application list on Debian (tested on squeeze and sid).
Code:
giulio@mypc:~$ /opt/2X/Client/bin/2XClient
QSortFilterProxyModel: index from wrong model passed to mapFromSource
QSortFilterProxyModel: index from wrong model passed to mapToSource
QSortFilterProxyModel: index from wrong model passed to mapFromSource
QSortFilterProxyModel: index from wrong model passed to mapToSource
QSortFilterProxyModel: index from wrong model passed to mapFromSource
QSortFilterProxyModel: index from wrong model passed to mapToSource
This error repeats every time I double-click on my connection. Application list wont appear (automatically at logon or after by click).
Also we can't get an application list from command line with appserverclient (it returns nothing).
Code:
giulio@mypc:~$ /opt/2X/Client/bin/appserverclient -u myuser myhost:myport -m AL -p mypass
giulio@mypc:~$
2Xclient v10 was installed without problems by dpkg -i 2XClient.deb.
With v9 2xclient works fine (GUI or CLI).
Code:
giulio@mypc:~$ /opt/2X/Client/bin/appserverclient -u myuser myhost:myport -m AL -p mypass
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE TWOXAProtocol SYSTEM "TwoXA.dtd">
<TWOXAProtocol version='2' >
<ResponseAppData>
<AppDataSet>
<Scope traverse='onelevel' type='PNFolder' />
<AppData>
(...)
</AppData>
</AppDataSet>
</ResponseAppData>
</TWOXAProtocol>
giulio@mypc:~$
May be that qt errors are caused by an empty list from a lib/appserverclient?
I get v10 from http://www.2x.com/downloads/AppServer-L ... Client.deb and v9 from http://www.2x.com/downloads/vds/previou ... Client.deb.
All tests were performed on clean OS installations to avoid conflicts or doubts.
Best regards
Giulio