jxcore / jxcore-cordova

JXcore / Node.JS plugin for Apache Cordova / PhoneGap
Other
233 stars 68 forks source link

Segmentation fault #132

Closed Zeipt closed 8 years ago

Zeipt commented 8 years ago

jxc install 0.1.0 --force Downloading: http://az836273.vo.msecnd.net/0.1.0/io.jxcore.node.jx Progress: Done Extracting plugin package... Command failed: "/usr/local/bin/jx" io.jxcore.node.jx: Error: Command failed: /bin/sh -c "/usr/local/bin/jx" io.jxcore.node.jx Segmentation fault

ktrzeciaknubisa commented 8 years ago

Probably your jx -jxv is not 0.3.1.0? Previous JXcore versions will have problems with new packaging format introduced recently.

Zeipt commented 8 years ago

Oh, yes, you're right. Sorry :) Closed.

ktrzeciaknubisa commented 8 years ago

No sorry needed. JXC should be more clever, so we're going to add an extra check. Thanks for bringing it in! :)

ktrzeciaknubisa commented 8 years ago

JXC has been updated on npmjs.com accordingly. If JXcore lower than 0.3.1.0 is found on the platform, then jxc will download the latest for itself.

Zeipt commented 8 years ago

Great! :)