bleenco / bterm

NOT MAINTAINED - cross-platform terminal emulator
MIT License
43 stars 9 forks source link

[bug] I'm getting black screen when launching bterm #121

Closed SolarAquarion closed 7 years ago

SolarAquarion commented 7 years ago

When i launch bterm i'm getting a black screen with no details shown

jkuri commented 7 years ago

does that happen when running production build or dev build? try opening chrome devtools and see what console says.

SolarAquarion commented 7 years ago

Production builds

On Jul 24, 2017 10:59 AM, "Jan Kuri" notifications@github.com wrote:

does that happen when running production build or dev build? try opening chrome devtools and see what console says.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bleenco/bterm/issues/121#issuecomment-317450678, or mute the thread https://github.com/notifications/unsubscribe-auth/AFD6iFCjfwBZvWA2fgrhc3i_NAPoqb_8ks5sRLFogaJpZM4OhSkE .

SolarAquarion commented 7 years ago

I can't access chrome devtools

jkuri commented 7 years ago

use keyboard shortcuts, cmd+shift+i if you are on mac.

SolarAquarion commented 7 years ago

I'm on linux

On Jul 24, 2017 11:09 AM, "Jan Kuri" notifications@github.com wrote:

use keyboard shortcuts, cmd+shift+i if you are on mac.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bleenco/bterm/issues/121#issuecomment-317454078, or mute the thread https://github.com/notifications/unsubscribe-auth/AFD6iHEQC82IbZUjLlHn5STZBykgq0tjks5sRLOngaJpZM4OhSkE .

SolarAquarion commented 7 years ago

@jkuri I have the devtools open screenshot from 2017-07-24 13 52 01

jkuri commented 7 years ago

check the console, there's one error.

jkuri commented 7 years ago

I tried running on Linux and it works.

sudo apt-get install libfontconfig-dev -y # this is important
git clone https://github.com/bleenco/bterm.git
cd bterm
npm install
npm run app:linux

let me know if it works for you.

SolarAquarion commented 7 years ago

Uncaught Error: The module '/tmp/.org.chromium.Chromium.ZMQfvL' was compiled against a different Node.js version using NODE_MODULE_VERSION 57. This version of Node.js requires NODE_MODULE_VERSION 53. Please try re-compiling or re-installing the module (for instance, using npm rebuild ornpm install). at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20) at Object.Module._extensions..node (module.js:598:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:187:18) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object. (/usr/lib/bterm/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:21:11) at Object. (/usr/lib/bterm/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:227:3)

SolarAquarion commented 7 years ago

Which file has the .desktop because it does package a .deb

jkuri commented 7 years ago

check the dist/ folder. if you want something else than .deb, check this out.

SolarAquarion commented 7 years ago

the deb is okay. It's just a matter of moving stuff around

SolarAquarion commented 7 years ago

But the the node module

SolarAquarion commented 7 years ago

@jkuri tried electron-rebuild and it failed

jkuri commented 7 years ago

@SolarAquarion try now. I updated npm run build:prod command.

SolarAquarion commented 7 years ago

@jkuri you didn't push?

jkuri commented 7 years ago

you are right. i did now :P

SolarAquarion commented 7 years ago

@jkuri I'm now getting a issue where I can't scroll up or down in the side settings.

jkuri commented 7 years ago

I see, will check about the fix. thanks