mixu / nwm

Tiling window manager for X11 written in Node.js
http://mixu.net/nwm/
MIT License
789 stars 72 forks source link

nwm crashes on start with Node v0.8.1 (current stable) #22

Closed ameuret closed 12 years ago

ameuret commented 12 years ago

I did not save the error log and realized too late it was recreated at each new login session. I arbitrarily switched to Node 0.6.19 and was so happy to finally get nwm to boot that I never looked back. :-)

If you can not reproduce it I will make the switch back though.

mixu commented 12 years ago

Hi,

Finally had some time to look into 0.8.x. This should be fixed by the recent commits which move to node-gyp and libuv from node-waf and libev. Let me know if there are further issues.