FAQ  •  Register  •  Login

ISBoxerEvELauncher could not launch the Clients

Moderator: MiRai

<<

Bergriese

Posts: 9

Joined: Mon Jun 12, 2017 4:00 am

Post Fri Feb 16, 2018 7:03 am

ISBoxerEvELauncher could not launch the Clients

Hi there,

After Downtime i cant launch my clients withh th ISBoxer Eve Launcher.
Any idea?

Best regards
Bergriese

Error is show:
Code:
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>    <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
    <script type="text/javascript">
        var appInsights = window.appInsights || function (config) {
            function i(config) { t[config] = function () { var i = arguments; t.queue.push(function () { t[config].apply(t, i) }) } } var t = { config: config }, u = document, e = window, o = "script", s = "AuthenticatedUserContext", h = "start", c = "stop", l = "Track", a = l + "Event", v = l + "Page", y = u.createElement(o), r, f; y.src = config.url || "https://az416426.vo.msecnd.net/scripts/a/ai.0.js"; u.getElementsByTagName(o)[0].parentNode.appendChild(y); try { t.cookie = u.cookie } catch (p) { } for (t.queue = [], t.version = "1.0", r = ["Event", "Exception", "Metric", "PageView", "Trace", "Dependency"]; r.length;)i("track" + r.pop()); return i("set" + s), i("clear" + s), i(h + a), i(c + a), i(h + v), i(c + v), i("flush"), config.disableExceptionTracking || (r = "onerror", i("_" + r), f = e[r], e[r] = function (config, i, u, e, o) { var s = f && f(config, i, u, e, o); return s !== !0 && t["_" + r](config, i, u, e, o), s }), t
        }({
            instrumentationKey: "7b75d6fa-7b49-4aa9-91ac-e5c99ec62fe9"
        });

        window.appInsights = appInsights;
        appInsights.trackPageView();
    </script>
        <script src="/src/js/v-636541136520000000/autocomplete.js"></script>
    <meta charset="utf-8" />
    <meta name="viewport" content="initial-scale=1.0, width=device-width, maximum-scale=1.0" />
    <title>Log In</title>
    <link rel="preload" href="/src/css/v-636542037220000000/Site.min.css" as="style">
    <link rel="preload" href="/src/css/themes/eveLauncherTQ/v-636542037220000000/style.min.css" as="style">
        <link rel="preload" href="//web.ccpgamescdn.com/shared/webfonts/proxima/webfont.css" as="style">
        <link rel="preload" href="//web.ccpgamescdn.com/shared/webfonts/shentox/webfont.css" as="style">
        <link rel="preload" href="//web.ccpgamescdn.com/shared/webfonts/stratum2/Stratum2.css" as="style">
        <link rel="preload" href="//web.ccpgamescdn.com/shared/webfonts/fontawesome/fontawesome.css" as="style">
        <link rel="stylesheet" href="//web.ccpgamescdn.com/shared/webfonts/proxima/webfont.css">
        <link rel="stylesheet" href="//web.ccpgamescdn.com/shared/webfonts/shentox/webfont.css">
        <link rel="stylesheet" href="//web.ccpgamescdn.com/shared/webfonts/stratum2/Stratum2.css">
        <link rel="stylesheet" href="//web.ccpgamescdn.com/shared/webfonts/fontawesome/fontawesome.css">
    <link href="/src/css/v-636542037220000000/Site.min.css" rel="stylesheet" type="text/css" />
    <link href="/src/css/themes/eveLauncherTQ/v-636542037220000000/style.min.css" rel="stylesheet" type="text/css" />
    <link rel="shortcut icon" href="/src/img/v-636541136520000000/favicon.ico" />
   
    <script type="text/javascript">document.domain = "eveonline.com";</script>
</head>
<body id="loginbody" class="en">
    <div id="container">
        <header>
            <a href="#" class="logo">
                        <img src="/src/img/eve-logo-small.png" />

            </a>
        </header>
        <section id="main">
           
    <h1>Complete login</h1>
        <p class="info">Please enter the verification code we just sent to your email address. If you do not receive the email within 30 minutes, please contact Customer Support.</p>
    <form action="/account/verifytwofactor?ReturnUrl=%2Foauth%2Fauthorize%2F%3Fclient_id%3DeveLauncherTQ%26lang%3Den%26response_type%3Dtoken%26redirect_uri%3Dhttps%3A%2F%2Flogin.eveonline.com%2Flauncher%3Fclient_id%3DeveLauncherTQ%26scope%3DeveClientToken" method="post">
        <fieldset>
            <legend class="visuallyhidden">Character challenge</legend>
            <div class="field">
                <label for="Challenge">Verification Code</label>
                <input autocomplete="off" autofocus="" id="verificationcode" name="Challenge" type="tel" value="" />
                <span class="field-validation-valid" data-valmsg-for="Challenge" data-valmsg-replace="true"></span>
            </div>

            <div class="submit submit-floats">
                    <button id="submitcodebutton" class="btn btn-blue continue" name="command" tabindex="0" value="Continue">Continue</button>
                    <button name="command" tabindex="1" class="btn btn-grey cancel" value="Cancel">Cancel</button>
            </div>
            <br />
            <div class="difficulties left">
                <p>Having difficulties logging in?
</p>
                    <a class="arrow" href="launcher:openurl:https://support.eveonline.com/hc/en-us/articles/204217361-Account-Recovery">Help Center – Account Recovery</a>
            </div>
        </fieldset>

    </form>


        </section>
        <footer>
        </footer>
    </div>
   
<script type="text/javascript">
    var challengeElement = document.getElementById("verificationcode");
    challengeElement.onfocus = function () { challengeElement.parentElement.classList.add("on"); }
    challengeElement.onblur = function () { challengeElement.parentElement.classList.remove("on"); }
    challengeElement.focus();

    var submitCodeButton = document.getElementById("submitcodebutton");
    submitCodeButton.setAttribute("disabled", "disabled");
    challengeElement.onkeyup = function (el, event) {
        if (challengeElement.value != "") {
            submitCodeButton.removeAttribute("disabled");
        }
        else {
            submitCodeButton.setAttribute("disabled", "disabled");
        }
    };
</script>

</body>
</html>
<<

Bergriese

Posts: 9

Joined: Mon Jun 12, 2017 4:00 am

Post Fri Feb 16, 2018 8:38 am

Re: ISBoxerEvELauncher could not launch the Clients

Ok now its running :mrgreen:

!Dont Panic! ... hehe and btw! Thx for that great tools.

lg Bergriese

Return to EVE Online

Who is online

Users browsing this forum: No registered users and 0 guests