question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

App quits when using binary js

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Ziivencommented, Aug 7, 2018

The previous release 0.31.5 packed with Chromium 67 which has a bug that cause sound interruption while playing. https://github.com/CreateJS/SoundJS/issues/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

0reactions
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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

App crashes and prints debug.log in binary folder · Issue #7622
Ok, my sample is based on nw-samples-apps/frameless-window. I simply added a webview tag with src="https://web.telegram.org/#/im". So, wait ...
Read more >
Node.js app crashes whenever the remote host closes socket ...
The client would connect, send it's data, and then remotely close the connection, which makes the server error handler be fired with, ...
Read more >
Diagnosing issues using crash reports and device logs
Use crash reports and device logs to debug app issues. ... Crash reports are the most common type of log you'll use when...
Read more >
ReactNative App Crashes when Deployed to TestFlight
When I download the app from TestFlight on the same device, the app crashes immediately upon opening the app. The app is built...
Read more >
Identifying the cause of common crashes - Apple Developer
You can identify the causes for many app crashes by looking for specific patterns in the crash report and taking specific diagnostic actions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found