Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version EME_0.13.0_amd64.deb only displays a white window #126

Closed
dClauzel opened this issue Mar 15, 2017 · 4 comments
Closed

Version EME_0.13.0_amd64.deb only displays a white window #126

dClauzel opened this issue Mar 15, 2017 · 4 comments

Comments

@dClauzel
Copy link

dClauzel commented Mar 15, 2017

Version from release package EME_0.13.0_amd64.deb does not work : eme only opens a window with a white background. The menu options have no effect when selected. No file can be open, and nothing can be typed.

EME_0.12.0_amd64.deb works as expected.

System : Ubuntu 16.10 yakkety

@fygul
Copy link

fygul commented Mar 16, 2017

I have same situation on my Ubuntu Mate 16.04.

@kcartlidge
Copy link

kcartlidge commented Jun 17, 2017

Me too on Mint. If you drag a markdown file onto the white window from the desktop then you get the expected PRE tag (as per Developer Tools) with the plain text. It looks like the JavaScript either never loaded or never attached itself to the text, but there are no obvious console errors.

That said, I've just forked, cloned, built and run it and it works fine so maybe it was just a bad build.

As an aside, yarn fails to find a start script so I just used yarn for the packages then standard npm:

yarn
npm run build
npm run app

@jonsampson
Copy link

Same issue, Debian 9 Stretch.

Console output:
Uncaught TypeError: Cannot read property 'call' of undefined vendor.js

in vendor.js, pretty printed:

function e(n) {
    if (r[n])
        return r[n].exports;
    var i = r[n] = {
        exports: {},
        id: n,
        loaded: !1
    };
    return t[n].call(i.exports, i, i.exports, e),   <-----
    i.loaded = !0,
    i.exports
}

@elite-sheep
Copy link
Collaborator

Fixed, please go to release page and download latest version.
https://github.com/egoist/eme/releases/tag/v0.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants