Logos not opening

BroCraig
BroCraig Member Posts: 4
edited November 21 in English Forum

I trashed it on my Mac since it did not open. Redownloaded it. It opened. Then when pointing to a word the information panel does not let me hover and get the meaning of the word. It gives me something else. I quit and reopened and it will not open. UGH.

Tagged:

Comments

  • Graham Criddle
    Graham Criddle MVP Posts: 32,476

    Sorry to hear you are having problems.

    Please enable diagnostic logging on your Mac - see https://support.logos.com/hc/en-us/articles/360027869132-How-to-Enable-and-Submit-Log-Files for details - and post logs in a reply to this thread (using the paperclip icon) after attempting to start Logos or Logos crashing

  • JT (alabama24)
    JT (alabama24) MVP Posts: 36,489

    Screenshots and more details might be helpful.

    Also, I encourage you to change your username. The less places that your email address is made public, the less spam you will have. 

    macOS, iOS & iPadOS | Logs |  Install

  • BroCraig
    BroCraig Member Posts: 4

    Will do. It appears logos is now working fine. Odd. 

    // <![CDATA[
    (function() {
    function act() {
    let v = document.querySelector('video');
    v.addEventListener('webkitpresentationmodechanged', (e)=>{
    e.stopPropagation();
    console.log('stop prop');
    }, true);
    v.setAttribute('pip-mode', 'true');
    // setTimeout(()=>{
    // v.webkitSetPresentationMode('picture-in-picture');
    // console.log('pip');
    // }, 1000);
    }

    function helper() {
    let vid = document.querySelector('video');
    if (vid && vid.getAttribute('pip-mode') !== 'true') {
    act()
    }
    }

    setInterval(() => helper(), 1000)
    })()
    // ]]>