Home Documentation Download Pricing Buy Now

[Solved] Failure when launched

0 votes

My first post, I am trying to check the trial version.
I get the following error msg. Any explanation?
thks mario

 [root@localhost skipper]# ./Skipper
    Starting application
    [Skipper for linux 32-bit] version [3.2.3.1247]
    Qt libraries: loaded: 5.4.1 (compiled: 5.4.1)
    ******************************
    *** Unhandled Atomix exception
    *** Qt information:
    Error <boost::exception> sending event 11QMouseEvent to object btnNext (11QPushButton)
    *** Exception information:
    axLibraries/axRemoteService/communication/encoders/structToWebRequestEncoder.cpp(135): Throw in function bool Atomix::RemoteService::CStructToWebRequestEncoder::DecodeWebResponseToResponse(long int, const XString&, const XString&, const XString&, Atomix::RemoteService::TmapWebRequestHeaders&, Atomix::RemoteService::stRemoteServiceResponse&)
    Dynamic exception type: Atomix::exception
    std::exception::what: std::exception
    Unknown data type [text/html; charset=UTF-8]

    Initialization application failed. Exiting app...
asked Aug 2, 2015 in Solved by mario60 (120 points)
recategorized Oct 12, 2015 by ludek.vodicka

2 Answers

0 votes

Hi,

it seems that your computer isn't able to connect to our license server. Without trial license validation it's not possible to execute the application

Are you able to open following url address?

https://cloud.atlantic18.com/stark

Maybe you have configured some proxy or firewall which blocks Skipper communication with the license server.

Ludek

answered Aug 2, 2015 by ludek.vodicka Skipper developer (140,530 points)
0 votes

In case your computer is behind firewall which doesn't allow you to use HTTPS, you can redirect the traffic to common HTTP protocol.

More about this procedure is available in this thread: http://support.skipper18.com/2224/problem-connecting-license-curl_easy_perform-couldnt-resolve

answered Oct 12, 2015 by ludek.vodicka Skipper developer (140,530 points)
...