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

notifu/balloon doesn't work on 32bit windows #80

Closed
kurisubrooks opened this issue Nov 9, 2015 · 4 comments
Closed

notifu/balloon doesn't work on 32bit windows #80

kurisubrooks opened this issue Nov 9, 2015 · 4 comments

Comments

@kurisubrooks
Copy link
Collaborator

Originally brought to our attention in #76, i've decided this needs it's own seperate issue, to track progress and everyone's thoughts.

Original message:

Hey @kurisubrooks just an update on the Win7 Balloon problems I was having. Finally got around to get a debug of the code and was receiving the error

"Error: ENOENT, node_modules/node-notifier/vendor/notifu/notifu not found in ..MyApp/resources/app.asar"

So I took a look in the balloon.js and notice it was looking for ".../notifu/notifu" which I assume is to handle the regular .exe and the 64.exe. For this we are only building a 32 bit version, so I changed the .js to notifu.exe and it fixed the problem.

Not sure if this will help fix the problem if you need x32 & x64, but just wanted to let you guys know. Thanks!
@sean6bucks

@ErikBean
Copy link

ErikBean commented Nov 9, 2015

+1

@eduardostuart
Copy link

+1 - Win7

@mikaelbr
Copy link
Owner

mikaelbr commented Dec 2, 2015

I don't have access to Windows 7 any more. Could someone try out the branch and see if this issue is fixed?

Install by doing:

npm install mikaelbr/node-notifier#notifuArch

@kurisubrooks
Copy link
Collaborator Author

@mikaelbr — Tested against Windows 7 32-bit. Works 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants