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

James on Windows doesn't detect browsers ... but only in PROD #174

Closed
mitchhentges opened this issue May 2, 2016 · 5 comments
Closed

James on Windows doesn't detect browsers ... but only in PROD #174

mitchhentges opened this issue May 2, 2016 · 5 comments

Comments

@mitchhentges
Copy link
Member

mitchhentges commented May 2, 2016

When James is run on Windows, it doesn't show any browsers in the browser list. However, this only occurs after being npm run package'd. When run using npm start, everything is OK.

To reproduce:

  1. Start Windows (7 or 10 confirmed)
  2. npm run package
  3. Start the windows build inbinaries. Both the 32bit and 64bit builds are affected
@tomitm
Copy link
Contributor

tomitm commented May 2, 2016

Testing out our release packages (win32-x64)...

version result
1.4.1
1.4.2 ✅ *
1.4.3
1.4.4

* 1.4.2 must have an exception, as I'm not seeing any UI at all, just white. .3 and .4 both load properly, but are missing browsers.
[update 5/4] Throwing in the --igv=false fix from 1.4.3 fixes the all white issue, and shows that browsers were loading properly

😕

@tomitm
Copy link
Contributor

tomitm commented May 5, 2016

Alright, now that I managed to figure out 1.4.2 didn't have the issue, it looks like the problem was introduced in 1.4.3.

We had forked browser-launcher2, and updated win-detect-browsers, which was originally at 1.0.2, now 2.1.0

@mitchhentges
Copy link
Member Author

This will be solved by downgrading win-detect-browsers to 1.0.2 in james-browser-launcher, then using that newer version of james-browser-launcher

@tomitm
Copy link
Contributor

tomitm commented May 6, 2016

Yep, verified that rolling back win-detect-browsers works out. 👍

@tomitm
Copy link
Contributor

tomitm commented May 20, 2016

Fixed in 1.4.5.

@tomitm tomitm closed this as completed May 20, 2016
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

2 participants