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

App quits when using binary js #6754

Closed
manhnt9 opened this issue Aug 7, 2018 · 5 comments
Closed

App quits when using binary js #6754

manhnt9 opened this issue Aug 7, 2018 · 5 comments
Labels

Comments

@manhnt9
Copy link

manhnt9 commented Aug 7, 2018

I tried latest nightly build, same thing happened

NWJS Version: (v0.32.1) nwjs 68.0.3440.84
Operating System: XUbuntu 18.04

Expected behavior

The webpack bundled site loads as good as non-compiled js code

Actual behavior

The app starts a white screen and quits, no errors reported

How to reproduce

  • Run nwjc code.bin main.8f5665c98bc91dcaf8f5.js
  • Start with nw .
  • Non-compiled js: change index2.html to index.html of package.json, run nw ., this works

files

@manhnt9
Copy link
Author

manhnt9 commented Aug 7, 2018

v0.31.5 fixes this issue !!!

@Ziiven
Copy link

Ziiven commented Aug 7, 2018

The previous release 0.31.5 packed with Chromium 67 which has a bug that cause sound interruption while playing. CreateJS/SoundJS#302 .Chromium 68 has fixed this issue.

So if you are not using web audio in your app then you can use 0.31.5

@manhnt9
Copy link
Author

manhnt9 commented Aug 7, 2018

Thanks for the info.

@rogerwang
Copy link
Member

@stale
Copy link

stale bot commented Aug 15, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 15, 2019
@stale stale bot closed this as completed Aug 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants