ExtensiveTesting 18.0.0 released

17 views
Skip to first unread message

Denis MACHARD

unread,
Feb 12, 2018, 2:47:16 PM2/12/18
to Extensive Testing Users
Major changes:
    - API XmlRPC is removed from the server
    - Big improvment of the API REST
    - New major client based on the API Rest
    - Full support of Qt5.9 for the toolbox and graphical client
    - Full support of python 3.6 for the toolbox and graphical client
    - Code cleanup
    - Several bugs fixed
    - Update of selenium in 3.9.0
    - The toolbox is no more embedded in the server side by default

Jc Vacher

unread,
Mar 27, 2018, 8:46:40 AM3/27/18
to Extensive Testing Users
Hello

I have a problem with the new client (18.0.0), it looks linked with ntdll.dll

In windows event viewer, I have:
Faulting application name: ExtensiveTestingClient.exe, version: 0.0.0.0, time stamp: 0x5a2e9f14
Faulting module name: ntdll.dll, version: 6.1.7601.23915, time stamp: 0x59b94ee4
Exception code: 0xc0000005
Fault offset: 0x000000000004f23c
Faulting process id: 0x1a78
Faulting application start time: 0x01d3c5c564fa0361
Faulting application path: C:\Program Files\Extensive Testing Client\ExtensiveTestingClient.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: a7be05c1-31b8-11e8-b0b7-847beb26756d

Do you already view this error ? Do you have any idea to fix this problem ? (I try to install it on a windows 7 professional)

An other question to be sure: Is it necessary to use the client 18.0.0 with the server 18.0.0 ? (I think yes because I have an error when I try to login with a server 17.0.0...)

regards

JC

Denis MACHARD

unread,
Mar 27, 2018, 9:06:15 AM3/27/18
to Jc Vacher, Extensive Testing Users
Hi, 

Yes it's mandatory. The client 18.0.0 only running with a server 18.0.0 (because the api xmlrpc no more exists)

Are you running in a 64bits environment ? 

Denis


--
If you like this project and you want to sponsor me then I am accepting donations :) via PayPal. The money received will be used to cover web site costs, domain name reservation and more;).
---
You received this message because you are subscribed to the Google Groups "Extensive Testing Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to extensive-testing-users+unsub...@googlegroups.com.
To post to this group, send email to extensive-testing-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/extensive-testing-users/682b5fd3-5232-4edd-a38f-e9607895b6c2%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Denis MACHARD

unread,
Mar 27, 2018, 9:08:52 AM3/27/18
to Jc Vacher, Extensive Testing Users
By the way, have you something in the logs ?

To unsubscribe from this group and stop receiving emails from it, send an email to extensive-testing-users+unsubscr...@googlegroups.com.

To post to this group, send email to extensive-testing-users@googlegroups.com.

Denis MACHARD

unread,
Mar 27, 2018, 10:40:06 AM3/27/18
to Jc Vacher, Extensive Testing Users
Tested without any issues on my side with the following windows version



Jc Vacher

unread,
Mar 28, 2018, 3:12:36 AM3/28/18
to Extensive Testing Users
Hello

I'm in a 64 bits environment .

I activate log to DEBUG, and I have these trace:  (in output.log)

2018-03-28 09:10:33,192 - DEBUG - Running platform: Windows
2018-03-28 09:10:33,192 - DEBUG - Python version: 3.6.3
2018-03-28 09:10:33,192 - DEBUG - Qt version: 5.9.2
2018-03-28 09:10:33,192 - DEBUG - PyQt version: 5.9.1
2018-03-28 09:10:33,193 - DEBUG - Locale Country: UnitedStates
2018-03-28 09:10:33,194 - DEBUG - Locale Point: .
2018-03-28 09:10:33,343 - DEBUG - Web socket activated - version 13
2018-03-28 09:10:33,344 - DEBUG - Ssl activated - version _SSLMethod.PROTOCOL_TLSv1
2018-03-28 09:10:33,344 - DEBUG - Tcp Client Thread Initialized
2018-03-28 09:10:33,349 - DEBUG - Transaction Manager Started.


I continue to investigate from my side...

regards

JC


Denis MACHARD

unread,
Mar 28, 2018, 3:14:44 AM3/28/18
to Jc Vacher, Extensive Testing Users
Perhaps some ddl are missing in your environment

--
If you like this project and you want to sponsor me then I am accepting donations :) via PayPal. The money received will be used to cover web site costs, domain name reservation and more;).
---
You received this message because you are subscribed to the Google Groups "Extensive Testing Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to extensive-testing-users+unsub...@googlegroups.com.

To post to this group, send email to extensive-testing-users@googlegroups.com.

Denis MACHARD

unread,
Mar 28, 2018, 2:29:24 PM3/28/18
to Jc Vacher, Extensive Testing Users
can you open an issue on github please ?

On Wed, Mar 28, 2018 at 9:14 AM, Denis MACHARD <d.ma...@gmail.com> wrote:
Perhaps some ddl are missing in your environment
On Wed, Mar 28, 2018 at 9:12 AM, Jc Vacher <jcvac...@gmail.com> wrote:
Hello

I'm in a 64 bits environment .

I activate log to DEBUG, and I have these trace:  (in output.log)

2018-03-28 09:10:33,192 - DEBUG - Running platform: Windows
2018-03-28 09:10:33,192 - DEBUG - Python version: 3.6.3
2018-03-28 09:10:33,192 - DEBUG - Qt version: 5.9.2
2018-03-28 09:10:33,192 - DEBUG - PyQt version: 5.9.1
2018-03-28 09:10:33,193 - DEBUG - Locale Country: UnitedStates
2018-03-28 09:10:33,194 - DEBUG - Locale Point: .
2018-03-28 09:10:33,343 - DEBUG - Web socket activated - version 13
2018-03-28 09:10:33,344 - DEBUG - Ssl activated - version _SSLMethod.PROTOCOL_TLSv1
2018-03-28 09:10:33,344 - DEBUG - Tcp Client Thread Initialized
2018-03-28 09:10:33,349 - DEBUG - Transaction Manager Started.


I continue to investigate from my side...

regards

JC


--
If you like this project and you want to sponsor me then I am accepting donations :) via PayPal. The money received will be used to cover web site costs, domain name reservation and more;).
---
You received this message because you are subscribed to the Google Groups "Extensive Testing Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to extensive-testing-users+unsubscr...@googlegroups.com.

To post to this group, send email to extensive-testing-users@googlegroups.com.

Denis MACHARD

unread,
Mar 31, 2018, 3:34:40 AM3/31/18
to Extensive Testing Users
I think it related to this bug https://blog.inventic.eu/2014/08/qt5-application-crashed-with-error-0xc0000005/
Please to open an issue
To unsubscribe from this group and stop receiving emails from it, send an email to extensive-testing-users+unsub...@googlegroups.com.

To post to this group, send email to extensive-testing-users@googlegroups.com.

Denis MACHARD

unread,
Mar 31, 2018, 7:45:52 AM3/31/18
to Extensive Testing Users
Hi Jc,

Can you download this debug version to have more logs ? https://www.extensivetesting.org/ftp/.alpha/ExtensiveTestingClient_19.0.0alpha1_64bit_Portable.zip
Could you also give me the log "output_stdout.log" after execution ?

Regards,
Denis

Jc Vacher

unread,
Apr 3, 2018, 5:47:17 AM4/3/18
to Extensive Testing Users

Hello

I have the same crash with the version 19.0.0alpha.
I open an issue in github, and attach logs to it.

JC
Reply all
Reply to author
Forward
0 new messages