Community-edition: Building Rambox on Windows - Only Blue Screen with Menu Bar

Created on 18 Dec 2019  路  5Comments  路  Source: ramboxapp/community-edition

Steps to reproduce

  1. git clone https://github.com/ramboxapp/community-edition.git
  2. cd rambox
  3. cp env-sample.js env.js
  4. npm install
  5. npm run build:win64

Then either run Rambox.exe inside win-unpacked folder or install "Rambox-0.7.3-win" setup

Expected behavior


should work as the normal installer from Rambox

Actual behavior


Blue background with menu.
image

ENVIRONMENT

Rambox: v0.7.3

OS: WIN 7

Arch: x64

NOTE:- The issue is with the "app.asar" file in resources folder...when the file "app.asar" from a original installer (after install just copy the file) is copied to the resources folder of the build (ex:- \dist\win-unpacked\resources ) it works normally.

All 5 comments

Thanks for opening your first issue here! Be sure to follow the issue template!

Try these steps:

  1. git clone https://github.com/ramboxapp/community-edition.git
  2. cd rambox
  3. cp env-sample.js env.js
  4. npm install
  5. npm run sencha:compile
  6. cd..
  7. cd rambox-build
  8. npm install
  9. npm run build:win64

Thank your very much. above steps worked perfectly !

Glad to hear that! Have a nice day.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Tseberechts picture Tseberechts  路  4Comments

arnauldb picture arnauldb  路  4Comments

mforcer picture mforcer  路  3Comments

soulchainer picture soulchainer  路  3Comments

jamy015 picture jamy015  路  4Comments