Tod Kurt

Results 368 comments of Tod Kurt

Hi Werther, That's frustrating there's no log being produced. I don't quite know what to suggest to help debug. But that sort of hard crash sounds like it could only...

Hi, can you give a link to your project so I could try? I don't have much experience with nw.js but I'd like to figure out what the issue is.

Also, which OS are you on?

Oh good so at least you have an example on one OS of it working. Did you follow all the Windows-specific steps noted here: http://docs.nwjs.io/en/latest/For%20Users/Advanced/Use%20Native%20Node%20Modules/

I don't understand your question. Native modules in Node are all shared libraries (DLLs).

Hmm, looks like HID.node (the native Node shared library for node-hid) got build okay. But nw.js is not printing out any useful messages about what's going wrong?

That's really frustrating. I would ask someone who knows NW.js on Windows if there's a way to enable more verbose logging. It sounds like you're doing everything you're supposed to...

The only native code node-hid uses is a C library called 'hidapi' that does the actual USB HID functionality. It is linked statically (no shared library) into the HID.node shared...

Yes at the very end of the dump, it says: ``` C:\Projetos Grails\EVAPress\node_modules\node-hid\build\Release\HID.node gyp info ok ``` which means everything compiled correctly and the "HID.node" file was generated.

Hey that's great news. What did you have to do to get it working?